| Age | Commit message (Expand) | Author | Lines |
| 2019-11-20 | Rollup merge of #66496 - petrochenkov:metapriv2, r=eddyb | Mazdak Farrokhzad | -282/+343 |
| 2019-11-17 | rustc_metadata: Cleanup crate search with exact paths | Vadim Petrochenkov | -26/+22 |
| 2019-11-17 | rustc_metadata: Remove `CrateMetadata::is_proc_macro_crate` | Vadim Petrochenkov | -12/+8 |
| 2019-11-17 | rustc_metadata: Stop leaking `Lazy` from the `rmeta` module | Vadim Petrochenkov | -22/+36 |
| 2019-11-17 | rustc_metadata: Move `CrateMetadata` into `decoder.rs` | Vadim Petrochenkov | -142/+135 |
| 2019-11-17 | rustc_metadata: Give a constructor to `CratePaths` | Vadim Petrochenkov | -3/+9 |
| 2019-11-17 | rustc_metadata: Minor cleanup | Vadim Petrochenkov | -3/+3 |
| 2019-11-17 | rustc_metadata: Give a constructor to `CrateMetadata` | Vadim Petrochenkov | -34/+53 |
| 2019-11-17 | rustc_metadata: Give a constructor to `CrateLocator` | Vadim Petrochenkov | -48/+81 |
| 2019-11-17 | rustc_metadata: `locator::Context` -> `CrateLocator` | Vadim Petrochenkov | -26/+26 |
| 2019-11-17 | rustc_metadata: Move some structs from `cstore` to `decoder` | Vadim Petrochenkov | -27/+31 |
| 2019-11-15 | Remove newtype for qualifs in `rustc_metadata` | Dylan MacKenzie | -17/+12 |
| 2019-11-15 | Fix nits from review | Dylan MacKenzie | -2/+2 |
| 2019-11-15 | Use a bespoke type for the result of `mir_const_qualif` | Dylan MacKenzie | -3/+7 |
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -97/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -2/+7 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -5/+13 |
| 2019-11-11 | Move injected_panic_runtime to CrateStore | Mark Rousskov | -6/+11 |
| 2019-11-11 | Auto merge of #66252 - cjgillot:trees, r=oli-obk | bors | -6/+8 |
| 2019-11-10 | Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov | bors | -2/+3 |
| 2019-11-10 | Fix tidy. | Camille GILLOT | -2/+4 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -6/+6 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -2/+3 |
| 2019-11-10 | Rollup merge of #66235 - eddyb:coff-syrup, r=nagisa | Yuki Okushi | -6/+3 |
| 2019-11-09 | rustc_metadata: don't let LLVM confuse rmeta blobs for COFF object files. | Eduard-Mihai Burtescu | -6/+3 |
| 2019-11-08 | Stop returning promotables from `mir_const_qualif` | Dylan MacKenzie | -7/+4 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -5/+5 |
| 2019-11-07 | rustc_metadata: Rename `schema` to `rmeta` | Vadim Petrochenkov | -14/+14 |
| 2019-11-07 | rustc_metadata: Privatize more entities | Vadim Petrochenkov | -15/+14 |
| 2019-11-07 | rustc_metadata: Privatize everything in decoder | Vadim Petrochenkov | -54/+54 |
| 2019-11-07 | rustc_metadata: Move cstore_impl into mod decoder | Vadim Petrochenkov | -2/+6 |
| 2019-11-07 | rustc_metadata: Privatize everything in schema and schema/table | Vadim Petrochenkov | -82/+80 |
| 2019-11-07 | rustc_metadata: Move decoder/encoder/table into mod schema | Vadim Petrochenkov | -11/+12 |
| 2019-11-07 | Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakis | Mazdak Farrokhzad | -41/+48 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -1/+1 |
| 2019-11-06 | Remove unnecessary `Deref` impl for `Attribute`. | Nicholas Nethercote | -1/+1 |
| 2019-11-06 | Rollup merge of #66086 - RalfJung:smallvec, r=nagisa | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -2/+2 |
| 2019-11-06 | Rollup merge of #66027 - Mark-Simulacrum:panic-handler-query, r=alexcrichton | Mazdak Farrokhzad | -2/+1 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -1/+1 |
| 2019-11-04 | Auto merge of #65838 - estebank:resilient-recovery, r=Centril | bors | -1/+1 |
| 2019-11-03 | rustc_metadata: don't encode an empty slice for inferred_outlives. | Eduard-Mihai Burtescu | -3/+8 |
| 2019-11-03 | rustc_metadata: replace predicates_defined_on with explicit_predicates_of and... | Eduard-Mihai Burtescu | -19/+50 |
| 2019-11-03 | rustc_metadata: remove predicates_of and rely on predicates_defined_on alone. | Eduard-Mihai Burtescu | -38/+9 |
| 2019-11-01 | Move has_panic_handler to query | Mark Rousskov | -2/+1 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -2/+2 |
| 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 | -7/+24 |
| 2019-10-30 | Make init_locking return a reference to the initialized data | Santiago Pastorino | -3/+1 |