| Age | Commit message (Expand) | Author | Lines |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -37/+250 |
| 2020-07-22 | build: Remove unnecessary `cargo:rerun-if-env-changed` annotations | Vadim Petrochenkov | -5/+0 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -3/+3 |
| 2020-07-20 | metadata: record `unused_generic_params` | David Wood | -0/+14 |
| 2020-07-18 | rustc_metadata: Make crate loading fully speculative | Vadim Petrochenkov | -421/+435 |
| 2020-07-18 | rustc_metadata: Refactor away `CrateLocator::(dy,static)libname` | Vadim Petrochenkov | -27/+19 |
| 2020-07-18 | rustc_metadata: Remove some extra diagnostics for legacy plugins | Vadim Petrochenkov | -31/+2 |
| 2020-07-18 | rustc_metadata: Remove a bit of ancient profiling | Vadim Petrochenkov | -15/+1 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -2/+2 |
| 2020-07-15 | Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb | bors | -2/+2 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -1/+1 |
| 2020-07-15 | optimized_mir | Bastian Kauschke | -1/+1 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -3/+3 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -5/+5 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -3/+3 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -3/+0 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-07-05 | Replace early-bound normalization hack with per-query key/value type aliases. | Eduard-Mihai Burtescu | -6/+3 |
| 2020-07-01 | Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasper | Manish Goregaokar | -0/+2 |
| 2020-06-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -5/+2 |
| 2020-06-30 | Provide more information on duplicate lang item error. | Eric Huss | -0/+5 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -37/+94 |
| 2020-06-26 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -15/+9 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -2/+2 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -0/+2 |
| 2020-06-22 | Address remaining feedback items | Rich Kadel | -1/+1 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -9/+15 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -2/+2 |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -18/+34 |
| 2020-06-20 | Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkor | Ralf Jung | -3/+8 |
| 2020-06-19 | code coverage foundation for hash and num_counters | Rich Kadel | -0/+2 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -1/+3 |
| 2020-06-19 | Rollup merge of #73305 - crlf0710:disallow_loading_monsters, r=petrochenkov | Ralf Jung | -0/+8 |
| 2020-06-16 | Ensure profiling runtime for -Zinstrument-coverage | Rich Kadel | -1/+3 |
| 2020-06-16 | Disallow loading crates with non-ascii identifier name. | Charles Lew | -0/+8 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -19/+35 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -19/+35 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -15/+9 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -15/+9 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -8/+2 |
| 2020-06-11 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -15/+9 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -8/+2 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -19/+35 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -1/+1 |
| 2020-06-07 | Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query | marmeladema | -2/+11 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-06-01 | Don't count pathless --extern options for unused-crate-dependencies warnings | Jeremy Fitzhardinge | -2/+6 |
| 2020-05-29 | Use the virtual name for libstd files in StableSourceFileId and also in the | Felix S. Klock II | -1/+1 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -9/+17 |