| Age | Commit message (Expand) | Author | Lines |
| 2020-07-31 | Make rustdoc share the logger initialization routine with rustc. | Oliver Scherer | -2/+2 |
| 2020-07-30 | Update driver to add json backend | Joseph Ryan | -14/+30 |
| 2020-07-29 | Refactor DocFS to fix error handling bugs | Joseph Ryan | -3/+8 |
| 2020-07-27 | More requested changes | Joseph Ryan | -3/+3 |
| 2020-07-27 | Make requested changes | Joseph Ryan | -1/+1 |
| 2020-07-27 | Extract `Cache` and other types from `html` module | Joseph Ryan | -13/+2 |
| 2020-07-27 | Refactor html backend to use generic interface | Joseph Ryan | -1/+4 |
| 2020-07-27 | Move `Error` and `RenderInfo` out of `html` module | Joseph Ryan | -1/+3 |
| 2020-07-15 | Don't ICE on infinitely recursive types | Joshua Nelson | -0/+2 |
| 2020-07-15 | Don't ICE on errors in function returning impl trait | Joshua Nelson | -0/+1 |
| 2020-07-10 | Change some function names. | Nicholas Nethercote | -1/+4 |
| 2020-07-10 | Eliminate `rust_input`. | Nicholas Nethercote | -31/+23 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -7/+0 |
| 2020-06-20 | Remove uses of `Vec::remove_item` | Lukas Kalbertodt | -1/+0 |
| 2020-06-13 | Clean up some weird command strings | Guillaume Gomez | -9/+7 |
| 2020-05-09 | End unification of exit codes in librustdoc | Guillaume Gomez | -9/+18 |
| 2020-05-08 | Clean up rustdoc source code | Guillaume Gomez | -1/+7 |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -0/+1 |
| 2020-04-11 | Depend on getopts from crates.io | Luca Barbieri | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -0/+1 |
| 2020-03-23 | Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek... | Mazdak Farrokhzad | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -2/+2 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -0/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-26 | Stabilize --crate-version option in rustdoc | Guillaume Gomez | -1/+1 |
| 2020-02-16 | Other crates. | Camille GILLOT | -0/+1 |
| 2020-02-07 | Remove unused feature gates from librustdoc | bjorn3 | -4/+0 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -0/+1 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -0/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -1/+0 |
| 2020-01-12 | Rollup merge of #68089 - lzutao:revert-remote_item, r=sfackler | Mazdak Farrokhzad | -0/+1 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+1 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2020-01-11 | lints: promote levels.rs to lint.rs & extract passes.rs | Mazdak Farrokhzad | -0/+1 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -0/+1 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -2/+2 |
| 2020-01-09 | Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez | Yuki Okushi | -0/+3 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -0/+1 |
| 2020-01-07 | Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton | Yuki Okushi | -1/+0 |
| 2020-01-06 | remove usage of feature gate | dylan_DPC | -1/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -0/+1 |
| 2020-01-04 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -0/+3 |
| 2020-01-03 | rustdoc: Respect diagnostic debugging options | Vadim Petrochenkov | -14/+4 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-31 | Rollup merge of #67735 - petrochenkov:uibool, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2019-12-30 | Support `-Z ui-testing=yes/no` | Vadim Petrochenkov | -2/+2 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -1/+1 |