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
/
tests
/
ui
/
lint
/
unused
Age
Commit message (
Expand
)
Author
Lines
2023-11-30
Enforce must_use on associated types and RPITITs
Michael Goulet
-0
/
+53
2023-11-24
Show number in error message even for one error
Nilstrieb
-11
/
+11
2023-11-18
add test for pinned `must_use` pointers
Max Niederman
-0
/
+65
2023-10-30
Fix #117284, Fix unused variables lint issue for args in macro
yukang
-0
/
+46
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-4
/
+4
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-09-03
Emit unused doc comment warnings for pat and expr fields
Gurinder Singh
-4
/
+52
2023-08-31
diagnostics: avoid wrong `unused_parens` on `x as (T) < y`
Michael Howell
-0
/
+159
2023-07-25
Add regression test for invalid unused const in method
Martin Nordholts
-0
/
+23
2023-06-15
Extend `unused_must_use` to cover block exprs
许杰友 Jieyou Xu (Joe)
-0
/
+123
2023-06-12
Adjust UI tests for `unit_bindings`
许杰友 Jieyou Xu (Joe)
-4
/
+4
2023-05-12
Dont check `must_use` on nested `impl Future` from fn
Michael Goulet
-13
/
+29
2023-04-28
fix false negative for `unused_mut`
Lukas Markeffsky
-1
/
+17
2023-04-21
Run `check_match` and `check_liveness` when MIR is built instead of having an...
Oli Scherer
-6
/
+6
2023-04-13
emit `unused_parens` for `break` if it is not immediately followed by a block
Lukas Markeffsky
-25
/
+63
2023-04-13
fix false positives for `unused_parens` around unary and binary operations
Lukas Markeffsky
-18
/
+34
2023-04-11
Broken tests
Michael Goulet
-0
/
+15
2023-03-15
error-msg: expand suggestion for unused lint
Ezra Shaw
-0
/
+84
2023-03-03
Remove `feature(box_syntax)` from unused allocation list test
Maybe Waffle
-4
/
+4
2023-03-03
Add a test for `unused_allocation` lint
Maybe Waffle
-0
/
+27
2023-02-06
Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors
bors
-0
/
+94
2023-02-04
Fix #103320, add explanatory message for [#must_use]
yukang
-0
/
+94
2023-02-02
Emit warnings on unused parens/braces in index expressions
Aidan Olsen
-0
/
+41
2023-01-16
comments feedback
yukang
-3
/
+21
2023-01-14
add test case for issue 105601
yukang
-0
/
+104
2023-01-14
fix #105061, Fix unused_parens issue for higher ranked function pointers
yukang
-0
/
+37
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+4965