| Age | Commit message (Expand) | Author | Lines |
| 2022-02-23 | rustc_errors: handle `force_warn` only through `DiagnosticId::Lint`. | Eduard-Mihai Burtescu | -4/+2 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -4/+4 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -62/+73 |
| 2022-02-01 | update `FutureIncompatibilityReason` | lcnr | -25/+22 |
| 2022-01-24 | rustc_errors: remove `allow_suggestions` from `DiagnosticBuilder`. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -2/+2 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -1/+1 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -2/+6 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -1/+1 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |
| 2021-10-02 | Add desugaring mark to while loop | Cameron Steffen | -3/+3 |
| 2021-09-04 | Fix #88256, remove duplicated diagnostic | yukang | -0/+1 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -1/+1 |
| 2021-07-14 | Add -Zfuture-incompat-test to assist with testing future-incompat reports. | Eric Huss | -7/+7 |
| 2021-07-11 | Simplify future incompatible reporting. | Eric Huss | -3/+8 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -1/+1 |
| 2021-07-06 | Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis | bors | -5/+13 |
| 2021-07-06 | Add missing docs and remove dead code | Ryan Levick | -3/+1 |
| 2021-07-01 | New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w... | Ryan Levick | -14/+11 |
| 2021-06-30 | Force warnings even when can_emit_warnings == false | Ryan Levick | -1/+14 |
| 2021-06-29 | Encode CommandLine in the index only. | Camille GILLOT | -24/+13 |
| 2021-06-29 | Use a newtype_index instead of a u32. | Camille GILLOT | -7/+15 |
| 2021-06-29 | Use the macro to implement HashStable. | Camille GILLOT | -25/+3 |
| 2021-06-29 | Auto merge of #86009 - cjgillot:fwarn, r=davidtwco | bors | -28/+7 |
| 2021-06-27 | Add `explain_reason: false` in future_incompatible. | Mara Bos | -3/+8 |
| 2021-06-26 | Make ForceWarn a lint level. | Camille GILLOT | -28/+7 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -1/+1 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -8/+17 |
| 2021-06-02 | Add a page on force-warns in unstable book | Ryan Levick | -1/+1 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -2/+2 |
| 2021-06-01 | Fix issues and add test | Ryan Levick | -1/+0 |
| 2021-05-28 | Initial support for force-warns | Ryan Levick | -4/+27 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -1/+1 |
| 2021-04-14 | Cancel emitting FCW lint if it is an edition fixing lint | Ryan Levick | -5/+7 |
| 2021-02-25 | Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obk | Dylan DPC | -4/+4 |
| 2021-02-24 | Account for associated consts in the "unstable assoc item name colission" lint | Esteban Küber | -4/+4 |
| 2021-02-02 | introduce future-compatibility warning for forbidden lint groups | Niko Matsakis | -2/+10 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -1/+4 |
| 2021-01-11 | Rename `rustc_middle::lint::LevelSource` to `LevelAndSource` | pierwill | -7/+7 |
| 2020-12-25 | Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov | Dylan DPC | -16/+17 |
| 2020-12-21 | Document rustc_middle::lint::LevelSource | pierwill | -0/+1 |
| 2020-12-21 | Rename rustc_middle::lint::LintSource | pierwill | -16/+16 |
| 2020-12-19 | Edit rustc_middle::lint::LintSource docs | pierwill | -2/+2 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -1/+3 |
| 2020-11-02 | Fix ICE when a future-incompat-report has its command-line level capped | Aaron Hill | -6/+8 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -7/+18 |