| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -1/+1 |
| 2018-11-19 | Rollup merge of #55962 - QuietMisdreavus:tricky-spans, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2018-11-18 | resolve: Support resolving macros without leaving traces | Vadim Petrochenkov | -1/+1 |
| 2018-11-16 | lint if a private item has doctests | Guillaume Gomez | -42/+112 |
| 2018-11-14 | properly calculate spans for intra-doc link resolution errors | QuietMisdreavus | -1/+1 |
| 2018-11-12 | Fix rustdoc | Oliver Scherer | -6/+6 |
| 2018-10-09 | Store nightly build instead of checking env var every time | Guillaume Gomez | -2/+4 |
| 2018-10-09 | Add lint for doc without codeblocks | Guillaume Gomez | -1/+45 |
| 2018-09-25 | handle proc-macros as macros instead of functions | QuietMisdreavus | -0/+3 |
| 2018-09-20 | fix intra-links for trait impls | QuietMisdreavus | -16/+44 |
| 2018-09-20 | filter collected trait impls against items in the crate | QuietMisdreavus | -60/+149 |
| 2018-09-20 | shuffle ownership of `external_traits` | QuietMisdreavus | -7/+2 |
| 2018-09-20 | refactor: move `access_levels` into RenderInfo | QuietMisdreavus | -1/+1 |
| 2018-09-20 | collect auto-/blanket-impls during collect-trait-impls | QuietMisdreavus | -1/+39 |
| 2018-09-20 | add more tests for traits-in-non-module-scope | QuietMisdreavus | -1/+1 |
| 2018-09-20 | swap external_traits into the crate before running strip_hidden | QuietMisdreavus | -3/+10 |
| 2018-09-20 | add a bunch of debug prints | QuietMisdreavus | -0/+7 |
| 2018-09-20 | only move access_levels/external_traits after early passes | QuietMisdreavus | -9/+2 |
| 2018-09-20 | rustdoc: collect trait impls as an early pass | QuietMisdreavus | -0/+105 |
| 2018-09-14 | Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor | bors | -1/+3 |
| 2018-09-13 | introduce SelfCtor | F001 | -1/+3 |
| 2018-09-13 | resolve: Put different parent scopes into a single structure | Vadim Petrochenkov | -3/+3 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -17/+17 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -1/+1 |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn resolve_macro... | Vadim Petrochenkov | -3/+1 |
| 2018-08-20 | resolve: Move derive attribute detection closer to other macro ident resoluti... | Vadim Petrochenkov | -1/+1 |
| 2018-08-04 | only abort after all early passes have run | QuietMisdreavus | -2/+0 |
| 2018-08-04 | don't process intra-links on extern-crate items | QuietMisdreavus | -1/+2 |
| 2018-08-04 | turn intra-doc-link collection into an early pass | QuietMisdreavus | -0/+604 |