| Age | Commit message (Expand) | Author | Lines |
| 2019-11-07 | rustc_metadata: Move cstore_impl into mod decoder | Vadim Petrochenkov | -533/+0 |
| 2019-11-07 | rustc_metadata: Move decoder/encoder/table into mod schema | Vadim Petrochenkov | -2/+1 |
| 2019-11-07 | Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-11-04 | Auto merge of #65838 - estebank:resilient-recovery, r=Centril | bors | -1/+1 |
| 2019-11-03 | rustc_metadata: replace predicates_defined_on with explicit_predicates_of and... | Eduard-Mihai Burtescu | -1/+2 |
| 2019-11-03 | rustc_metadata: remove predicates_of and rely on predicates_defined_on alone. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-11-01 | Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichton | Tyler Mandry | -21/+5 |
| 2019-11-01 | targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic... | Felix S. Klock II | -21/+5 |
| 2019-10-31 | Implement dual proc macro hashing | msizanoen | -0/+4 |
| 2019-10-30 | Do not complain about missing `fn main()` in some cases | Esteban Küber | -1/+1 |
| 2019-10-24 | rustc_metadata: Minimize use of `Lrc` in crate store | Vadim Petrochenkov | -5/+5 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -6/+1 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -5/+3 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -5/+0 |
| 2019-10-14 | rustc_metadata: Privatize private code and remove dead code | Vadim Petrochenkov | -16/+5 |
| 2019-10-14 | Auto merge of #65240 - michaelwoerister:sp-review-3, r=Mark-Simulacrum | bors | -20/+11 |
| 2019-10-10 | Auto merge of #65153 - da-x:issue-58017, r=petrochenkov | bors | -2/+3 |
| 2019-10-09 | resolve: Keep field spans for diagnostics | Vadim Petrochenkov | -2/+3 |
| 2019-10-09 | Remove some outdated comments about dependency tracking from cstore_impl. | Michael Woerister | -10/+0 |
| 2019-10-09 | self-profiling: Add events for tracking crate metadata loading related activi... | Michael Woerister | -0/+5 |
| 2019-10-09 | Cache the DepNodeIndex of upstream crates in order to avoid multiple locks an... | Michael Woerister | -10/+6 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -1/+5 |
| 2019-10-04 | Rollup merge of #65026 - petrochenkov:ice1, r=eddyb | Mazdak Farrokhzad | -4/+3 |
| 2019-10-04 | metadata: Remove `CrateMetadata::name` | Vadim Petrochenkov | -3/+3 |
| 2019-10-04 | metadata: Remove `CrateMetadata::imported_name` | Vadim Petrochenkov | -2/+1 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -3/+0 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-28 | Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-09-27 | getting more context for duplicate lang items (fixes #60561) | Tomas Tauber | -1/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -1/+1 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -0/+1 |
| 2019-09-23 | Allow using upstream generics in a dylib crate type | Alex Crichton | -7/+6 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -1/+26 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -0/+5 |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -1/+1 |
| 2019-09-19 | append asyncness info to functions | csmoe | -1/+1 |
| 2019-09-19 | add is_async_fn query | csmoe | -0/+1 |
| 2019-09-15 | Avoid some unnecessary `&str` to `Ident` conversions | Matthew Jasper | -1/+2 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -0/+1 |
| 2019-08-29 | Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obk | Mazdak Farrokhzad | -18/+2 |
| 2019-08-28 | Simplify `maybe_get_optimized_mir` and `maybe_get_promoted_mir` | Wesley Wiser | -18/+2 |
| 2019-08-28 | Auto merge of #63127 - kper:pr, r=nikomatsakis | bors | -1/+1 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -1/+1 |
| 2019-08-27 | metadata: Eliminate `FullProcMacro` | Vadim Petrochenkov | -1/+1 |
| 2019-08-27 | proc_macro: Turn `quote` into a regular built-in macro | Vadim Petrochenkov | -11/+1 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -0/+9 |
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -3/+4 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -2/+2 |
| 2019-07-27 | Move proc macro server into libsyntax | Vadim Petrochenkov | -1/+1 |