| Age | Commit message (Expand) | Author | Lines |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -219/+5 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -9/+4 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -1/+1 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -9/+4 |
| 2022-11-21 | Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3 | Matthias Krüger | -35/+23 |
| 2022-11-19 | deduplicate constant evaluation in cranelift backend | Ralf Jung | -35/+23 |
| 2022-11-19 | Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3 | Dylan DPC | -12/+21 |
| 2022-11-17 | Use custom entry name in cranelift | Ayush Singh | -12/+21 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -1/+1 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -1/+1 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -2/+2 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -4/+4 |
| 2022-11-09 | Fix `rustdoc --version` when used with download-rustc | Joshua Nelson | -1/+1 |
| 2022-11-06 | fix cranelift and gcc | Ralf Jung | -2/+2 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -4/+5 |
| 2022-10-27 | Update tooling | Maybe Waffle | -7/+2 |
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -0/+1 |
| 2022-10-23 | Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202... | bjorn3 | -175/+463 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -2/+16 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -11/+2 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -0/+9 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -42/+31 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -0/+9 |
| 2022-09-15 | nits | b-naber | -11/+1 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -1/+6 |
| 2022-09-14 | address review again | b-naber | -19/+1 |
| 2022-09-13 | Address code review comments | Eric Holk | -0/+1 |
| 2022-09-13 | cranelift changes | b-naber | -49/+59 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -6/+13 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -3/+3 |
| 2022-09-12 | Make x.py check work | Eric Holk | -1/+5 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -8/+1 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -8/+1 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -5/+6 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -3/+3 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -20/+30 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -3/+3 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -6/+9 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -3/+3 |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -2/+5 |
| 2022-08-31 | Correct typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -2/+5 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -6/+9 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+7 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -1/+4 |
| 2022-08-27 | interpret: rename relocation → provenance | Ralf Jung | -1/+1 |