index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint_defs
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-04
Revert accidental removal of attributes
asquared31415
-2
/
+2
2021-08-04
Lint against named asm labels
asquared31415
-2
/
+3
2021-07-31
Require parentheses to avoid confusions around labeled break and loop express...
Fabian Wolff
-0
/
+1
2021-07-24
Display an extra note for trailing semicolon lint with trailing macro
Aaron Hill
-0
/
+1
2021-07-24
Auto merge of #87296 - Aaron1011:inert-warn, r=petrochenkov
bors
-0
/
+1
2021-07-21
Rename force-warns to force-warn
Ryan Levick
-1
/
+1
2021-07-19
Warn on inert attributes used on bang macro invocation
Aaron Hill
-0
/
+1
2021-07-17
Compute a better `lint_node_id` during expansion
Aaron Hill
-2
/
+2
2021-07-11
Simplify future incompatible reporting.
Eric Huss
-10
/
+3
2021-06-29
Auto merge of #86009 - cjgillot:fwarn, r=davidtwco
bors
-0
/
+2
2021-06-29
Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat...
Yuki Okushi
-0
/
+6
2021-06-27
Add `explain_reason: false` in future_incompatible.
Mara Bos
-0
/
+6
2021-06-26
Add migration lint for reserved prefixes.
Mara Bos
-0
/
+1
2021-06-26
Make ForceWarn a lint level.
Camille GILLOT
-0
/
+2
2021-06-25
Address PR feedback
Ryan Levick
-7
/
+4
2021-06-25
Change how edition based future compatibility warnings are handled
Ryan Levick
-4
/
+35
2021-05-31
Clarify meaning of MachineApplicable suggestions.
Mara Bos
-1
/
+5
2021-04-01
add OR_PATTERNS_BACK_COMPAT lint
hi-rustin
-0
/
+1
2021-03-14
Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl`
Aaron Hill
-0
/
+1
2021-02-07
Add `--extern-loc` to augment unused crate dependency diagnostics
Jeremy Fitzhardinge
-0
/
+9
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-0
/
+1
2021-01-13
Introduce missing ABI lint on extern blocks
Mark Rousskov
-0
/
+2
2020-12-21
add suggest for PatternsInWithoutBody
Daiki Ihara
-0
/
+1
2020-11-28
lint-docs: Add --validate flag to validate lint docs separately.
Eric Huss
-5
/
+19
2020-11-05
Fix more URLs
Guillaume Gomez
-4
/
+4
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-0
/
+484