| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+1 |
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+53 |
| 2017-06-23 | rustdoc: Fix a few issues with associated consts | Oliver Middleton | -3/+3 |
| 2017-06-11 | rustdoc: Stop stripping empty modules | Oliver Middleton | -13/+5 |
| 2017-03-31 | Fix hard break issue | Guillaume Gomez | -1/+12 |
| 2016-11-24 | rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. | Eduard-Mihai Burtescu | -39/+27 |
| 2016-10-02 | Remove redundant 'Variant' in variant names, stop reexporting. | Corey Farwell | -1/+1 |