| Age | Commit message (Expand) | Author | Lines |
| 2021-06-11 | Preserve `SyntaxContext` for invalid/dummy spans in crate metadata | Aaron Hill | -45/+45 |
| 2021-04-27 | Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option | Joshua Nelson | -3/+3 |
| 2021-04-25 | Rollup merge of #84450 - jyn514:missing-std, r=petrochenkov | Dylan DPC | -5/+39 |
| 2021-04-25 | Give a better error when std or core are missing | Joshua Nelson | -5/+39 |
| 2021-04-16 | Implement #[rustc_skip_array_during_method_dispatch] | Josh Stone | -0/+4 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -63/+0 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -3/+34 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -63/+0 |
| 2021-04-03 | Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillot | bors | -17/+3 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -1/+1 |
| 2021-03-30 | Add an Mmap wrapper to rustc_data_structures | bjorn3 | -17/+3 |
| 2021-03-26 | Fix #83045 by moving some crate loading verification code to a better place. | Michael Woerister | -3/+8 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -1/+1 |
| 2021-03-23 | Update with comments | kadmin | -1/+0 |
| 2021-03-23 | Update with comments | kadmin | -2/+2 |
| 2021-03-23 | Add query for const_param_default | kadmin | -8/+15 |
| 2021-03-23 | Some refactoring | varkor | -2/+5 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-22 | Auto merge of #83273 - cjgillot:endecode, r=michaelwoerister | bors | -17/+5 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -1/+1 |
| 2021-03-19 | Remove FingerprintEncoder/Decoder. | Camille GILLOT | -14/+0 |
| 2021-03-19 | Move raw bytes handling to Encoder/Decoder. | Camille GILLOT | -3/+5 |
| 2021-03-19 | Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett | Dylan DPC | -3/+3 |
| 2021-03-18 | Upgrade memmap to memmap2 in other crates. | Camille GILLOT | -3/+3 |
| 2021-03-17 | Iterate for super_predicates. | Camille GILLOT | -11/+3 |
| 2021-03-16 | Filter generics. | Camille GILLOT | -6/+43 |
| 2021-03-16 | Iterate on inferred_outlives. | Camille GILLOT | -32/+4 |
| 2021-03-16 | Iterate on explicit_predicates. | Camille GILLOT | -15/+1 |
| 2021-03-16 | Iterate on generics_of. | Camille GILLOT | -15/+2 |
| 2021-03-16 | Iterate on variances_of. | Camille GILLOT | -19/+39 |
| 2021-03-13 | Iterate on crate_inherent_impls for metadata. | Camille GILLOT | -14/+11 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -2/+5 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-08 | Fix the tests | est31 | -1/+7 |
| 2021-03-08 | Emit the lint level of the unused-crate-dependencies | est31 | -8/+28 |
| 2021-03-08 | Gate the printing on --json=unused-externs | est31 | -2/+3 |
| 2021-03-08 | Emit unused externs | est31 | -0/+4 |
| 2021-03-07 | Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix | bors | -3/+43 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+4 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -17/+17 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -33/+25 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -10/+6 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -22/+18 |
| 2021-02-14 | bumped smallvec deps | klensy | -1/+1 |
| 2021-02-08 | Rollup merge of #81861 - tmiasko:mir-bytes, r=wesleywiser | Mara Bos | -1/+6 |
| 2021-02-07 | Add `--extern-loc` to augment unused crate dependency diagnostics | Jeremy Fitzhardinge | -4/+23 |
| 2021-02-07 | Show MIR bytes separately in -Zmeta-stats output | Tomasz Miąsko | -1/+6 |