| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-08-04 | introduce "early passes" an convert a few over | QuietMisdreavus | -10/+74 |
| 2018-08-04 | strongly-typed passes | QuietMisdreavus | -45/+76 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -46/+68 |
| 2018-07-26 | rustdoc: rework how default passes are chosen | QuietMisdreavus | -0/+27 |
| 2018-07-24 | remove pluginmanager | steveklabnik | -14/+7 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+1 |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -0/+3 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -4/+4 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -1/+1 |
| 2017-11-30 | Hide trait impl with private trait type parameter | Christian Duerr | -0/+9 |
| 2017-11-21 | allow loading external files in documentation | QuietMisdreavus | -12/+75 |