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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-27
Use identifiers in diagnostics more often
Michael Goulet
-7
/
+7
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-16
Implement `use` associated items of traits
Frank King
-4
/
+7
2024-12-22
Fix spacing of markdown code block fences in compiler rustdoc
David Tolnay
-1
/
+4
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-14
Don't make a def id for impl_trait_in_bindings
Michael Goulet
-0
/
+1
2024-12-10
Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...
Esteban Küber
-0
/
+6
2024-12-03
Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu
Matthias Krüger
-1
/
+1
2024-11-28
Replace `Symbol::intern` calls with preinterned symbols
clubby789
-1
/
+1
2024-11-28
always create `DefId`s when lowering anon-consts
lcnr
-13
/
+0
2024-11-14
Remove `Resolver::empty_disambiguator`.
Nicholas Nethercote
-6
/
+0
2024-11-14
Tweak a `resolutions` loop.
Nicholas Nethercote
-6
/
+5
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-3
/
+3
2024-10-20
Stop relying on hashmap iteration for unused macro rules arms
Noratrieb
-1
/
+2
2024-10-03
rustdoc: prevent ctors from resolving
Michael Howell
-1
/
+3
2024-10-03
Handle `rustc_metadata` cases of `rustc::potential_query_instability` lint
ismailarilik
-2
/
+2
2024-10-02
Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint
ismailarilik
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-09-21
Handle macro calls in anon const def creation take 2
Boxy
-0
/
+5
2024-09-13
Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwU
bors
-3
/
+25
2024-09-12
Fix anon const def-creation when macros are involved
Noah Lev
-3
/
+25
2024-09-12
Introduce `'ra` lifetime name.
Nicholas Nethercote
-143
/
+144
2024-08-29
Add `warn(unreachable_pub)` to `rustc_resolve`.
Nicholas Nethercote
-0
/
+1
2024-08-10
rm `import.used`
bohan
-5
/
+7
2024-08-08
rm `declared_features` field in resolver
bohan
-5
/
+0
2024-08-07
make `import.vis` is not mutable
bohan
-1
/
+2
2024-07-31
Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkov
Matthias Krüger
-2
/
+2
2024-07-31
Introduce REDUNDANT_IMPORTS lint
Michael Goulet
-2
/
+2
2024-07-29
Structured suggestion for `extern crate foo` when `foo` isn't resolved in import
Esteban Küber
-0
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-20
/
+24
2024-07-11
Account for `let foo = expr`; to suggest `const foo: Ty = expr;`
Esteban Küber
-5
/
+6
2024-07-08
Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors
许杰友 Jieyou Xu (Joe)
-5
/
+13
2024-07-06
Use field ident spans directly instead of the full field span in diagnostics ...
Oli Scherer
-5
/
+13
2024-07-06
out_of_scope_macro_calls: Detect calls inside attributes more precisely
Vadim Petrochenkov
-2
/
+3
2024-06-28
Change RTN to use .. again
Michael Goulet
-0
/
+1
2024-06-25
resolve: Tweak some naming around import ambiguities
Vadim Petrochenkov
-6
/
+8
2024-06-14
delegation: Implement glob delegation
Vadim Petrochenkov
-1
/
+13
2024-05-29
Rollup merge of #125381 - estebank:issue-96799, r=petrochenkov
许杰友 Jieyou Xu (Joe)
-1
/
+3
2024-05-28
Silence some resolve errors when there have been glob import errors
Esteban Küber
-1
/
+3
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-1
/
+1
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-3
/
+7
2024-05-10
Remove unused `derive(Clone)` on `MacroData`.
Nicholas Nethercote
-1
/
+0
2024-05-10
Remove `#[macro_use] extern crate tracing` from `rustc_resolve`.
Nicholas Nethercote
-9
/
+5
2024-05-10
Remove unnecessary `allow` attribute.
Nicholas Nethercote
-6
/
+7
2024-04-26
Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead
Jacob Pratt
-2
/
+2
2024-04-26
Introduce `DeriveResolution`.
Nicholas Nethercote
-2
/
+2
2024-04-23
delegation: Support async, const, extern "ABI" and C-variadic functions
Vadim Petrochenkov
-10
/
+6
2024-04-17
consistency rename: language item -> lang item
Ralf Jung
-1
/
+1
2024-04-11
Silence unused_imports lint for redundant imports
Michael Goulet
-1
/
+1
2024-03-28
remove `def_id_to_node_id` in ast lowering
bohan
-1
/
+0
[next]