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
2025-08-20
Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwco
Jacob Pratt
-2
/
+2
2025-08-19
bless tests with new lint messages
Karol Zwolak
-2
/
+2
2025-08-19
Update uitests
Jonathan Brouwer
-107
/
+212
2025-08-14
Update uitests
Jonathan Brouwer
-27
/
+35
2025-08-12
Remove unused must_use
Michael Goulet
-32
/
+174
2025-08-06
Changes to the tests for the `#[should_panic]` port
Jonathan Brouwer
-13
/
+13
2025-07-24
Add test case for single bound
Ben Schulz
-1
/
+35
2025-07-24
Fix unused_parens false positive
Ben Schulz
-0
/
+9
2025-07-23
Update uitest stderrs
Jonathan Brouwer
-20
/
+20
2025-07-17
Specify of_trait in Target::Impl.
Camille GILLOT
-21
/
+23
2025-07-12
Update uitest stderrs
Jonathan Brouwer
-12
/
+12
2025-07-10
Remove uncessary parens in closure body with unused lint
yukang
-0
/
+136
2025-07-06
Port `#[path]` to the new attribute parsing infrastructure
Jonathan Brouwer
-19
/
+19
2025-07-05
Port `#[ignore]` to the new attribute parsing infrastructure
Jonathan Brouwer
-12
/
+12
2025-07-04
Port `#[non_exhaustive]` to the new attribute parsing infrastructure
Jonathan Brouwer
-12
/
+12
2025-07-03
Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure
Jonathan Brouwer
-12
/
+12
2025-07-02
Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead
Matthias Krüger
-6
/
+79
2025-07-01
Detect more cases of unused_parens around types
Benjamin Schulz
-6
/
+79
2025-06-30
Rollup merge of #143196 - Periodic1911:link_section, r=oli-obk
dianqk
-1
/
+20
2025-06-29
Port #[link_section] to the new attribute parsing infrastructure
Anne Stijns
-1
/
+20
2025-06-29
Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLii
Guillaume Gomez
-0
/
+168
2025-06-28
Port `#[link_name]` to the new attribute parsing infrastructure
Jonathan Brouwer
-13
/
+13
2025-06-27
Port `#[used]` to new attribute parsing infrastructure
Jonathan Brouwer
-12
/
+12
2025-06-26
Port `#[export_name]` to the new attribute parsing infrastructure
Jonathan Brouwer
-13
/
+13
2025-06-25
Fix suggestion spans inside macros for the `unused_must_use` lint
Urgau
-0
/
+168
2025-06-24
Rewrite #[track_caller]
Jana Dönszelmann
-12
/
+12
2025-06-22
Port `#[no_mangle]` to new attribute parsing infrastructure
Jonathan Brouwer
-12
/
+12
2025-06-22
Port `#[must_use]` to new attribute parsing infrastructure
Jonathan Brouwer
-13
/
+13
2025-06-20
cold
Jana Dönszelmann
-12
/
+12
2025-06-17
make error codes reflect reality better
Jana Dönszelmann
-18
/
+18
2025-06-17
fix bugs in inline/force_inline and diagnostics of all attr parsers
Jana Dönszelmann
-18
/
+18
2025-06-07
Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez
Guillaume Gomez
-10
/
+70
2025-06-03
Use non-2015 edition paths in tests that do not test for their resolution
Lukas Wirth
-10
/
+10
2025-05-29
Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics
Esteban Küber
-2
/
+13
2025-05-25
Fix `unused_braces` lint suggestion when encountering attributes
Urgau
-0
/
+49
2025-05-22
Allow `#![doc(test(attr(..)))]` at every level
Urgau
-10
/
+70
2025-04-17
Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...
Matthias Krüger
-1
/
+1
2025-04-10
replace `//@ compile-flags: --edition` with `//@ edition`
Pietro Albini
-1
/
+1
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-3
/
+3
2025-04-03
Use `cfg(false)` in UI tests
clubby789
-1
/
+1
2025-03-24
Fix autofix for `self` and `self as …` in `unused_imports` lint
Samuel Tardieu
-0
/
+103
2025-03-13
Visit PatField when collecting lint levels
Michael Goulet
-0
/
+21
2025-03-07
tests: fix some typos in comment
tcpdumppy
-1
/
+1
2025-02-19
Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco
Matthias Krüger
-15
/
+26
2025-02-18
Lint `#[must_use]` attributes applied to methods in trait impls
Samuel Tardieu
-15
/
+26
2025-02-14
Trim suggestion parts to the subset that is purely additive
Michael Goulet
-2
/
+2
2025-02-14
Use underline suggestions for purely 'additive' replacements
Michael Goulet
-6
/
+4
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-12
/
+18
2025-01-03
turn rustc_box into an intrinsic
Ralf Jung
-13
/
+5
2024-12-13
Stabilize async closures
Michael Goulet
-51
/
+48
[next]