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
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-25
resolve: Avoid clones of `MacroData`
Vadim Petrochenkov
-1
/
+1
2023-10-27
Rename `RibKind::ClosureOrAsync` to reflect how it is actually used
Oli Scherer
-3
/
+3
2023-10-13
Format all the let chains in compiler
Michael Goulet
-5
/
+9
2023-09-13
resolve: determined binding after parent module macro expand
bohan
-3
/
+2
2023-09-10
Generalize E0401
León Orell Valerian Liehr
-8
/
+2
2023-08-24
resolve: Leave a comment about name bindings for legacy derive helpers
Vadim Petrochenkov
-0
/
+5
2023-08-24
resolve: Make bindings for derive helper attributes unique
Vadim Petrochenkov
-21
/
+9
2023-08-24
resolve: Make bindings for crate roots unique
Vadim Petrochenkov
-3
/
+1
2023-08-24
resolve: Pre-intern tool module bindings
Vadim Petrochenkov
-2
/
+2
2023-08-24
resolve: Pre-intern builtin name bindings
Vadim Petrochenkov
-16
/
+7
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-3
/
+3
2023-07-29
fix(resolve): update the ambiguity glob binding as warning recursively
bohan
-0
/
+2
2023-07-19
Make it clearer that edition functions are >=, not ==
Michael Goulet
-2
/
+2
2023-07-05
resolve: Use `Interned` for `Module`
Vadim Petrochenkov
-3
/
+1
2023-07-05
resolve: Use `Interned` for `Import`
Vadim Petrochenkov
-7
/
+4
2023-07-05
resolve: Use `Interned` for `NameBinding`
Vadim Petrochenkov
-23
/
+19
2023-07-01
fix(resolve): skip assertion judgment when `NonModule` is dummy
bohan
-1
/
+1
2023-06-29
resolve: Remove artificial import ambiguity errors
Vadim Petrochenkov
-12
/
+11
2023-06-22
Tweak privacy errors to account for reachable items
Esteban Küber
-0
/
+13
2023-06-21
resolve: Minor cleanup to `fn resolve_path_with_ribs`
Vadim Petrochenkov
-51
/
+38
2023-06-01
Remember names of `cfg`-ed out items to mention them in diagnostics
Nilstrieb
-42
/
+50
2023-05-18
fix(resolve): only disambiguate binding key during define
bohan
-1
/
+2
2023-05-14
Revert "Validate resolution for SelfCtor too."
Camille GILLOT
-4
/
+1
2023-05-11
Improve error for `self: Box<self>`
clubby789
-24
/
+20
2023-05-05
improve diagnostics and bless tests
Boxy
-19
/
+51
2023-05-05
misc nameres changes for anon consts
Boxy
-10
/
+2
2023-05-04
Rollup merge of #111070 - WaffleLapkin:break_ribs, r=lcnr
Matthias Krüger
-34
/
+33
2023-05-04
Rollup merge of #111020 - cjgillot:validate-self-ctor, r=petrochenkov
Matthias Krüger
-1
/
+4
2023-05-03
Validate resolution for SelfCtor too.
Camille GILLOT
-1
/
+4
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-05-01
Remove "RibKind" suffix from `RibKind` variants
Maybe Waffle
-28
/
+28
2023-05-01
Don't `use RibKind::*`
Maybe Waffle
-34
/
+33
2023-05-01
Rip it out
Nilstrieb
-1
/
+7
2023-04-06
Rollup merge of #109909 - clubby789:import-tool-mod, r=petrochenkov
Yuki Okushi
-11
/
+7
2023-04-04
Deny `use`ing tool paths
clubby789
-11
/
+7
2023-04-04
Auto merge of #109599 - notriddle:notriddle/use-redundant-glob, r=petrochenkov
bors
-14
/
+21
2023-04-01
slighty simplify a few boolean expressions (clippy::nonminimal_bool)
Matthias Krüger
-1
/
+1
2023-04-01
diagnostics: account for glob shadowing when linting redundant imports
Michael Howell
-14
/
+21
2023-03-03
Match unmatched backticks in compiler/ that are part of rustdoc
est31
-1
/
+1
2023-02-20
Prepare for adding a `TyCtxt` to `Resolver`
Oli Scherer
-6
/
+9
2023-02-14
Separate the lifetime of the session and the arena in the resolver
Oli Scherer
-1
/
+1
2023-02-02
Rename `rust_2015` => `is_rust_2015`
Maybe Waffle
-2
/
+3
2023-01-31
Use `Edition` methods a bit more
Maybe Waffle
-2
/
+1
2023-01-20
Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error"
Felix S. Klock II
-10
/
+65
2023-01-04
Simplify some iterator combinators
Michael Goulet
-5
/
+4
2022-11-01
Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot
Dylan DPC
-2
/
+6
2022-10-31
resolve: Turn the binding from `#[macro_export]` into a proper `Import`
Vadim Petrochenkov
-2
/
+6
2022-10-24
Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error
Aaron Hill
-65
/
+10
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-6
/
+16
[next]