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
Age
Commit message (
Expand
)
Author
Lines
2021-05-04
Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis
bors
-1
/
+5
2021-04-20
Typo
Oli Scherer
-1
/
+1
2021-04-20
Add an attribute to be able to configure the limit
Oli Scherer
-1
/
+1
2021-04-20
Implement a lint that highlights all moves larger than 1000 bytes
Oli Scherer
-0
/
+34
2021-04-19
fix few typos
klensy
-2
/
+2
2021-04-14
Update docs for unsafe_op_in_unsafe_fn stability.
Eric Huss
-3
/
+4
2021-04-13
Add compatibility info to lints
Ryan Levick
-1
/
+5
2021-04-10
Add `bad_asm_style` to HardwiredLints
Amanieu d'Antras
-0
/
+1
2021-04-03
Fix rustc_lint_defs documentation typo
Ben Mezger
-1
/
+1
2021-04-01
add OR_PATTERNS_BACK_COMPAT lint
hi-rustin
-0
/
+36
2021-03-27
Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011
bors
-1
/
+1
2021-03-27
resolve: Partially unify early and late scope-relative ident resolution
Vadim Petrochenkov
-1
/
+1
2021-03-27
make unaligned_refereces future-incompat lint warn-by-default, and remove the...
Ralf Jung
-54
/
+11
2021-03-25
Refactor #82270 as lint instead of an error
Amanieu d'Antras
-0
/
+46
2021-03-14
Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl`
Aaron Hill
-1
/
+53
2021-03-10
Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...
Yuki Okushi
-8
/
+1
2021-03-05
Make invalid_doc_attribute lint plural
Guillaume Gomez
-2
/
+2
2021-03-04
Add extra check for #[doc(test(...)] attribute
Guillaume Gomez
-3
/
+6
2021-03-04
Add new edition 2021 link: INVALID_DOC_ATTRIBUTE
Guillaume Gomez
-0
/
+27
2021-03-01
Address review comments
Joshua Nelson
-12
/
+0
2021-03-01
Rename rustdoc lints to be a tool lint instead of built-in.
Joshua Nelson
-83
/
+0
2021-02-27
Enable report_in_external_macro in unaligned_references
Taiki Endo
-0
/
+1
2021-02-18
Add explanations and suggestions to `irrefutable_let_patterns` lint
Camelid
-5
/
+3
2021-02-18
Stabilize `unsafe_op_in_unsafe_fn` lint
LeSeulArtichaut
-8
/
+1
2021-02-17
replace if-let and while-let with `if let` and `while let`
Takayuki Maeda
-5
/
+5
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
-2
/
+49
2021-02-04
Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix
Mara Bos
-0
/
+39
2021-02-03
make const_err a future incompat lint
Ralf Jung
-0
/
+4
2021-02-02
introduce future-compatibility warning for forbidden lint groups
Niko Matsakis
-0
/
+39
2021-02-01
Mark the lint doc as compile_fail
Aman Arora
-1
/
+1
2021-01-31
Add lint for 2229 migrations
Aman Arora
-0
/
+46
2021-01-28
Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint
Aaron Hill
-0
/
+48
2021-01-22
update const_err description
Ralf Jung
-26
/
+7
2021-01-15
Don't mark `ineffective_unstable_trait_impl` as an internal lint
Joshua Nelson
-3
/
+24
2021-01-13
Introduce missing ABI lint on extern blocks
Mark Rousskov
-0
/
+29
2021-01-10
Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit...
bors
-0
/
+1
2021-01-01
improve unconditional_panic description
Ralf Jung
-8
/
+4
2020-12-22
Add example to lint docs
Wesley Wiser
-1
/
+29
2020-12-22
Revert "Remove missing_fragment_specifier lint"
Wesley Wiser
-0
/
+17
2020-12-22
Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkor
bors
-9
/
+8
2020-12-21
add suggest for PatternsInWithoutBody
Daiki Ihara
-0
/
+1
2020-12-07
Validate naked functions definitions
Tomasz Miąsko
-0
/
+45
2020-11-29
Rename the `overlapping_patterns` lint to `overlapping_range_endpoints`
Nadrieril
-9
/
+8
2020-11-28
lint-docs: Add --validate flag to validate lint docs separately.
Eric Huss
-5
/
+19
2020-11-21
More consistently use spaces after commas in lists in docs
Carol (Nichols || Goulding)
-1
/
+1
2020-11-09
Rollup merge of #78114 - jyn514:private, r=oli-obk
Dylan DPC
-0
/
+1
2020-11-05
Recognize `private_intra_doc_links` as a lint
Joshua Nelson
-0
/
+1
2020-11-05
Fix more URLs
Guillaume Gomez
-4
/
+4
2020-11-05
Rename lint to non_autolinks
Guillaume Gomez
-4
/
+4
[next]