| Age | Commit message (Expand) | Author | Lines |
| 2021-10-02 | Bump tracing to get the instrumentation perf improvement | Oli Scherer | -6/+6 |
| 2021-10-01 | Rollup merge of #87868 - Kixiron:packing-on-the-pounds, r=eddyb | Manish Goregaokar | -5/+16 |
| 2021-09-30 | Implemented -Z randomize-layout | Chase Wilson | -5/+16 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -0/+1 |
| 2021-09-22 | Update cargo | Eric Huss | -2/+2 |
| 2021-09-20 | Update odht crate to 0.3.0 | Michael Woerister | -2/+2 |
| 2021-09-18 | Update cargo | Eric Huss | -2/+2 |
| 2021-09-18 | Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley... | bors | -0/+11 |
| 2021-09-17 | Auto merge of #88956 - ehuss:update-cargo, r=ehuss | bors | -3/+3 |
| 2021-09-17 | Update cargo | Eric Huss | -3/+3 |
| 2021-09-17 | Update odht to 0.2.1 | Michael Woerister | -2/+2 |
| 2021-09-15 | Auto merge of #87867 - bjorn3:unique_type_id_interner, r=wesleywiser | bors | -0/+1 |
| 2021-09-14 | Use on-disk-hash-table format for DefPathHashMap in hir::definitions. | Michael Woerister | -0/+11 |
| 2021-09-13 | Use a separate interner type for UniqueTypeId | bjorn3 | -0/+1 |
| 2021-09-09 | Update lockfile | Samuel E. Moelius III | -31/+8 |
| 2021-09-08 | Auto merge of #88615 - flip1995:clippyup, r=Manishearth | bors | -11/+10 |
| 2021-09-08 | Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obk | bors | -17/+102 |
| 2021-09-08 | Update Cargo.lock | flip1995 | -11/+10 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -28/+28 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -5/+26 |
| 2021-09-07 | Move monomorphize code to its own crate. | Camille GILLOT | -0/+17 |
| 2021-09-07 | Move rustc_mir::transform to rustc_mir_transform. | Camille GILLOT | -2/+24 |
| 2021-09-07 | Move rustc_mir::borrow_check to new crate rustc_borrowck. | Camille GILLOT | -2/+27 |
| 2021-09-06 | Auto merge of #88692 - hyd-dev:miri, r=RalfJung | bors | -2/+25 |
| 2021-09-07 | Update `Cargo.lock` | hyd-dev | -2/+25 |
| 2021-09-06 | Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrum | bors | -0/+13 |
| 2021-09-02 | Auto merge of #87114 - cjgillot:abilint, r=estebank | bors | -0/+1 |
| 2021-08-31 | Auto merge of #88506 - Mark-Simulacrum:fix-rlibs, r=ehuss | bors | -2/+2 |
| 2021-08-31 | Lint Abi in ast validation. | Camille GILLOT | -0/+1 |
| 2021-08-31 | Rollup merge of #88503 - m-ou-se:array-into-inter-ambiguous, r=cjgillot | Mara Bos | -0/+1 |
| 2021-08-30 | Fix loading large rlibs | Mark Rousskov | -2/+2 |
| 2021-08-30 | Warn when [T; N].into_iter() is ambiguous in the new edition. | Mara Bos | -0/+1 |
| 2021-08-30 | Auto merge of #87680 - mati865:stacker-psm-update, r=Mark-Simulacrum,nagisa | bors | -5/+5 |
| 2021-08-29 | Rollup merge of #88396 - klensy:bump-deps-vuln, r=Mark-Simulacrum | Guillaume Gomez | -6/+6 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -0/+1 |
| 2021-08-28 | Update stacker and psm crates | Mateusz MikuĊa | -5/+5 |
| 2021-08-27 | crossbeam-deque v0.7.3 -> v0.7.4: | klensy | -6/+6 |
| 2021-08-26 | Update cargo | Eric Huss | -2/+2 |
| 2021-08-26 | pin the stage0 hashes in src/stage0.json | Pietro Albini | -0/+2 |
| 2021-08-26 | switch stage0.txt to stage0.json and add a tool to generate it | Pietro Albini | -0/+11 |
| 2021-08-24 | Update rustc-demangle to 0.1.21. | Eduard-Mihai Burtescu | -2/+2 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -0/+2 |
| 2021-08-19 | Auto merge of #88151 - alexcrichton:update-backtrace, r=Mark-Simulacrum | bors | -20/+16 |
| 2021-08-19 | Update the backtrace crate in libstd | Alex Crichton | -20/+16 |
| 2021-08-19 | Auto merge of #88002 - hermitcore:unbox-mutex, r=dtolnay | bors | -2/+2 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -0/+1 |
| 2021-08-18 | Auto merge of #88127 - ehuss:update-cargo, r=ehuss | bors | -2/+2 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -2/+2 |
| 2021-08-17 | Update cargo | Eric Huss | -2/+2 |
| 2021-08-17 | Auto merge of #88083 - m-ou-se:non-fmt-panics-suggest-debug, r=estebank | bors | -0/+1 |