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
/
src
/
test
/
ui
/
lint
/
unused
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-4965
/
+0
2022-12-28
Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errors
fee1-dead
-1
/
+1
2022-12-09
Don't warn about unused parens when they are used by yeet expr
Maybe Waffle
-20
/
+34
2022-12-02
Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki
Matthias Krüger
-12
/
+3
2022-11-23
lint: do not warn unused parens around higher-ranked function pointers
Michael Howell
-0
/
+18
2022-11-19
Use `type_ascribe!` in many UI tests
Nilstrieb
-12
/
+3
2022-11-19
Refactor `must_use` lint into two parts
Nilstrieb
-33
/
+56
2022-11-10
Fix tests after rebase
Esteban Küber
-2
/
+2
2022-11-10
review comments
Esteban Küber
-4
/
+4
2022-11-10
Consider `#[must_use]` annotation on `async fn` as also affecting the `Future...
Esteban Küber
-30
/
+78
2022-11-10
Tweak span for `#[must_use]`
Esteban Küber
-33
/
+33
2022-11-05
Fix unused_must_use warning for Box::from_raw
Anett Seeker
-1
/
+1
2022-10-20
Elaborate supertrait bounds when triggering unused_must_use on impl Trait
Michael Goulet
-0
/
+26
2022-10-01
bless ui tests
Maybe Waffle
-18
/
+18
2022-08-23
Use par_body_owners for liveness
Seo Sanghyeon
-20
/
+20
2022-08-11
Add visitors for PatField and ExprField.
Eric Huss
-1
/
+1
2022-08-11
Check attributes on struct expression fields.
Eric Huss
-2
/
+8
2022-08-11
Check attributes on pattern fields.
Eric Huss
-1
/
+13
2022-08-04
Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro...
Matthias Krüger
-0
/
+41
2022-08-04
Enable unused_parens for match arms
wcampbell
-0
/
+41
2022-08-02
Add items to `DocAliasBadLocation` check error match arm
hdelc
-2
/
+2
2022-07-15
add `#[must_use]` to `Box::from_raw`
rhysd
-0
/
+26
2022-06-30
fix grammar in useless doc comment lint
Andy Russell
-1
/
+1
2022-06-21
Remove `#[doc(hidden)]` logic from `unused_attributes` lint
León Orell Valerian Liehr
-177
/
+0
2022-06-16
diagnostics: fix trailing space
klensy
-32
/
+32
2022-06-09
Test that the unused_macros lint works correctly if rules are malformed
est31
-0
/
+41
2022-06-09
Suppress the unused_macro_rules lint if malformed rules are encountered
est31
-0
/
+19
2022-06-09
Never regard macro rules with compile_error! invocations as unused
est31
-0
/
+53
2022-05-20
Do not warn on inherent doc(hidden) assoc items
León Orell Valerian Liehr
-9
/
+35
2022-05-12
Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov
bors
-43
/
+195
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-0
/
+151
2022-05-05
Add tests
est31
-43
/
+195
2022-04-10
Fix crate_type attribute to not warn on duplicates
Eric Huss
-60
/
+44
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-10
/
+0
2022-03-02
Update unused_doc_comments ui test
Guillaume Gomez
-1
/
+41
2022-03-01
Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot
Dylan DPC
-0
/
+300
2022-02-27
Lint against more useless `#[must_use]` attributes
Ruby Lazuli
-0
/
+300
2022-02-25
Fix debug_assert in unused lint pass
flip1995
-6
/
+6
2021-12-19
Rollup merge of #91956 - notriddle:notriddle/unused-parens-range, r=nagisa
Matthias Krüger
-0
/
+48
2021-12-17
fix(rustc_lint): mark the parens around `(1..loop {})` as unused
Michael Howell
-0
/
+40
2021-12-15
fix(rustc_lint): better detect when parens are necessary
Michael Howell
-0
/
+8
2021-12-11
Show the unused type for `unused_results` lint
Noah Lev
-2
/
+2
2021-11-30
Emit a warning on generic parameters with doc comments
Joshua Nelson
-1
/
+12
2021-11-18
Check for duplicate attributes.
Eric Huss
-0
/
+414
2021-11-17
Rollup merge of #89610 - guswynn:must_use_future, r=wesleywiser
Matthias Krüger
-0
/
+69
2021-11-16
Update compiler/rustc_passes/src/check_attr.rs
Wesley Wiser
-2
/
+2
2021-11-11
Shorten Span of unused macro lints
Marcel Hellwig
-48
/
+28
2021-11-08
warn on must_use use on async fn's
Gus Wynn
-0
/
+69
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-2
/
+2
[next]