| Age | Commit message (Expand) | Author | Lines |
| 2019-11-07 | rustc_metadata: Move decoder/encoder/table into mod schema | Vadim Petrochenkov | -1824/+0 |
| 2019-11-07 | Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakis | Mazdak Farrokhzad | -32/+32 |
| 2019-11-03 | rustc_metadata: don't encode an empty slice for inferred_outlives. | Eduard-Mihai Burtescu | -2/+4 |
| 2019-11-03 | rustc_metadata: replace predicates_defined_on with explicit_predicates_of and... | Eduard-Mihai Burtescu | -15/+32 |
| 2019-11-03 | rustc_metadata: remove predicates_of and rely on predicates_defined_on alone. | Eduard-Mihai Burtescu | -28/+9 |
| 2019-11-01 | Move has_panic_handler to query | Mark Rousskov | -2/+1 |
| 2019-10-31 | Implement dual proc macro hashing | msizanoen | -0/+1 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+1 |
| 2019-10-24 | rustc_typeck: compute better spans for inferred_outlives. | Eduard-Mihai Burtescu | -0/+8 |
| 2019-10-22 | rustc_metadata: use a table for impl_trait_ref. | Eduard-Mihai Burtescu | -1/+7 |
| 2019-10-22 | rustc_metadata: use a table for fn_sig. | Eduard-Mihai Burtescu | -29/+24 |
| 2019-10-22 | rustc_metadata: use a table for super_predicates. | Eduard-Mihai Burtescu | -8/+15 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -7/+7 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -7/+7 |
| 2019-10-17 | Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril | bors | -1/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-15 | rustc_metadata: don't use more space than needed, for each Table. | Eduard-Mihai Burtescu | -20/+2 |
| 2019-10-15 | rustc_metadata: replace Entry table with one table for each of its fields (Ao... | Eduard-Mihai Burtescu | -478/+355 |
| 2019-10-15 | rustc_metadata: generalize Table<T> to hold T, not Lazy<T>, elements. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-10-15 | rustc_metadata: add a helper macro for recording into PerDefTable's. | Eduard-Mihai Burtescu | -124/+110 |
| 2019-10-15 | rustc_metadata: split tables into an usize-keyed Table and a DefIndex-keyed P... | Eduard-Mihai Burtescu | -5/+5 |
| 2019-10-15 | rustc_metadata: replace Lazy<[Table<T>]> with Lazy<Table<T>>. | Eduard-Mihai Burtescu | -3/+12 |
| 2019-10-15 | rustc_metadata: parametrize Table by element type. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-10-15 | rustc_metadata: rename index::Index to table::Table. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-10-15 | rustc_metadata: use NonZeroUsize for the position of a Lazy. | Eduard-Mihai Burtescu | -7/+9 |
| 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: Privatize private code and remove dead code | Vadim Petrochenkov | -9/+10 |
| 2019-10-04 | Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb | Mazdak Farrokhzad | -18/+4 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -1/+1 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -18/+4 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -2/+2 |
| 2019-09-26 | Rename `ForeignItem.node` to `ForeignItem.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -11/+11 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -17/+16 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -1/+1 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -1/+2 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -2/+2 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -1/+5 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -1/+2 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -12/+14 |
| 2019-09-19 | append asyncness info to functions | csmoe | -2/+2 |
| 2019-09-19 | add is_async_fn query | csmoe | -0/+4 |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -1/+1 |