| Age | Commit message (Expand) | Author | Lines |
| 2022-08-23 | sugg: take into count the debug formatting | Vincenzo Palazzo | -2/+7 |
| 2022-08-23 | cleanup: commented lints | Rejyr | -3/+0 |
| 2022-08-22 | migrate: `rustc_lint::context` | Rejyr | -58/+38 |
| 2022-08-02 | Improve position named arguments lint underline and formatting names | Preston From | -6/+11 |
| 2022-07-25 | Generate correct suggestion with named arguments used positionally | Preston From | -2/+2 |
| 2022-07-15 | Only suggest if span is not erroneous | Michael Goulet | -9/+10 |
| 2022-07-15 | Remove some more usages of guess_head_span | Michael Goulet | -2/+1 |
| 2022-07-13 | Emit warning when named arguments are used positionally in format | Preston From | -0/+12 |
| 2022-07-07 | Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley... | Dylan DPC | -1/+32 |
| 2022-07-06 | Add function to manually fulfill lint expectations (RFC 2383) | xFrednet | -1/+32 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -1/+21 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -2/+1 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -2/+2 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -2/+2 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -4/+4 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -0/+37 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -1/+1 |
| 2022-04-19 | Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco | Dylan DPC | -26/+1 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -1/+17 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -26/+1 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -6/+10 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-05 | Review changes | Jack Huey | -4/+6 |
| 2022-03-05 | Change to lint | Jack Huey | -0/+8 |
| 2022-03-05 | Improve unexpected_cfgs lint when their is no value expected | Loïc BRANSTETT | -20/+26 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -0/+4 |
| 2022-02-26 | Document that pre-expansion lint passes are deprecated | xFrednet | -1/+6 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -9/+13 |
| 2022-02-24 | Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -1/+34 |
| 2022-02-23 | Continue improvements on the --check-cfg implementation | Loïc BRANSTETT | -12/+13 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -9/+13 |
| 2022-02-22 | Improve diagnostic of the unexpected_cfgs lint | Loïc BRANSTETT | -1/+33 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -6/+6 |
| 2022-02-19 | Adopt let else in more places | est31 | -3/+2 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -6/+6 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -1/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -2/+5 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-28 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+1 |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -12/+20 |
| 2022-01-23 | rustc_lint: Remove some redundant fields from `EarlyContext` | Vadim Petrochenkov | -20/+5 |
| 2022-01-19 | Add links to the reference and rust by example for asm! docs and lints | Amanieu d'Antras | -0/+1 |
| 2021-12-21 | Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplett | Matthias Krüger | -1/+9 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -3/+3 |
| 2021-12-18 | Rollup merge of #92032 - petrochenkov:extblockpath, r=oli-obk | Matthias Krüger | -2/+2 |
| 2021-12-18 | hir: Do not introduce dummy type names for `extern` blocks in def paths | Vadim Petrochenkov | -2/+2 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -10/+0 |
| 2021-12-16 | suggest adding a `#[cfg(test)]` to test modules | Takayuki Maeda | -1/+9 |