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
2024-05-18
Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank
bors
-0
/
+2
2024-05-15
delegation: Implement list delegation
Vadim Petrochenkov
-2
/
+4
2024-05-10
Remove `#[macro_use] extern crate tracing` from `rustc_resolve`.
Nicholas Nethercote
-0
/
+2
2024-05-08
Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb
Matthias Krüger
-1
/
+1
2024-04-27
Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr
Matthias Krüger
-1
/
+1
2024-04-25
ast: Generalize item kind visiting
Vadim Petrochenkov
-1
/
+1
2024-04-24
resolve: Remove two cases of misleading macro call visiting
Vadim Petrochenkov
-5
/
+1
2024-04-14
store the span of the nested part of the use tree in the ast
Pietro Albini
-1
/
+1
2024-04-13
Port build_reduce_graph
JeanCASPAR
-45
/
+18
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-03-05
Eliminate all non-CRATE_DEF_ID uses of `feed_def_id`
Oli Scherer
-23
/
+33
2024-02-18
By tracking import use types to check whether it is scope uses or the other s...
surechen
-7
/
+7
2024-02-12
Improve some codes according to the reviews
Frank King
-5
/
+5
2024-02-12
Lowering field access for anonymous adts
Frank King
-20
/
+68
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-21
exclude unexported macro bindings from extern crate
bohan
-5
/
+19
2024-01-12
Delegation implementation: step 1
Bryanskiy
-31
/
+7
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-2
/
+2
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-5
/
+10
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-5
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-24
/
+12
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
[next]