| Age | Commit message (Expand) | Author | Lines |
| 2024-02-13 | Revert unsound libcore changes of #119911 | Oli Scherer | -55/+0 |
| 2024-01-30 | Rollup merge of #120310 - krasimirgg:jan-v0-sym, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2024-01-26 | Update codegen test for LLVM 18 | Nikita Popov | -2/+2 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+103 |
| 2024-01-24 | adapt test for v0 symbol mangling | Krasimir Georgiev | -1/+1 |
| 2024-01-23 | Further Implement Power of Two Optimization | Nicholas Thompson | -39/+26 |
| 2024-01-23 | Further Implement `is_val_statically_known` | Nicholas Thompson | -3/+1 |
| 2024-01-23 | Remove uses of no-system-llvm | Nikita Popov | -17/+0 |
| 2024-01-23 | Allow disjoint flag in codegen test | Nikita Popov | -1/+1 |
| 2024-01-23 | Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper | bors | -0/+4 |
| 2024-01-22 | update codegen tests | joboet | -0/+4 |
| 2024-01-19 | Tweak the threshold for chunked swapping | AngelicosPhosphoros | -18/+64 |
| 2024-01-19 | Add new intrinsic `is_constant` and optimize `pow` | Catherine Flores | -0/+118 |
| 2024-01-19 | Directly use volatile_load intrinsic | Nikita Popov | -1/+3 |
| 2024-01-19 | Add codegen test for ScalarPair with i128 on LLVM 17 | Nikita Popov | -0/+101 |
| 2024-01-16 | Auto merge of #119954 - scottmcm:option-unwrap-failed, r=WaffleLapkin | bors | -2/+2 |
| 2024-01-15 | Auto merge of #119878 - scottmcm:inline-always-unwrap, r=workingjubilee | bors | -0/+26 |
| 2024-01-14 | Split out `option::unwrap_failed` like we have `result::unwrap_failed` | Scott McMurray | -2/+2 |
| 2024-01-12 | Auto merge of #119452 - AngelicosPhosphoros:make_nonzeroint_get_assume_nonzer... | bors | -0/+83 |
| 2024-01-12 | Tune the inlinability of `Result::unwrap` | Scott McMurray | -0/+26 |
| 2024-01-07 | mark vec::IntoIter pointers as `!nonnull` | The 8472 | -0/+46 |
| 2024-01-06 | Add assume into `NonZeroIntX::get` | AngelicosPhosphoros | -0/+83 |
| 2024-01-05 | Auto merge of #118991 - nikic:scalar-pair, r=nagisa | bors | -34/+33 |
| 2024-01-05 | Make test compatible with 32-bit as well | Nikita Popov | -1/+1 |
| 2024-01-04 | Rollup merge of #119555 - Kobzol:maybeuninit-rvo-codegen-test, r=nikic | Matthias Krüger | -0/+33 |
| 2024-01-03 | Add codegen test for RVO on MaybeUninit | Jakub Beránek | -0/+33 |
| 2024-01-03 | Rollup merge of #119523 - maurer:fix-sparc-llvm-18, r=nikic | León Orell Valerian Liehr | -2/+2 |
| 2024-01-02 | llvm: Allow `noundef` in codegen tests | Matthew Maurer | -2/+2 |
| 2024-01-02 | Address review comments | Nikita Popov | -1/+1 |
| 2023-12-24 | Revert codegen test change. | Camille GILLOT | -0/+2 |
| 2023-12-24 | Replace legacy ConstProp by GVN. | Camille GILLOT | -1/+1 |
| 2023-12-24 | Enable GVN by default. | Camille GILLOT | -2/+0 |
| 2023-12-21 | tests: fix overaligned-constant to not over-specify getelementptr instr | Augie Fackler | -1/+1 |
| 2023-12-21 | Auto merge of #119056 - cjgillot:codegen-overalign, r=wesleywiser | bors | -0/+36 |
| 2023-12-20 | Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm | bors | -8/+20 |
| 2023-12-17 | Fortify test. | Camille GILLOT | -4/+9 |
| 2023-12-17 | Tolerate overaligned MIR constants for codegen. | Camille GILLOT | -0/+31 |
| 2023-12-15 | Separate immediate and in-memory ScalarPair representation | Nikita Popov | -33/+32 |
| 2023-12-15 | Adapt debug-accessibility tests for msvc-style enums | Wesley Wiser | -4/+12 |
| 2023-12-15 | codegen_llvm: set DW_AT_accessibility | David Wood | -0/+221 |
| 2023-12-14 | Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Ki | bors | -0/+31 |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -1/+3 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -0/+31 |
| 2023-12-12 | Fix alignment passed down to LLVM for simd_masked_load | Jakub Okoński | -2/+2 |
| 2023-12-11 | add more niches to rawvec | The 8472 | -8/+20 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -0/+66 |
| 2023-12-07 | Enable stack probes on aarch64 for LLVM 18 | Josh Stone | -1/+3 |
| 2023-12-07 | CFI: Add char to CFI integer normalization | Ramon de C Valle | -57/+20 |
| 2023-12-04 | use `assume(idx < self.len())` in `[T]::get_unchecked` | bendn | -0/+13 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -1/+1 |