| Age | Commit message (Expand) | Author | Lines |
| 2019-12-10 | Remove tidy comment | Guillaume Gomez | -2/+0 |
| 2019-12-09 | Remove useless comment | Guillaume Gomez | -2/+0 |
| 2019-12-09 | Move RegionTarget and RegionDeps where they into clean/auto_trait | Guillaume Gomez | -14/+16 |
| 2019-12-09 | Remove unused imports | Guillaume Gomez | -10/+7 |
| 2019-12-09 | Fix usage of variants in clean/utils | Guillaume Gomez | -7/+7 |
| 2019-12-09 | Make utils module public | Guillaume Gomez | -19/+19 |
| 2019-12-09 | Fix missing imports | Guillaume Gomez | -1/+25 |
| 2019-12-09 | Remove functions from clean/mod.rs | Guillaume Gomez | -567/+0 |
| 2019-12-09 | Move clean functions to another file | Guillaume Gomez | -0/+568 |
| 2019-12-08 | Auto merge of #66984 - GuillaumeGomez:move-clean-types, r=kinnison | bors | -1534/+1558 |
| 2019-12-07 | Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddyb | Yuki Okushi | -0/+6 |
| 2019-12-04 | Remove unused constant | Guillaume Gomez | -2/+0 |
| 2019-12-04 | Make Lifetime struct field public | Guillaume Gomez | -1/+1 |
| 2019-12-04 | Make some formatting improvements | Guillaume Gomez | -11/+4 |
| 2019-12-04 | Make some private methods public | Guillaume Gomez | -7/+7 |
| 2019-12-04 | fixup clean/types.rs imports | Guillaume Gomez | -48/+26 |
| 2019-12-04 | remove code that doesn't belong in clean/types.rs | Guillaume Gomez | -2975/+0 |
| 2019-12-04 | Remove potential cfgs duplicates | Guillaume Gomez | -0/+6 |
| 2019-12-03 | remove code that doesn't belong in clean/mod.rs anymore | Guillaume Gomez | -1534/+13 |
| 2019-12-03 | Create new types.rs file | Guillaume Gomez | -0/+4551 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -1/+1 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -1/+1 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -1/+1 |
| 2019-11-12 | Rename in librustdoc. | Camille GILLOT | -3/+3 |
| 2019-11-12 | Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkor | Yuki Okushi | -2/+3 |
| 2019-11-11 | support issue = "none" in unstable attributes | Ross MacArthur | -2/+3 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-11-08 | hir::MethodSig -> hir::FnSig | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | move syntax::parse::lexer::comments -> syntax::util::comments | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakis | Mazdak Farrokhzad | -9/+10 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -23/+24 |
| 2019-11-03 | Revert "Greatly improve generics handling in rustdoc search" | Eduard-Mihai Burtescu | -9/+10 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -2/+2 |
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -1/+1 |
| 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 |