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
2024-03-26
Don't check match scrutinee of postfix match for unused parens
Michael Goulet
-1
/
+3
2024-03-22
Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov
Matthias Krüger
-2
/
+2
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-1
/
+1
2024-03-20
Split item bounds and item super predicates
Michael Goulet
-1
/
+3
2024-03-14
Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`
Guillaume Gomez
-2
/
+2
2024-03-06
Add MatchKind member to the Match expr for pretty printing & fmt
Ross Smyth
-2
/
+2
2024-03-05
Use `ControlFlow` in AST visitors.
Jason Newcomb
-10
/
+8
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-1
/
+1
2024-02-14
Fix false positive with if let and ranges
yukang
-4
/
+12
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-1
/
+1
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-11
/
+11
2024-01-17
Add `PatKind::Err`
Lieselotte
-1
/
+1
2024-01-12
Auto merge of #117321 - chenyukang:yukang-fix-117142, r=petrochenkov
bors
-12
/
+22
2023-12-19
Plumb awaitness of for loops
Eric Holk
-3
/
+3
2023-12-08
Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors
bors
-9
/
+11
2023-12-03
Parse a pattern with no arm
Nadrieril
-9
/
+11
2023-11-30
Enforce must_use on associated types and RPITITs
Michael Goulet
-1
/
+1
2023-11-29
Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors
Matthias Krüger
-1
/
+1
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-1
/
+1
2023-11-28
Fix unused_parens when cast is followed LT
yukang
-12
/
+22
2023-11-28
Rename `BinOpKind::lazy` as `BinOpKind::is_lazy`.
Nicholas Nethercote
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-8
/
+8
2023-11-18
catch pinned `must_use` types in `unused_must_use`
Max Niederman
-0
/
+18
2023-10-30
Fix missing leading space in suggestion
Gurinder Singh
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-7
/
+7
2023-10-15
Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb
bors
-36
/
+44
2023-10-13
Remove some unnecessary `unwrap`s
Esteban Küber
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-36
/
+44
2023-09-11
Move let expression checking to parsing
Matthew Jasper
-7
/
+5
2023-08-31
Use terminology more sensibly
Michael Howell
-1
/
+1
2023-08-31
diagnostics: avoid wrong `unused_parens` on `x as (T) < y`
Michael Howell
-1
/
+28
2023-08-14
match scrutinee need necessary parentheses for structs
yukang
-0
/
+18
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-2
/
+2
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-5
/
+5
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-16
/
+19
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+3
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-3
/
+2
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-06-15
Extend `unused_must_use` to cover block exprs
许杰友 Jieyou Xu (Joe)
-13
/
+81
2023-06-05
Ensure space is inserted after keyword in `unused_delims`
clubby789
-17
/
+42
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-2
/
+2
2023-05-12
Dont check `must_use` on nested `impl Future` from fn
Michael Goulet
-1
/
+3
2023-04-20
add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder...
Kyle Matsuda
-23
/
+17
2023-04-20
add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...
Kyle Matsuda
-1
/
+1
2023-04-20
change usages of explicit_item_bounds to bound_explicit_item_bounds
Kyle Matsuda
-17
/
+23
2023-04-17
Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an...
Matthias Krüger
-18
/
+32
2023-04-16
fix clippy::toplevel_ref_arg and ::manual_map
Matthias Krüger
-23
/
+16
2023-04-13
emit `unused_parens` for `break` if it is not immediately followed by a block
Lukas Markeffsky
-4
/
+6
2023-04-13
fix false positives for `unused_parens` around unary and binary operations
Lukas Markeffsky
-18
/
+30
[next]