| Age | Commit message (Expand) | Author | Lines |
| 2023-05-12 | Stop checking for the absense of something that doesn't exist | Scott McMurray | -7/+27 |
| 2023-05-11 | Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3 | Michael Goulet | -0/+113 |
| 2023-05-11 | Rollup merge of #111385 - durin42:vec-panik-17, r=Amanieu | Matthias Krüger | -2/+2 |
| 2023-05-10 | vec-shrink-panik: update expectations to work on LLVM 17 | Augie Fackler | -2/+2 |
| 2023-05-09 | CFI: Fix SIGILL reached via trait objects | Ramon de C Valle | -0/+113 |
| 2023-05-09 | Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubilee | Matthias Krüger | -0/+42 |
| 2023-05-08 | Auto merge of #111358 - compiler-errors:rollup-yv27vrp, r=compiler-errors | bors | -2/+2 |
| 2023-05-08 | Disable nrvo mir opt | Jakob Degen | -18/+20 |
| 2023-05-07 | Fix codegen test | Gary Guo | -2/+2 |
| 2023-05-06 | Remove some `assume`s from slice iterators that don't do anything | Scott McMurray | -0/+42 |
| 2023-05-05 | `assume` the runtime range of `align_offset` | Scott McMurray | -0/+78 |
| 2023-05-04 | Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi | Matthias Krüger | -0/+37 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+37 |
| 2023-05-03 | Rollup merge of #110928 - loongarch-rs:tests, r=petrochenkov | Manish Goregaokar | -0/+334 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -171/+680 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -171/+680 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -41/+40 |
| 2023-04-30 | tests: Add tests for LoongArch64 | WANG Rui | -0/+334 |
| 2023-04-29 | Auto merge of #108106 - the8472:layout-opt, r=wesleywiser | bors | -21/+12 |
| 2023-04-28 | fix codegen test | The 8472 | -3/+6 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -0/+34 |
| 2023-04-27 | bless tests | The 8472 | -21/+9 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -33/+9 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -33/+9 |
| 2023-04-22 | Turn on ConstDebugInfo pass. | Wesley Wiser | -0/+28 |
| 2023-04-20 | Auto merge of #109993 - scottmcm:transmute-niches, r=oli-obk | bors | -11/+304 |
| 2023-04-19 | Add transmute optimization tests and some extra comments | Scott McMurray | -0/+109 |
| 2023-04-18 | Rollup merge of #110441 - kadiwa4:typos, r=thomcc | Guillaume Gomez | -1/+1 |
| 2023-04-18 | Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrum | bors | -0/+2 |
| 2023-04-17 | Rollup merge of #110455 - durin42:tls-D148269-fix, r=nikic | Matthias Krüger | -4/+4 |
| 2023-04-17 | Rollup merge of #110313 - fee1-dead-contrib:repr_align_method, r=WaffleLapkin | Matthias Krüger | -0/+40 |
| 2023-04-17 | tests: adapt for LLVM change 5b386b864c7619897c51a1da97d78f1cf6f3eff6 | Augie Fackler | -4/+4 |
| 2023-04-17 | typos | kadiwa | -1/+1 |
| 2023-04-17 | Auto merge of #109247 - saethlin:inline-without-inline, r=oli-obk | bors | -5/+7 |
| 2023-04-16 | ci: add a runner for vanilla LLVM 16 | Josh Stone | -0/+2 |
| 2023-04-16 | Allow all associated functions and add test | Deadbeef | -0/+31 |
| 2023-04-15 | Bless codegen test. | Camille GILLOT | -3/+0 |
| 2023-04-14 | Update codegen test. | Camille GILLOT | -2/+5 |
| 2023-04-14 | allow `repr(align = x)` on inherent methods | Deadbeef | -0/+9 |
| 2023-04-13 | `assume` value ranges in `transmute` | Scott McMurray | -11/+195 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -0/+20 |
| 2023-04-12 | Auto merge of #109895 - nikic:llvm-16-tests, r=cuviper | bors | -0/+118 |
| 2023-04-11 | Make test compatible with 32-bit | Nikita Popov | -1/+1 |
| 2023-04-11 | Add ignore-debug to two tests | Nikita Popov | -0/+2 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+20 |
| 2023-04-09 | Handle not all immediates having `abi::Scalar`s | Scott McMurray | -1/+92 |
| 2023-04-07 | Give the cross-crate generic some work to do | Ben Kimock | -2/+4 |
| 2023-04-07 | Permit MIR inlining without #[inline] | Ben Kimock | -3/+3 |
| 2023-04-06 | Check `CastKind::Transmute` sizes in a better way | Scott McMurray | -1/+73 |
| 2023-04-05 | Auto merge of #107925 - thomcc:sip13, r=cjgillot | bors | -4/+4 |