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
/
src
/
lints.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-10
Uplift `clippy::fn_null_check` to rustc
Urgau
-0
/
+6
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-3
/
+3
2023-06-15
Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk
Guillaume Gomez
-11
/
+42
2023-06-15
Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errors
Guillaume Gomez
-4
/
+8
2023-06-15
Extend `unused_must_use` to cover block exprs
许杰友 Jieyou Xu (Joe)
-11
/
+42
2023-06-13
do not use stringly typed diagnostics
Deadbeef
-4
/
+8
2023-06-11
Add subdiagnostic and suggestion for overflowing bin hex with sign bits
Nicky Lim
-0
/
+17
2023-06-10
Uplift improved version of `clippy::cmp_nan` to rustc
Urgau
-0
/
+30
2023-06-08
Uplift clippy::undropped_manually_drops to rustc
Urgau
-0
/
+19
2023-05-31
Uplift clippy::cast_ref_to_mut to rustc
Urgau
-0
/
+5
2023-05-30
Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkin
Nilstrieb
-0
/
+19
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-05-27
Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked
Urgau
-6
/
+15
2023-05-27
Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked
Urgau
-0
/
+10
2023-05-21
Rename `forget_ref` lint to `forgetting_references`
Urgau
-1
/
+1
2023-05-21
Rename `drop_ref` lint to `dropping_references`
Urgau
-2
/
+2
2023-05-21
Rename `forget_copy` lint to `forgetting_copy_types`
Urgau
-1
/
+1
2023-05-21
Rename `drop_copy` lint to `dropping_copy_types`
Urgau
-1
/
+1
2023-05-10
Add note to suggest using `let _ = x` to ignore the value
Urgau
-0
/
+4
2023-05-10
Use label instead of note to be more consistent with other lints
Urgau
-8
/
+8
2023-05-10
Uplift clippy::forget_copy to rustc
Urgau
-0
/
+8
2023-05-10
Uplift clippy::forget_ref to rustc
Urgau
-0
/
+8
2023-05-10
Uplift clippy::drop_copy to rustc
Urgau
-0
/
+8
2023-05-10
Uplift clippy::drop_ref to rustc
Urgau
-0
/
+9
2023-04-28
uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`
Deadbeef
-0
/
+8
2023-04-25
Add deny lint to prevent untranslatable diagnostics using static strings
clubby789
-0
/
+4
2023-04-10
Fix typos in compiler
DaniPopes
-7
/
+7
2023-03-25
Emits suggestions for expressions with parentheses or not separately
Mu001999
-6
/
+27
2023-03-24
Use independent suggestions
Mu42
-3
/
+4
2023-03-22
Move useless_anynous_reexport lint into unused_imports
Guillaume Gomez
-8
/
+0
2023-03-19
Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c...
Dylan DPC
-0
/
+8
2023-03-15
error-msg: expand suggestion for unused lint
Ezra Shaw
-12
/
+10
2023-03-12
Add test for useless_anonymous_reexport lint
Guillaume Gomez
-0
/
+1
2023-03-12
Add lint for useless anonymous reexports
Guillaume Gomez
-0
/
+7
2023-02-23
Add lint against `Iterator::map` receiving a callable that returns `()`
Obei Sideg
-0
/
+16
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-58
/
+62
2023-02-18
lint: don't suggest assume_init for uninhabited types
y21
-2
/
+11
2023-02-17
Don't eagerly convert principal to string
clubby789
-3
/
+2
2023-02-04
Fix #103320, add explanatory message for [#must_use]
yukang
-0
/
+18
2023-01-28
Reintroduce multiple_supertrait_upcastable lint
Gary Guo
-0
/
+7
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-09
migrate: `deref_into_dyn_supertrait.rs`
Rejyr
-0
/
+18
2023-01-09
add: allow lints in `lints.rs`
Rejyr
-0
/
+2
2023-01-09
migrate: rest of `builtin.rs` without `builtin_asm_labels`
Rejyr
-8
/
+233
2023-01-09
migrate: `UnsafeCode` in `builtin.rs`
Rejyr
-1
/
+41
2023-01-09
migrate: `hidden_unicode_codepoints.rs`
Rejyr
-1
/
+89
2023-01-09
refactor: refactor to derive for some lints.
Rejyr
-112
/
+62
2023-01-09
migrate: `for_loops_over_fallibles.rs`
Rejyr
-0
/
+49
2023-01-09
migrate: `expect.rs`
Rejyr
-1
/
+30
2023-01-09
migrate(wip): `builtin.rs`
Rejyr
-1
/
+256
[next]