| Age | Commit message (Expand) | Author | Lines |
| 2020-01-06 | Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomez | bors | -3/+29 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -11/+11 |
| 2020-01-04 | buffer lexer errors in rustdoc syntax checking | Andy Russell | -3/+29 |
| 2020-01-04 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -47/+62 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -4/+3 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -4/+4 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -4/+4 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -297/+328 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -1/+1 |
| 2019-11-27 | Use new ErrorKind enum | Guillaume Gomez | -10/+16 |
| 2019-11-27 | Replace Iterator::find calls with Iterator::any when better | Guillaume Gomez | -6/+5 |
| 2019-11-27 | Add support for intra-doc link fields of enum variant | Guillaume Gomez | -7/+60 |
| 2019-11-27 | little intra-doc code cleanup | Guillaume Gomez | -16/+11 |
| 2019-11-27 | Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn... | bors | -78/+211 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -3/+3 |
| 2019-11-25 | Update error messages | Guillaume Gomez | -3/+3 |
| 2019-11-24 | Fix some rustdoc error capitalization | Esteban Küber | -3/+3 |
| 2019-11-23 | Handle anchor errors | Guillaume Gomez | -113/+190 |
| 2019-11-23 | Handle anchors in intra doc links | Guillaume Gomez | -11/+67 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -2/+1 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -1/+1 |
| 2019-11-10 | move config.rs to libsyntax_expand | Mazdak Farrokhzad | -1/+2 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -1/+1 |
| 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 |