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-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
2023-01-09
migrate: `internal.rs`
Rejyr
-0
/
+62
2023-01-09
migrate: `ImproperCTypes`
Rejyr
-5
/
+37
2023-01-09
migrate: `let_underscore.rs`
Rejyr
-0
/
+46
2023-01-09
migrate: `levels.rs`
Rejyr
-2
/
+75
2023-01-09
add: `emit{,_spanned}_lint` for `LintLevelsBuilder`
Rejyr
-0
/
+10
2023-01-09
refactor: comment about lint location
Rejyr
-0
/
+13
2023-01-09
fix: merge conflict
Rejyr
-24
/
+52
2023-01-09
update: `lints.rs` for renamed traits
Rejyr
-11
/
+23
2023-01-09
migrate: `early.rs` and `enum_intrinsics_non_enums.rs`
Rejyr
-0
/
+15
2023-01-09
migrate: `array_into_iter.rs`
Rejyr
-5
/
+27
2023-01-09
migrate: `methods.rs`
Rejyr
-0
/
+10
2023-01-09
migrate: `non_ascii_idents.rs`
Rejyr
-0
/
+26
2023-01-09
migrate: `non_fmt_panic.rs`
Rejyr
-0
/
+37
2023-01-09
migrate: `nonstandard_style.rs`
Rejyr
-1
/
+105
2023-01-09
migrate: `noop_method_call.rs`
Rejyr
-0
/
+10
2023-01-09
migrate: `pass_by_value.rs`
Rejyr
-0
/
+8
2023-01-09
migrate: `redundant_semicolon.rs`
Rejyr
-0
/
+8
2023-01-09
migrate: `traits.rs`
Rejyr
-1
/
+29
2023-01-09
migrate: `unused.rs`
Rejyr
-1
/
+132
2023-01-09
migrate: `types.rs`
Rejyr
-2
/
+139
2023-01-09
add: `lints.rs`
Rejyr
-0
/
+11