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
/
ident.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-26
resolve: Do not create `NameResolution`s on access unless necessary
Vadim Petrochenkov
-2
/
+7
2025-07-24
resolve: Remove `Scope::CrateRoot`
Vadim Petrochenkov
-43
/
+29
2025-07-17
resolve: Change `&mut Resolver` to `&Resolver` when possible
Vadim Petrochenkov
-2
/
+2
2025-07-17
resolve: Move `self_binding` to `ModuleData`
Vadim Petrochenkov
-1
/
+1
2025-07-16
resolve: Remove trait `ToNameBinding`
Vadim Petrochenkov
-9
/
+4
2025-07-16
resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`
Vadim Petrochenkov
-3
/
+3
2025-07-13
Rollup merge of #143734 - LorrensP-2158466:refactor-resolve-resolution-bindin...
Matthias Krüger
-2
/
+2
2025-07-12
merge source and target bindings into single field
LorrensP-2158466
-4
/
+3
2025-07-12
replace binding and shadowed_glob on NameResolution with non_glob_binding and...
b-naber
-2
/
+2
2025-07-10
extract single_import_can_define_name and finalize_glob_module_binding
b-naber
-118
/
+143
2025-06-12
Detect when attribute is provided by missing `derive` macro
Esteban Küber
-0
/
+1
2025-04-09
Avoid an empty trait name in impl blocks.
Nicholas Nethercote
-3
/
+0
2025-03-24
resolve: Avoid some unstable iteration 2
Vadim Petrochenkov
-1
/
+0
2025-03-14
resolve: Avoid some unstable iteration
Vadim Petrochenkov
-0
/
+1
2025-03-12
Disentangle ForwardGenericParamBan and ConstParamTy ribs
Michael Goulet
-20
/
+41
2025-02-28
Introduce `feature(generic_const_parameter_types)`
Boxy
-28
/
+14
2025-02-08
Rustfmt
bjorn3
-22
/
+35
2025-01-21
rustc_resolve: flatten nested `if`s
Yotam Ofek
-51
/
+47
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-10
Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...
Esteban Küber
-29
/
+53
2024-11-20
Store resolution for self and crate root module segments
Michael Goulet
-4
/
+10
2024-11-14
Replace the `restricted_shadowing` boolean argument with an enum.
Nicholas Nethercote
-12
/
+22
2024-11-14
Remove two `_ext` methods.
Nicholas Nethercote
-56
/
+13
2024-11-14
Use an atom comparison for a keyword check.
Nicholas Nethercote
-1
/
+3
2024-11-13
Use iteration instead of indexing to access ribs.
Nicholas Nethercote
-6
/
+5
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-43
/
+30
2024-09-12
Rollup merge of #130208 - nnethercote:rslv-lifetime, r=petrochenkov
Matthias Krüger
-53
/
+53
2024-09-12
Introduce `'ra` lifetime name.
Nicholas Nethercote
-53
/
+53
2024-09-11
Simplify some nested if statements
Michael Goulet
-6
/
+6
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-08-07
make `import.vis` is not mutable
bohan
-15
/
+55
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+10
2024-07-11
Account for `let foo = expr`; to suggest `const foo: Ty = expr;`
Esteban Küber
-12
/
+32
2024-06-17
mark undetermined if target binding in current ns is not got
bohan
-9
/
+16
2024-06-07
mark binding undetermined if target name exist and not obtained
bohan
-5
/
+5
2024-06-04
resolve: mark it undetermined if single import is not has any bindings
bohan
-2
/
+27
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-1
/
+1
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-8
/
+5
2024-05-10
Remove `#[macro_use] extern crate tracing` from `rustc_resolve`.
Nicholas Nethercote
-0
/
+1
2024-04-03
Fix f16 and f128 feature gates in editions other than 2015
Trevor Gross
-0
/
+2
2024-03-14
Add feature gates for `f16` and `f128`
Trevor Gross
-1
/
+31
2024-03-06
avoid overlapping privacy suggestion for single nested imports
bohan
-1
/
+2
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-2
/
+2
2024-02-27
Remove an unnecessary `span_delayed_bug` in `Resolver::valid_res_from_ribs`.
Nicholas Nethercote
-3
/
+2
2024-02-20
Add newtype for using the prelude in resolution
clubby789
-7
/
+17
2024-02-18
By tracking import use types to check whether it is scope uses or the other s...
surechen
-5
/
+5
2024-02-06
Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errors
Matthias Krüger
-10
/
+20
2024-01-14
Add note to resolve error about generics from inside static/const
clubby789
-10
/
+20
2024-01-13
store the segment name when resolution fails
bohan
-27
/
+17
[next]