| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Permit MIR inlining without #[inline] | Ben Kimock | 2023-04-07 | 1 | -1/+1 |
| | | |||||
| * | Increase array size in array-map.rs | Nikita Popov | 2023-03-22 | 1 | -3/+3 |
| | | | | | | Make sure that the loop is not fully unrolled (which allows eliminating the allocas) in LLVM 16 either. | ||||
| * | Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper" | Nikita Popov | 2023-03-18 | 1 | -3/+3 |
| | | | | | | This reverts commit 4a04d086cac54a41517d5657b59d5fe2caca2d71, reversing changes made to 2d0a7def330ed90f416a3429dbb44c5ee2a914e5. | ||||
| * | Increase array size in array-map.rs | Nikita Popov | 2023-03-17 | 1 | -3/+3 |
| | | | | | | Make sure that the loop is not fully unrolled (which allows eliminating the allocas) in LLVM 16 either. | ||||
| * | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | 2023-02-04 | 1 | -1/+3 |
| | | |||||
| * | Stop forcing `array::map` through an unnecessary `Result` | Scott McMurray | 2023-02-04 | 1 | -3/+2 |
| | | |||||
| * | Stop using `into_iter` in `array::map` | Scott McMurray | 2023-02-04 | 1 | -0/+48 |
