| Age | Commit message (Expand) | Author | Lines |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -76/+75 |
| 2019-07-27 | Use doc comments from 'pub use' statements | Aaron Hill | -3/+3 |
| 2019-07-18 | resolve: Support resolving macro paths without macro kind restrictions | Vadim Petrochenkov | -4/+3 |
| 2019-07-11 | resolve: Divide macro path resolution into speculative and error reporting parts | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -9/+5 |
| 2019-07-06 | Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov | Mazdak Farrokhzad | -2/+3 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-04 | cleanup lexer constructors | Aleksey Kladov | -2/+3 |
| 2019-07-01 | Fix import of take in collapse_docs.rs | Chris Gregory | -1/+1 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 |
| 2019-06-25 | rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods. | Eduard-Mihai Burtescu | -9/+11 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -1/+1 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -2/+2 |
| 2019-06-12 | Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank | Mazdak Farrokhzad | -5/+5 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -1/+1 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::DeclMacro` | Vadim Petrochenkov | -1/+1 |
| 2019-06-09 | Introduce InnerSpan abstraction | Mark Rousskov | -5/+5 |
| 2019-06-06 | syntax: Rename `TokenAndSpan` into `Token` | Vadim Petrochenkov | -3/+3 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -10/+10 |
| 2019-05-18 | Fix lints handling in rustdoc | Guillaume Gomez | -17/+36 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -4/+7 |
| 2019-05-04 | Rename `Res::kind_name` to `Res::descr` for consistency | Vadim Petrochenkov | -5/+5 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -80/+80 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -18/+21 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -17/+14 |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -11/+13 |
| 2019-04-24 | doc: some HirIdification | ljedrz | -11/+13 |
| 2019-04-22 | upgrade rustdoc's pulldown-cmark to 0.4.1 | Andy Russell | -18/+18 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -2/+2 |
| 2019-04-11 | Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=GuillaumeGomez | bors | -0/+10 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -3/+1 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -1/+1 |
| 2019-03-18 | Auto merge of #58824 - euclio:intra-link-ambiguity, r=petrochenkov | bors | -152/+176 |
| 2019-03-16 | Rollup merge of #59037 - Manishearth:intra-doc-false, r=QuietMisdreavus | kennytm | -0/+6 |
| 2019-03-15 | use `!` in macro disambiguation suggestion | Andy Russell | -0/+3 |
| 2019-03-15 | replace ad-hoc namespace enums | Andy Russell | -98/+67 |
| 2019-03-15 | overhaul intra-doc-link ambiguity warning | Andy Russell | -94/+146 |
| 2019-03-10 | hir: replace NodeId with HirId in trait_impls | ljedrz | -1/+1 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -60/+58 |
| 2019-03-09 | Avoid some common false positives in intra doc link checking | Manish Goregaokar | -0/+6 |
| 2019-03-09 | Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+189 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -14/+14 |
| 2019-03-06 | don't process `external_traits` when collecting intra-doc links | QuietMisdreavus | -0/+10 |
| 2019-03-05 | remove unused Display impl | QuietMisdreavus | -7/+0 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -7/+7 |