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
/
build_reduced_graph.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-20
resolve: Stop feeding visibilities for import list stems
Vadim Petrochenkov
-2
/
+7
2023-12-18
resolve: Replace visibility table in resolver outputs with query feeding
Vadim Petrochenkov
-13
/
+15
2023-12-05
resolve: Use `def_kind` query to cleanup some code
Vadim Petrochenkov
-39
/
+31
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-2
/
+1
2023-11-25
resolve: Avoid clones of `MacroData`
Vadim Petrochenkov
-34
/
+21
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-5
/
+2
2023-09-13
resolve: determined binding after parent module macro expand
bohan
-1
/
+1
2023-09-01
Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov
bors
-2
/
+0
2023-08-24
resolve: Make bindings from extern prelude unique
Vadim Petrochenkov
-8
/
+9
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-08-08
Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...
Matthias Krüger
-2
/
+5
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-2
/
+5
2023-08-02
Resolve visibility paths as modules not as types.
Camille GILLOT
-1
/
+1
2023-08-02
Replace old private-in-public diagnostic with type privacy lints
Bryanskiy
-2
/
+0
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-1
/
+1
2023-07-29
fix(resolve): update the ambiguity glob binding as warning recursively
bohan
-1
/
+3
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-1
/
+0
2023-07-05
resolve: Use `Interned` for `Module`
Vadim Petrochenkov
-4
/
+3
2023-07-05
resolve: Use `Interned` for `Import`
Vadim Petrochenkov
-6
/
+6
2023-07-05
resolve: Use `Interned` for `NameBinding`
Vadim Petrochenkov
-7
/
+7
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-23
fix(resolve): not defined `extern crate shadow_name`
bohan
-0
/
+5
2023-05-18
fix(resolve): only disambiguate binding key during define
bohan
-8
/
+5
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-25
Fix static string lints
clubby789
-11
/
+5
2023-04-19
resolve: Remove `module_children_untracked`
Vadim Petrochenkov
-6
/
+3
2023-04-18
rustc_metadata: Remove `Span` from `ModChild`
Vadim Petrochenkov
-1
/
+7
2023-04-12
resolve: Pre-compute non-reexport module children
Vadim Petrochenkov
-4
/
+2
2023-04-08
resolve: Preserve reexport chains in `ModChild`ren
Vadim Petrochenkov
-1
/
+1
2023-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-1
/
+1
2023-04-04
box a bunch of large types
Oli Scherer
-1
/
+1
2023-04-04
rust-analyzer guided tuple field to named field
Oli Scherer
-2
/
+2
2023-04-04
rust-analyzer guided enum variant structification
Oli Scherer
-1
/
+1
2023-03-23
resolve: Rename some cstore methods to match queries and add comments
Vadim Petrochenkov
-2
/
+6
2023-03-23
Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr
bors
-26
/
+16
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-15
/
+13
2023-03-16
resolve: Minor cleanup to `Resolver::get_module`
Vadim Petrochenkov
-19
/
+16
2023-03-16
resolve: Use `item_name` and `opt_parent` in `Resolver::get_module`
Vadim Petrochenkov
-12
/
+5
2023-03-13
resolve: Remove `struct_field_names_untracked`
Vadim Petrochenkov
-23
/
+10
2023-03-13
resolve: Centralize retrieval of items span and item name
Vadim Petrochenkov
-2
/
+1
2023-03-13
resolve: Remove `fn_has_self_parameter_untracked`
Vadim Petrochenkov
-6
/
+1
2023-03-13
resolve: Remove `struct_field_visibilities_untracked`
Vadim Petrochenkov
-14
/
+2
2023-03-13
resolve: Remove `visibility_untracked`
Vadim Petrochenkov
-7
/
+4
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-8
/
+4
2023-02-20
Remove definitions field that is only needed for one method
Oli Scherer
-1
/
+4
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-8
/
+14
2023-02-20
Prepare crate loader for LockGuard
Oli Scherer
-1
/
+1
2023-02-20
Prepare for adding a `TyCtxt` to `Resolver`
Oli Scherer
-27
/
+38
[next]