| Age | Commit message (Expand) | Author | Lines |
| 2022-07-22 | Report an error on incompatible symbol definitions | bjorn3 | -9/+24 |
| 2022-07-22 | Fix inline asm codegen for empty template | bjorn3 | -80/+90 |
| 2022-07-22 | Don't crash when local variables are too big to store on the stack | bjorn3 | -0/+6 |
| 2022-07-18 | Update for changes to the rustc test suite | bjorn3 | -1/+5 |
| 2022-07-18 | Rustup to rustc 1.64.0-nightly (263edd43c 2022-07-17) | bjorn3 | -6/+6 |
| 2022-07-18 | Sync from rust 880416180b0a9ee1141c07d4d17667edb77daebd | bjorn3 | -61/+48 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -13/+2 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -0/+9 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -13/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -6/+6 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -1/+1 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -0/+5 |
| 2022-07-11 | Keep unstable target features for asm feature checking | Amanieu d'Antras | -1/+1 |
| 2022-07-09 | Partially stabilize const_slice_from_raw_parts | Konrad Borowski | -1/+0 |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -1/+1 |
| 2022-07-09 | review feedback | Ralf Jung | -1/+1 |
| 2022-07-09 | fix cranelift and gcc backends | Ralf Jung | -0/+1 |
| 2022-07-09 | Rollup merge of #99070 - tamird:update-tracking-issue, r=RalfJung | Dylan DPC | -16/+16 |
| 2022-07-08 | Update integer_atomics tracking issue | Tamir Duberstein | -16/+16 |
| 2022-07-06 | incr: cache dwarf objects in work products | David Wood | -2/+9 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -1/+1 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -23/+0 |
| 2022-07-03 | Update for changes to the rustc test suite | bjorn3 | -0/+4 |
| 2022-07-03 | Rustup to rustc 1.64.0-nightly (f2d93935f 2022-07-02) | bjorn3 | -3/+3 |
| 2022-07-03 | Sync from rust f99f9e48ed77a99747c6d07b42fdfe500f1a7de0 | bjorn3 | -3/+4 |
| 2022-07-02 | Add code to print clif ir on panics during define_function | bjorn3 | -2/+30 |
| 2022-06-30 | Recover when failing to normalize closure signature. | Camille GILLOT | -0/+1 |
| 2022-06-30 | Change enum->int casts to not go through MIR casts. | Oli Scherer | -23/+0 |
| 2022-06-28 | Fix a crash for 11 single byte fields passed through the C abi | bjorn3 | -20/+37 |
| 2022-06-28 | Allow building the sysroot with --emit llvm-ir | bjorn3 | -1/+1 |
| 2022-06-28 | Run regalloc checker on CI | bjorn3 | -0/+1 |
| 2022-06-28 | Update to Cranelift 0.85.1 | bjorn3 | -30/+30 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -3/+3 |
| 2022-06-23 | Update for changes to the rustc test suite | bjorn3 | -1/+2 |
| 2022-06-23 | Disable DWARF debuginfo on Windows | bjorn3 | -1/+5 |
| 2022-06-23 | Update Cranelift to 0.85.0 | bjorn3 | -28/+35 |
| 2022-06-23 | Adopt for "Remove dereferencing of Box from codegen" | bjorn3 | -9/+1 |
| 2022-06-23 | Rustup to rustc 1.63.0-nightly (10f4ce324 2022-06-22) | bjorn3 | -1/+1 |
| 2022-06-23 | Sync from rust 10f4ce324baf7cfb7ce2b2096662b82b79204944 | bjorn3 | -44/+25 |
| 2022-06-21 | Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister | bors | -35/+8 |
| 2022-06-19 | Remove the source archive functionality of ArchiveWriter | bjorn3 | -21/+3 |
| 2022-06-19 | Fix "Remove src_files and remove_file" | bjorn3 | -1/+5 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-06-17 | Rollup merge of #97675 - nvzqz:unsized-needs-drop, r=dtolnay | Yuki Okushi | -1/+8 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -1/+1 |
| 2022-06-14 | Remove src_files and remove_file | bjorn3 | -13/+0 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -4/+5 |
| 2022-06-14 | Rustup to rustc 1.63.0-nightly (ca122c7eb 2022-06-13) | bjorn3 | -5/+6 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -4/+4 |