| Age | Commit message (Expand) | Author | Lines |
| 2024-03-27 | Rollup merge of #123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler... | Matthias Krüger | -0/+29 |
| 2024-03-27 | CFI: Fix drop and drop_in_place | Ramon de C Valle | -0/+29 |
| 2024-03-25 | Don't emit load metadata in debug mode | clubby789 | -9/+9 |
| 2024-03-23 | Rollup merge of #122875 - maurer:cfi-transparent-termination, r=workingjubilee | Jubilee | -0/+16 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -4/+79 |
| 2024-03-22 | CFI: Support self_cell-like recursion | Matthew Maurer | -0/+16 |
| 2024-03-22 | Auto merge of #122456 - maurer:cfi-nonpassed, r=workingjubilee | bors | -32/+32 |
| 2024-03-21 | CFI: Skip non-passed arguments | Matthew Maurer | -32/+32 |
| 2024-03-19 | Remove `SpecOptionPartialEq` | clubby789 | -3/+40 |
| 2024-03-19 | Auto merge of #122375 - rcvalle:rust-cfi-break-tests-into-smaller-files, r=co... | bors | -606/+759 |
| 2024-03-17 | Stop whining, tidy | Scott McMurray | -0/+1 |
| 2024-03-17 | Let codegen decide when to `mem::swap` with immediates | Scott McMurray | -4/+78 |
| 2024-03-17 | Remove an obsolete `ignore-llvm-version` | Josh Stone | -2/+0 |
| 2024-03-17 | Update the minimum external LLVM to 17 | Josh Stone | -17/+0 |
| 2024-03-16 | Auto merge of #122371 - oli-obk:visit_nested_body, r=tmiasko | bors | -0/+10 |
| 2024-03-14 | Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiser | Matthias Krüger | -0/+126 |
| 2024-03-14 | Stop walking the bodies of statics for reachability, and evaluate them instead | Oli Scherer | -1/+1 |
| 2024-03-14 | Add test | Oli Scherer | -0/+10 |
| 2024-03-14 | CFI: Break tests into smaller files | Ramon de C Valle | -606/+759 |
| 2024-03-13 | Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obk | bors | -12/+143 |
| 2024-03-13 | refine common_prim test | Erik Desjardins | -8/+16 |
| 2024-03-12 | Avoid lowering code under dead SwitchInt targets | Ben Kimock | -0/+68 |
| 2024-03-12 | Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scottmcm | bors | -3/+3 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -9/+12 |
| 2024-03-11 | Lower transmutes from int to pointer type as gep on null | Ben Kimock | -3/+3 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -9/+12 |
| 2024-03-11 | Rollup merge of #122320 - erikdesjardins:vtable, r=nikic | Jubilee | -2/+87 |
| 2024-03-11 | copy byval argument to alloca if alignment is insufficient | Erik Desjardins | -0/+126 |
| 2024-03-11 | Auto merge of #122050 - erikdesjardins:sret, r=nikic | bors | -124/+278 |
| 2024-03-10 | use ptradd for vtable indexing | Erik Desjardins | -2/+87 |
| 2024-03-10 | add -O to some tests which depend on attributes being added | Erik Desjardins | -5/+6 |
| 2024-03-10 | Rollup merge of #121642 - TimNN:test-v0, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2024-03-09 | convert codegen/repr/transparent-* tests to no_core, fix discrepancies | Erik Desjardins | -52/+210 |
| 2024-03-09 | Rollup merge of #120504 - kornelski:try_with_capacity, r=Amanieu | Guillaume Boisseau | -0/+35 |
| 2024-03-08 | Auto merge of #122182 - matthiaskrgr:rollup-gzimi4c, r=matthiaskrgr | bors | -0/+51 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+51 |
| 2024-03-08 | Auto merge of #120268 - DianQK:otherwise_is_last_variant_switchs, r=oli-obk | bors | -0/+24 |
| 2024-03-08 | Auto merge of #122048 - erikdesjardins:inbounds, r=oli-obk | bors | -3/+87 |
| 2024-03-07 | Replace the default branch with an unreachable branch If it is the last variant | DianQK | -0/+24 |
| 2024-03-06 | add test for extern type | Erik Desjardins | -0/+15 |
| 2024-03-06 | make check lines for int/ptr common prim test more permissive | Erik Desjardins | -5/+5 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -1/+1 |
| 2024-03-05 | use [N x i8] for byval/sret types | Erik Desjardins | -69/+64 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+10 |
| 2024-03-04 | use GEP inbounds for ZST and DST field offsets | Erik Desjardins | -3/+72 |
| 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-03-01 | try_with_capacity for Vec, VecDeque, String | Kornel | -0/+35 |
| 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 |