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
2022-02-25
Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
bors
-2
/
+3
2022-02-24
resolve/metadata: Stop encoding macros as reexports
Vadim Petrochenkov
-2
/
+4
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-2
/
+3
2022-02-12
change to a struct variant
Ellen
-1
/
+1
2022-01-25
rustdoc: Pre-calculate traits that are in scope for doc links
Vadim Petrochenkov
-1
/
+1
2022-01-16
rustc_metadata: Switch all decoder methods from vectors to iterators
Vadim Petrochenkov
-3
/
+6
2022-01-09
Compute most of Public/Exported access level in rustc_resolve
Lamb
-3
/
+3
2022-01-09
rustc_middle: Rename `Export` to `ModChild` and add some comments
Vadim Petrochenkov
-3
/
+3
2022-01-09
rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...
Vadim Petrochenkov
-1
/
+1
2022-01-05
ast: Always keep a `NodeId` in `ast::Crate`
Vadim Petrochenkov
-2
/
+2
2021-12-22
rustc_metadata: Merge `get_ctor_def_id` and `get_ctor_kind`
Vadim Petrochenkov
-4
/
+1
2021-12-16
suggest adding a `#[cfg(test)]` to test modules
Takayuki Maeda
-1
/
+1
2021-12-02
Rollup merge of #91045 - mjptree:issue-90702-fix, r=petrochenkov
Matthias Krüger
-69
/
+88
2021-12-01
Improve suggestion for extern crate self error message
Michael
-32
/
+16
2021-12-01
Stop treating extern crate loading failures as fatal errors
Michael
-10
/
+31
2021-12-01
Factor out build reduced graph for extern crate
Michael
-69
/
+83
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-5
/
+9
2021-11-11
Shorten Span of unused macro lints
Marcel Hellwig
-10
/
+4
2021-11-09
Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis
Matthias Krüger
-0
/
+1
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-3
/
+3
2021-11-07
Give inline const separate DefKind
Gary Guo
-0
/
+1
2021-10-28
Remove `ModData` from rustc_metadata
Matthew Jasper
-2
/
+1
2021-10-21
Handle cross-crate module `ExpnId`s consistently
Matthew Jasper
-6
/
+1
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-10-02
resolve: Avoid comparing modules by optional def-id
Vadim Petrochenkov
-2
/
+1
2021-10-02
resolve: Cache module loading for all foreign modules
Vadim Petrochenkov
-20
/
+15
2021-09-24
resolve: Refactor obtaining `Module` from its `DefId`
Vadim Petrochenkov
-66
/
+66
2021-09-24
resolve: Use a single common map for local and foreign modules
Vadim Petrochenkov
-9
/
+5
2021-09-24
resolve: Rename some expansion def scope methods
Vadim Petrochenkov
-12
/
+9
2021-09-24
resolve: Cleanup module allocation
Vadim Petrochenkov
-26
/
+37
2021-09-24
resolve: Do not cache nearest parent mod in `ModuleData`
Vadim Petrochenkov
-25
/
+6
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-2
/
+2
2021-08-21
Remove `NonMacroAttr.mark_used`
Aaron Hill
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-3
/
+3
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-13
/
+24
2021-07-14
Shrink the CrateStore dynamic interface.
Camille GILLOT
-1
/
+1
2021-07-06
Store macro parent module in ExpnData.
Camille GILLOT
-0
/
+4
2021-05-08
Fix diagnostic for matching/creating x-crate re-exported tuple structs with p...
Luqman Aden
-7
/
+14
2021-04-23
Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"
Santiago Pastorino
-7
/
+2
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-6
/
+6
2021-02-19
Support `pub` on `macro_rules`
Vadim Petrochenkov
-2
/
+7
2021-02-10
resolve: Remove visibility hacks for enum variants and trait items
Vadim Petrochenkov
-4
/
+1
2021-02-10
resolve: Cleanup visibility resolution in enums and traits
Vadim Petrochenkov
-63
/
+42
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-4
/
+4
2021-01-11
resolve: Simplify collection of traits in scope
Vadim Petrochenkov
-1
/
+1
2021-01-09
resolve/expand: Improve attribute expansion on macro definitions and calls
Vadim Petrochenkov
-15
/
+20
2021-01-06
Rename to `nearest_parent_mod`
Camelid
-7
/
+7
2020-12-30
Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov
Mara Bos
-3
/
+3
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-3
/
+3
2020-12-30
remove unused return types such as empty Results or Options that would always...
Matthias Krüger
-4
/
+4
[next]