| Age | Commit message (Expand) | Author | Lines |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -3/+3 |
| 2019-10-26 | Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton | bors | -0/+1 |
| 2019-10-25 | Rollup merge of #65789 - Centril:with-desugared-doc, r=davidtwco | Mazdak Farrokhzad | -2/+26 |
| 2019-10-25 | with_desugared_doc: correctly refer to `attr` instead of `self` | Mazdak Farrokhzad | -2/+2 |
| 2019-10-25 | Merge branch 'master' into rusty-hermit, resolve conflicts | Stefan Lankes | -11/+3 |
| 2019-10-25 | move Attribute::with_desugared_doc to librustdoc | Mazdak Farrokhzad | -2/+26 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -2/+2 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -9/+1 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -4/+3 |
| 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-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -24/+23 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -14/+13 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -14/+13 |
| 2019-10-17 | Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -2/+2 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -1/+1 |
| 2019-10-06 | Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-Simulacrum | Tyler Mandry | -7/+7 |
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -0/+1 |
| 2019-10-06 | Use shorthand initialization in rustdoc | Avi Dessauer | -7/+7 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -1/+1 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+1 |
| 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-27 | Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomez | bors | -17/+8 |
| 2019-09-27 | Fix librustcdoc test | varkor | -1/+1 |
| 2019-09-26 | Rename `MetaItem.node` to `MetaItem.kind` | varkor | -5/+5 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -7/+7 |
| 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 `Lit.node` to `Lit.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 | -11/+11 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -3/+4 |
| 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 | -10/+2 |
| 2019-09-19 | append asyncness info to functions | csmoe | -3/+12 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -20/+20 |
| 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-09 | Use `sym::{all,any,main,not}` more. | Nicholas Nethercote | -4/+4 |
| 2019-09-07 | Add "bool" lang item | varkor | -1/+1 |