about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-08-04Revert accidental removal of attributesasquared31415-2/+2
2021-08-04Lint against named asm labelsasquared31415-2/+3
2021-07-31Require parentheses to avoid confusions around labeled break and loop express...Fabian Wolff-0/+1
2021-07-24Display an extra note for trailing semicolon lint with trailing macroAaron Hill-0/+1
2021-07-24Auto merge of #87296 - Aaron1011:inert-warn, r=petrochenkovbors-0/+1
2021-07-21Rename force-warns to force-warnRyan Levick-1/+1
2021-07-19Warn on inert attributes used on bang macro invocationAaron Hill-0/+1
2021-07-17Compute a better `lint_node_id` during expansionAaron Hill-2/+2
2021-07-11Simplify future incompatible reporting.Eric Huss-10/+3
2021-06-29Auto merge of #86009 - cjgillot:fwarn, r=davidtwcobors-0/+2
2021-06-29Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat...Yuki Okushi-0/+6
2021-06-27Add `explain_reason: false` in future_incompatible.Mara Bos-0/+6
2021-06-26Add migration lint for reserved prefixes.Mara Bos-0/+1
2021-06-26Make ForceWarn a lint level.Camille GILLOT-0/+2
2021-06-25Address PR feedbackRyan Levick-7/+4
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-4/+35
2021-05-31Clarify meaning of MachineApplicable suggestions.Mara Bos-1/+5
2021-04-01add OR_PATTERNS_BACK_COMPAT linthi-rustin-0/+1
2021-03-14Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl`Aaron Hill-0/+1
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+9
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+1
2021-01-13Introduce missing ABI lint on extern blocksMark Rousskov-0/+2
2020-12-21add suggest for PatternsInWithoutBodyDaiki Ihara-0/+1
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-5/+19
2020-11-05Fix more URLsGuillaume Gomez-4/+4
2020-10-30Implement rustc side of report-future-incompatAaron Hill-0/+484