| Age | Commit message (Expand) | Author | Lines |
| 2019-11-04 | Auto merge of #65838 - estebank:resilient-recovery, r=Centril | bors | -1/+1 |
| 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 |
| 2019-10-30 | Change CrateMetadata's source_map_import_info from RwLock to Once | Santiago Pastorino | -83/+66 |
| 2019-10-30 | Correctly indent get_predicates function | Santiago Pastorino | -1/+1 |
| 2019-10-30 | Do not complain about missing `fn main()` in some cases | Esteban Küber | -1/+1 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -6/+6 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -6/+6 |
| 2019-10-27 | Auto merge of #65541 - eddyb:spanned-inferred-outlives, r=nikomatsakis | bors | -0/+8 |
| 2019-10-25 | Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad | Mazdak Farrokhzad | -1/+6 |
| 2019-10-24 | rustc_metadata: Minimize use of `Lrc` in crate store | Vadim Petrochenkov | -29/+30 |
| 2019-10-24 | rustc_metadata: Remove `RwLock` from `CStore` | Vadim Petrochenkov | -25/+26 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -18/+31 |
| 2019-10-24 | rustc: Add a convenience alias for `dyn MetadataLoader + Sync` | Vadim Petrochenkov | -3/+3 |
| 2019-10-24 | rustc_metadata: Move some code around | Vadim Petrochenkov | -96/+82 |
| 2019-10-24 | rustc_metadata: Remove unnecessary use of crate store in plugin loader | Vadim Petrochenkov | -63/+31 |
| 2019-10-24 | rustc_driver: Remove unnecessary use of crate store | Vadim Petrochenkov | -3/+3 |
| 2019-10-24 | rustc_typeck: compute better spans for inferred_outlives. | Eduard-Mihai Burtescu | -0/+8 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -6/+5 |
| 2019-10-22 | rustc_metadata: use a table for impl_trait_ref. | Eduard-Mihai Burtescu | -6/+13 |
| 2019-10-22 | rustc_metadata: use a table for fn_sig. | Eduard-Mihai Burtescu | -60/+38 |
| 2019-10-22 | rustc_metadata: use a table for super_predicates. | Eduard-Mihai Burtescu | -27/+23 |
| 2019-10-21 | Fix the start/end byte positions in the compiler JSON output | Mikko Rantanen | -1/+6 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -6/+5 |
| 2019-10-21 | Rollup merge of #65460 - sinkuu:contains_insert, r=varkor | Yuki Okushi | -3/+1 |
| 2019-10-20 | Auto merge of #65497 - choller:master, r=tmiasko | bors | -1/+1 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -12/+10 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -12/+10 |
| 2019-10-17 | Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril | bors | -5/+6 |
| 2019-10-17 | Avoid injecting sanitizer runtimes into staticlibs (#64629). | Christian Holler (:decoder) | -1/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -5/+6 |
| 2019-10-16 | Make use of the return value of `HashSet::insert` | Shotaro Yamada | -3/+1 |
| 2019-10-15 | rustc_metadata: address some review comments. | Eduard-Mihai Burtescu | -4/+20 |
| 2019-10-15 | rustc_metadata: don't use more space than needed, for each Table. | Eduard-Mihai Burtescu | -33/+21 |
| 2019-10-15 | rustc_metadata: replace Entry table with one table for each of its fields (Ao... | Eduard-Mihai Burtescu | -597/+469 |
| 2019-10-15 | rustc_metadata: use decoder::Metadata instead of &[u8] for Lazy<Table<T>>::get. | Eduard-Mihai Burtescu | -9/+19 |
| 2019-10-15 | rustc_metadata: generalize Table<T> to hold T, not Lazy<T>, elements. | Eduard-Mihai Burtescu | -48/+78 |
| 2019-10-15 | rustc_metadata: add a helper macro for recording into PerDefTable's. | Eduard-Mihai Burtescu | -127/+118 |
| 2019-10-15 | rustc_metadata: split tables into an usize-keyed Table and a DefIndex-keyed P... | Eduard-Mihai Burtescu | -37/+75 |
| 2019-10-15 | rustc_metadata: replace Lazy<[Table<T>]> with Lazy<Table<T>>. | Eduard-Mihai Burtescu | -18/+46 |
| 2019-10-15 | rustc_metadata: parametrize Table by element type. | Eduard-Mihai Burtescu | -38/+43 |
| 2019-10-15 | rustc_metadata: rename index::Index to table::Table. | Eduard-Mihai Burtescu | -23/+23 |
| 2019-10-15 | rustc_metadata: use 0 in index::Index to indicate missing entries. | Eduard-Mihai Burtescu | -13/+7 |
| 2019-10-15 | rustc_metadata: use NonZeroUsize for the position of a Lazy. | Eduard-Mihai Burtescu | -25/+38 |
| 2019-10-15 | rustc_metadata: remove now-redundant length from the start of the encoding. | Eduard-Mihai Burtescu | -7/+3 |
| 2019-10-14 | Rollup merge of #65365 - skinny121:const-args-metadata, r=varkor | Tyler Mandry | -26/+6 |
| 2019-10-15 | Include const generic arguments in metadata. | ben | -26/+6 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -18/+1 |