| Age | Commit message (Expand) | Author | Lines |
| 2024-02-23 | Add some simple meta-tests for the handling of `filecheck` flags | Zalathar | -0/+31 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1027/+1027 |
| 2024-02-22 | Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama... | bors | -47/+0 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -1/+1 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -0/+22 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -0/+22 |
| 2024-02-20 | delete a test that no longer makes sense | Ralf Jung | -47/+0 |
| 2024-02-18 | Auto merge of #118264 - lukas-code:optimized-draining, r=the8472 | bors | -0/+69 |
| 2024-02-16 | Don't use mem::zeroed in vec::IntoIter | Ben Kimock | -2/+15 |
| 2024-02-16 | add codegen test | Lukas Markeffsky | -0/+69 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -2/+2 |
| 2024-02-13 | tests: LLVM 18 infers an extra noalias here | Augie Fackler | -1/+1 |
| 2024-02-12 | Support safe intrinsics with fallback bodies | Oli Scherer | -2/+2 |
| 2024-02-11 | Rollup merge of #118307 - scottmcm:tuple-eq-simpler, r=joshtriplett | Matthias Krüger | -6/+8 |
| 2024-02-09 | Build DebugInfo for coroutine-closure | Michael Goulet | -0/+21 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -0/+21 |
| 2024-02-06 | Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors | Matthias Krüger | -11/+0 |
| 2024-02-04 | Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgr | bors | -0/+38 |
| 2024-02-03 | Rollup merge of #120484 - Teapot4195:issue-120480-fix, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2024-02-01 | Revert unsound libcore changes of #119911 | Oli Scherer | -55/+0 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -11/+0 |
| 2024-01-30 | Add additional test cases for is_val_statically_known | Alex Huang | -0/+38 |
| 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-16 | Add unstable `-Z direct-access-external-data` cmdline flag for `rustc` | WANG Rui | -0/+21 |
| 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 |