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
/
unused.rs
Age
Commit message (
Expand
)
Author
Lines
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-1
/
+1
2021-12-19
Rollup merge of #91956 - notriddle:notriddle/unused-parens-range, r=nagisa
Matthias Krüger
-1
/
+4
2021-12-17
fix(rustc_lint): mark the parens around `(1..loop {})` as unused
Michael Howell
-1
/
+1
2021-12-15
fix(rustc_lint): better detect when parens are necessary
Michael Howell
-1
/
+4
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-11
Show the unused type for `unused_results` lint
Noah Lev
-1
/
+3
2021-10-17
Some "parenthesis" and "parentheses" fixes
r00ster91
-1
/
+1
2021-09-09
Use more accurate spans for "unused delimiter" lint
Esteban Kuber
-68
/
+52
2021-08-31
fix(rustc_lint): better detect when parens are necessary
Michael Howell
-7
/
+10
2021-08-30
Handle let-else initializer edge case errors
Cameron Steffen
-15
/
+28
2021-08-30
Add let-else to AST
Cameron Steffen
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-62
/
+1
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-5
/
+7
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+1
2021-07-31
Apply review suggestion
Yuki Okushi
-10
/
+7
2021-07-31
Add a hint that the expressions produce a value
Yuki Okushi
-1
/
+12
2021-06-18
Lint for unused borrows as part of UNUSED_MUST_USE
hi-rustin
-0
/
+1
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-2
/
+2
2021-03-09
Visit attributes in one go.
Camille GILLOT
-0
/
+2
2021-03-09
Rollup merge of #82048 - mark-i-m:or-pat-type-ascription, r=petrochenkov
Mara Bos
-1
/
+1
2021-03-07
Account for `if (let pat = expr) {}`
Esteban Küber
-3
/
+28
2021-03-05
use pat<no_top_alt> for patterns in let bindings
mark
-1
/
+1
2021-01-30
Fix an old FIXME in redundant paren lint
Ömer Sinan Ağacan
-2
/
+0
2021-01-16
Review changes
Jack Huey
-2
/
+2
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-2
/
+2
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-4
/
+4
2020-12-11
Move binder for dyn to each list item
Jack Huey
-2
/
+4
2020-11-21
More consistently use spaces after commas in lists in docs
Carol (Nichols || Goulding)
-1
/
+1
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-5
/
+2
2020-10-28
Dogfood {exclusive,half-open} ranges in compiler (nfc)
Jubilee Young
-3
/
+3
2020-10-20
Rollup merge of #77931 - aticu:fix_60336, r=petrochenkov
Yuki Okushi
-2
/
+9
2020-10-16
Do not check unused braces on inline consts
Santiago Pastorino
-18
/
+53
2020-10-14
Fixed false positive for `unused_parens` lint
aticu
-2
/
+9
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-1
/
+1
2020-09-13
Auto-generate lint documentation.
Eric Huss
-0
/
+146
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1011