| Age | Commit message (Expand) | Author | Lines |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -1/+1 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+10 |
| 2024-03-03 | Auto merge of #121665 - erikdesjardins:ptradd, r=nikic | bors | -6/+49 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+10 |
| 2024-02-29 | Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDenton | Guillaume Gomez | -1/+1 |
| 2024-02-29 | Rollup merge of #121700 - rcvalle:rust-cfi-dont-compress-user-defined-builtin... | Guillaume Gomez | -0/+25 |
| 2024-02-27 | test merging of multiple match branches that access fields of the same offset | Erik Desjardins | -0/+44 |
| 2024-02-27 | use non-inbounds GEP for ZSTs, add fixmes | Erik Desjardins | -3/+3 |
| 2024-02-27 | CFI: Don't compress user-defined builtin types | Ramon de C Valle | -0/+25 |
| 2024-02-26 | always use gep inbounds i8 (ptradd) for field offsets | Erik Desjardins | -7/+6 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -1/+1 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -49/+49 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -1/+1 |
| 2024-02-26 | Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiser | Guillaume Gomez | -0/+159 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -50/+46 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -49/+49 |
| 2024-02-25 | Auto merge of #120650 - clubby789:switchint-const, r=saethlin | bors | -0/+67 |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -54/+7 |
| 2024-02-23 | Use `br` instead of conditional when branching on constant | clubby789 | -0/+67 |
| 2024-02-23 | Remove unhelpful `DEFINE_INTERNAL` from filecheck flags | Zalathar | -3/+2 |
| 2024-02-23 | Convert `tests/run-make/instrument-coverage` to an ordinary codegen test | Zalathar | -0/+121 |
| 2024-02-23 | Move existing coverage codegen tests into a subdirectory | Zalathar | -0/+0 |
| 2024-02-23 | Allow tests to specify a `//@ filecheck-flags:` header | Zalathar | -0/+8 |
| 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-19 | Updated test to account for added previous features (thanks erikdesjardins!) | CKingX | -1/+1 |
| 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 |