| Age | Commit message (Expand) | Author | Lines |
| 2019-10-31 | rustdoc: Resolve module-level doc references more locally | Daniel Silverstone | -4/+21 |
| 2019-10-24 | resolve: Privatize all resolver fields | Vadim Petrochenkov | -2/+2 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -1/+2 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -3/+3 |
| 2019-09-13 | Move to print functions on types instead of impl fmt::Display | Mark Rousskov | -7/+8 |
| 2019-09-10 | Auto merge of #60387 - Goirad:test-expansion, r=ollie27 | bors | -1/+1 |
| 2019-09-07 | Add "bool" lang item | varkor | -0/+2 |
| 2019-09-05 | Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomez | Mazdak Farrokhzad | -13/+14 |
| 2019-09-03 | added feature gate enable-per-target-ignores | Dario Gonzalez | -1/+1 |
| 2019-08-26 | Account for doc comments coming from proc macros without spans | Esteban Küber | -13/+14 |
| 2019-08-19 | librustdoc: warn on empty doc test | Tom Milligan | -10/+27 |
| 2019-08-15 | resolve: `ParentScope::default` -> `ParentScope::module` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope` | Vadim Petrochenkov | -1/+2 |
| 2019-08-11 | Don't store all traits in DocContext | Mark Rousskov | -2/+2 |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -30/+33 |
| 2019-08-10 | Auto merge of #62955 - Mark-Simulacrum:rustdoc-clean-1, r=eddyb | bors | -2/+2 |
| 2019-08-10 | Replace is_doc_reachable with is_public | Mark Rousskov | -2/+2 |
| 2019-08-10 | Fix calls to resolver from rustdoc and HIR lowering | Vadim Petrochenkov | -13/+8 |
| 2019-08-06 | Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkov | Mazdak Farrokhzad | -0/+7 |
| 2019-08-05 | Force callers of resolve_ast_path to deal with Res::Err correctly | Mark Rousskov | -0/+7 |
| 2019-08-05 | adapt rustdoc to infailable lexer | Aleksey Kladov | -23/+9 |
| 2019-08-04 | Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomez | bors | -3/+3 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -76/+75 |
| 2019-07-27 | Use doc comments from 'pub use' statements | Aaron Hill | -3/+3 |
| 2019-07-18 | resolve: Support resolving macro paths without macro kind restrictions | Vadim Petrochenkov | -4/+3 |
| 2019-07-11 | resolve: Divide macro path resolution into speculative and error reporting parts | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -9/+5 |
| 2019-07-06 | Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov | Mazdak Farrokhzad | -2/+3 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-04 | cleanup lexer constructors | Aleksey Kladov | -2/+3 |
| 2019-07-01 | Fix import of take in collapse_docs.rs | Chris Gregory | -1/+1 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 |
| 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 |