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_resolve
/
src
/
check_unused.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-14
Move more early buffered lints to dyn lint diagnostics (3/N)
León Orell Valerian Liehr
-2
/
+2
2025-09-14
Move more early buffered lints to dyn lint diagnostics (2/N)
León Orell Valerian Liehr
-1
/
+1
2025-08-29
resolve: Merge `ExternPreludeEntry::introduced_by_item` into `item_binding`
Vadim Petrochenkov
-1
/
+1
2025-08-06
Introduce ModernIdent type to unify macro 2.0 hygiene handling
xizheyin
-2
/
+2
2025-07-26
resolve: Minimize borrow scopes for `resolutions`
Vadim Petrochenkov
-3
/
+1
2025-07-12
replace binding and shadowed_glob on NameResolution with non_glob_binding and...
b-naber
-1
/
+1
2025-06-06
deduplicate more `walk_*` methods in AST visit
Deadbeef
-25
/
+28
2025-06-03
Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkov
Matthias Krüger
-3
/
+4
2025-06-03
Overhaul `UsePath`.
Nicholas Nethercote
-3
/
+4
2025-06-02
Fix false positive lint error from no_implicit_prelude attr
yukang
-0
/
+10
2025-05-29
Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics
Esteban Küber
-0
/
+1
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-2
/
+2
2025-03-24
Fix autofix for `self` and `self as …` in `unused_imports` lint
Samuel Tardieu
-1
/
+2
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-16
compiler: use `is_none_or` where it is clearly better
Jubilee Young
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-12
Introduce `'ra` lifetime name.
Nicholas Nethercote
-4
/
+4
2024-08-10
rm `import.used`
bohan
-3
/
+3
2024-08-07
make `import.vis` is not mutable
bohan
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+6
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-6
/
+6
2024-05-21
Make early lints translatable
Xiretza
-23
/
+11
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-7
/
+8
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-16
/
+7
2024-05-19
fix typo
Pietro Albini
-6
/
+6
2024-04-14
remove braces when fixing a nested use tree into a single use
Pietro Albini
-1
/
+26
2024-04-14
store the span of the nested part of the use tree in the ast
Pietro Albini
-3
/
+3
2024-04-14
turn all_nested_unused into used_childs
Pietro Albini
-5
/
+5
2024-04-14
remove redundant flat vs nested distinction to simplify enum
Pietro Albini
-19
/
+10
2024-04-14
add enum variant field names to make the code clearer
Pietro Albini
-13
/
+13
2024-03-14
fixes #121331
surechen
-4
/
+56
2024-03-06
Fix redundant import errors for preload extern crate
yukang
-69
/
+77
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-4
/
+4
2024-02-18
By tracking import use types to check whether it is scope uses or the other s...
surechen
-10
/
+36
2024-02-13
Bump `indexmap`
clubby789
-1
/
+2
2024-01-21
exclude unexported macro bindings from extern crate
bohan
-2
/
+2
2024-01-11
Rollup merge of #119788 - mj10021:issue-119787-fix, r=oli-obk
Matthias Krüger
-1
/
+1
2024-01-09
change function name in comments
mj10021
-1
/
+1
2023-10-26
Rollup merge of #116905 - Fenex:refactor/compiler/resolve, r=petrochenkov
Matthias Krüger
-11
/
+10
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-4
/
+1
2023-10-19
refactor(compiler/resolve): simplify some code
Vitaliy Busko
-11
/
+10
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-1
/
+1
2023-07-19
Make it clearer that edition functions are >=, not ==
Michael Goulet
-1
/
+1
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-9
/
+4
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-09
Migrate `sess.opts.tests` uses to `sess.is_test_crate()`
blyxyas
-1
/
+1
2023-03-22
Move useless_anynous_reexport lint into unused_imports
Guillaume Gomez
-2
/
+40
2023-02-25
Address review.
Camille GILLOT
-10
/
+6
[next]