| Age | Commit message (Expand) | Author | Lines |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -2/+2 |
| 2021-11-24 | Add feature gate test for "rustdoc_internal" feature | Guillaume Gomez | -1/+1 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -12/+33 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -95/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+95 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+95 |
| 2021-10-15 | Bless tests | Cameron Steffen | -2/+2 |
| 2021-10-03 | Update ui-fulldeps. | Camille GILLOT | -5/+5 |
| 2021-09-30 | Bless tests. | Camille GILLOT | -9/+10 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -17/+14 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+1 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -1/+1 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -32/+72 |
| 2021-07-27 | Add long explanation for E0498 | Chris Midgley | -0/+1 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -2/+2 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -0/+5 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -20/+27 |
| 2021-07-09 | Fix default_hash_types to use resolved path | Cameron Steffen | -20/+27 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -2/+2 |
| 2021-06-10 | Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkov | bors | -67/+60 |
| 2021-06-10 | Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrum | bors | -18/+24 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -67/+60 |
| 2021-06-07 | ignore ui-fulldeps/session-derive-errors.rs on beta and stable | Pietro Albini | -18/+24 |
| 2021-06-06 | Don't pass -Z unstable-options by default for UI tests | Joshua Nelson | -3/+4 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -4/+4 |
| 2021-03-30 | Fix fulldeps tests. | Camille GILLOT | -2/+2 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -1/+3 |
| 2021-03-09 | Rebase fallout. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Fix ui-fulldeps tests. | Camille GILLOT | -3/+5 |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -3/+3 |
| 2021-01-17 | Fix formatting for removed lints | Joshua Nelson | -9/+9 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -3/+2 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -3/+3 |
| 2020-12-03 | Only deny doc_keyword in std and set it as "allow" by default | Guillaume Gomez | -2/+8 |
| 2020-12-03 | Add test for EXISTING_DOC_KEYWORD internal lint | Guillaume Gomez | -0/+20 |
| 2020-12-02 | Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelix | bors | -15/+15 |
| 2020-11-18 | Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum" | Pietro Albini | -18/+29 |
| 2020-11-17 | Update fulldeps test | Mark Rousskov | -29/+18 |
| 2020-11-14 | Use true previous lint level when detecting overriden forbids | Mark Rousskov | -15/+15 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -1/+1 |
| 2020-10-08 | Replace run_compiler with RunCompiler builder pattern. | Darshan Kathiriya | -8/+3 |
| 2020-09-28 | Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk | Ralf Jung | -1/+7 |
| 2020-09-27 | Add option to pass a custom codegen backend from a driver | bjorn3 | -1/+7 |
| 2020-09-21 | add test | Bastian Kauschke | -0/+53 |
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -1/+2 |
| 2020-09-08 | Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk | bors | -0/+395 |
| 2020-09-04 | Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkov | bors | -0/+40 |
| 2020-09-03 | Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macro | Aaron Hill | -0/+40 |