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-06-17
Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister
bors
-6
/
+2
2022-06-14
Make ResolverAstLowering a struct.
Camille GILLOT
-6
/
+2
2022-06-15
implement `MacroData`
Takayuki Maeda
-14
/
+21
2022-06-09
Never regard macro rules with compile_error! invocations as unused
est31
-3
/
+3
2022-05-21
Merge crate and restricted visibilities
Jacob Pratt
-1
/
+0
2022-05-21
Remove feature: `crate` visibility modifier
Jacob Pratt
-3
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-8
/
+8
2022-05-13
resolve: Move collection of all `macro_rules` in the crate to rustdoc
Vadim Petrochenkov
-1
/
+0
2022-05-05
Implement the unused_macro_rules lint
est31
-8
/
+18
2022-05-02
Auto merge of #96431 - petrochenkov:parent, r=cjgillot
bors
-1
/
+1
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-05-01
Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez
bors
-2
/
+4
2022-05-01
resolve: Turn `enum Finalize` into an optional struct
Vadim Petrochenkov
-1
/
+1
2022-05-01
rustdoc: Track `macro_rules` scopes during early doc link resolution
Vadim Petrochenkov
-2
/
+4
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-1
/
+1
2022-04-23
Compute has_pub_restricted in the resolver.
Camille GILLOT
-0
/
+2
2022-04-23
Fix lints.
Camille GILLOT
-1
/
+8
2022-04-23
Drop vis in Item.
Camille GILLOT
-0
/
+2
2022-04-19
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Dylan DPC
-8
/
+8
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-8
/
+8
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-5
/
+4
2022-04-12
Pass last_import_segment and unusable_binding as parameters.
Camille GILLOT
-2
/
+2
2022-04-07
rustdoc: Early doc link resolution fixes and refactorings
Vadim Petrochenkov
-1
/
+1
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-4
/
+4
2022-03-25
resolve: Rename `CrateLint` to `Finalize`
Vadim Petrochenkov
-10
/
+10
2022-03-25
resolve: Stop passing unused spans and node ids to path resolution functions
Vadim Petrochenkov
-4
/
+2
2022-03-25
resolve: Do not build expensive suggestions if they are not actually used
Vadim Petrochenkov
-2
/
+1
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
[next]