| Age | Commit message (Expand) | Author | Lines |
| 2020-07-16 | Update code to new invalid_codeblock_attributes lint name | Guillaume Gomez | -3/+3 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -3/+3 |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -2/+1 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -2/+1 |
| 2020-07-07 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -1/+1 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -9/+9 |
| 2020-06-11 | Rollup merge of #72180 - euclio:rustdoc-test-extra-space, r=Dylan-DPC | Dylan DPC | -1/+5 |
| 2020-05-31 | Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=... | bors | -2/+2 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -2/+2 |
| 2020-05-27 | rustc_session: Cleanup session creation | Vadim Petrochenkov | -1/+1 |
| 2020-05-26 | Auto merge of #71900 - GuillaumeGomez:clean-up-rustdoc, r=ollie27,kinnison | bors | -3/+3 |
| 2020-05-15 | remove extra space from crate-level doctest names | Andy Russell | -1/+5 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -2/+1 |
| 2020-05-09 | End unification of exit codes in librustdoc | Guillaume Gomez | -3/+3 |
| 2020-05-08 | Rollup merge of #71581 - GuillaumeGomez:unify-lints-handling, r=kinnison | Dylan DPC | -33/+9 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -7/+6 |
| 2020-04-27 | Unify lints handling in rustdoc | Guillaume Gomez | -33/+9 |
| 2020-04-23 | Create new rustdoc lint to check for code blocks tags | Guillaume Gomez | -16/+81 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-04-10 | fix target & runtool args order | Tom Dohrmann | -2/+7 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | improve folder name for persistent doc tests | Luro02 | -40/+63 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -3/+3 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -5/+6 |
| 2020-03-15 | Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -4/+4 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -1/+2 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -1/+1 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 |
| 2020-02-28 | remove redundant clones, references to operands, explicit boolean comparisons... | Matthias Krüger | -1/+1 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -2/+2 |
| 2020-02-07 | Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb | Dylan DPC | -2/+2 |
| 2020-02-06 | Remove the `Forest` type | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Auto merge of #68664 - tspiteri:no_run-complete-build, r=nikomatsakis | bors | -1/+1 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 |
| 2020-02-01 | syntax: reexport attr globals | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | syntax: move GLOBALS to attr module | Mazdak Farrokhzad | -1/+1 |
| 2020-01-30 | rustdoc: attempt full build for compile_fail test | Trevor Spiteri | -1/+1 |
| 2020-01-20 | Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomez | Dylan DPC | -3/+7 |
| 2020-01-18 | rustdoc: Fix handling of compile errors when running `rustdoc --test` | Oliver Middleton | -3/+7 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -2/+2 |