| Age | Commit message (Expand) | Author | Lines |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -2/+2 |
| 2019-10-25 | with_desugared_doc: correctly refer to `attr` instead of `self` | Mazdak Farrokhzad | -2/+2 |
| 2019-10-25 | move Attribute::with_desugared_doc to librustdoc | Mazdak Farrokhzad | -2/+26 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -9/+1 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -4/+3 |
| 2019-10-21 | Remove unnecessary `impl Clean<String> for InternedString`. | Nicholas Nethercote | -8/+0 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -1/+1 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -4/+3 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -4/+3 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-06 | Use shorthand initialization in rustdoc | Avi Dessauer | -7/+7 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -5/+3 |
| 2019-09-28 | rustc: don't store a lifetime in hir::TyKind::CVarArgs. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-09-26 | Rename `MetaItem.node` to `MetaItem.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -4/+4 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -1/+1 |
| 2019-09-26 | Auto merge of #64515 - varkor:kindedterm, r=oli-obk | bors | -9/+9 |
| 2019-09-26 | Rename some `_sty` variables to `_kind` | varkor | -4/+4 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -5/+5 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -5/+8 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -10/+10 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -1/+2 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -5/+8 |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -5/+1 |
| 2019-09-19 | append asyncness info to functions | csmoe | -1/+6 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -16/+16 |
| 2019-09-13 | Move to print functions on types instead of impl fmt::Display | Mark Rousskov | -12/+2 |
| 2019-09-11 | Use `Symbol` in `external_path()`. | Nicholas Nethercote | -9/+8 |
| 2019-09-07 | Add "bool" lang item | varkor | -1/+1 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-08-28 | Auto merge of #63127 - kper:pr, r=nikomatsakis | bors | -2/+2 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -1/+1 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -2/+2 |
| 2019-08-26 | Remove dead tracking of external param names | Mark Rousskov | -19/+0 |
| 2019-08-26 | Mutate DocContext from LibEmbargoVisitor and RustdocVisitor | Mark Rousskov | -10/+8 |
| 2019-08-26 | Move top-level Clean impl to function | Mark Rousskov | -84/+80 |
| 2019-08-19 | Fix ICE with `impl Trait` in type bounds | Shotaro Yamada | -3/+10 |
| 2019-08-19 | Use BTreeMap for deterministic iter order | Shotaro Yamada | -5/+4 |
| 2019-08-19 | Support nested `impl Trait` | Shotaro Yamada | -25/+33 |
| 2019-08-19 | Associated type bound for inlined impl Trait doc | Shotaro Yamada | -23/+70 |
| 2019-08-19 | Support `impl Trait` in inlined documentation | Shotaro Yamada | -17/+74 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -1/+1 |
| 2019-08-18 | Pre intern the `Self` parameter type | Matthew Jasper | -1/+1 |
| 2019-08-17 | Initial implementation of or patterns | varkor | -0/+3 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -3/+2 |