| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -73/+68 |
| 2019-02-20 | Dedup a rustdoc diagnostic construction | Dale Wijnand | -22/+8 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -3/+3 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -3/+3 |
| 2019-02-10 | Add trait alias support in rustdoc | Guillaume Gomez | -0/+1 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -1/+1 |
| 2019-01-22 | don't call get_macro on proc-macro stubs | QuietMisdreavus | -2/+6 |
| 2019-01-14 | rustdoc: check code block syntax in early pass | Andy Russell | -13/+128 |
| 2019-01-14 | generalize markdown to source span calculation | Andy Russell | -59/+87 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -100/+0 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -17/+17 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -6/+6 |
| 2018-12-10 | fix intra-link resolution spans in block comments | Andy Russell | -34/+75 |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -17/+17 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -38/+37 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -6/+6 |
| 2018-11-22 | Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi... | Guillaume Gomez | -42/+112 |