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-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