| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-02-28 | track items per-file instead of per-type | QuietMisdreavus | -117/+33 |
| 2019-02-28 | tweak wording of extern types | QuietMisdreavus | -1/+1 |
| 2019-02-28 | add a coverage mode for private items | QuietMisdreavus | -0/+9 |
| 2019-02-28 | print doc coverage as a table of individual item types | QuietMisdreavus | -41/+165 |
| 2019-02-28 | refactor: combine item count numbers into a new struct | QuietMisdreavus | -29/+57 |
| 2019-02-28 | count fewer items in calculate-doc-coverage | QuietMisdreavus | -1/+5 |
| 2019-02-28 | add option to calculate documentation coverage | QuietMisdreavus | -0/+115 |
| 2019-02-27 | Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus | Mazdak Farrokhzad | -124/+76 |
| 2019-02-23 | merge early and late passes into single struct | Andy Russell | -112/+62 |
| 2019-02-23 | move collapse and unindent docs passes earlier | Andy Russell | -14/+16 |
| 2019-02-23 | fix build for Rust 2018 now that #58100 has been merged | Trevor Spiteri | -1/+1 |
| 2019-02-23 | rustdoc: support methods on primitives in intra-doc links | Trevor Spiteri | -0/+35 |