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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_resolve
/
build_reduced_graph.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-11
resolve: Always resolve visibilities on impl items
Vadim Petrochenkov
-12
/
+12
2019-12-09
resolve: Make visibility resolution more speculative
Vadim Petrochenkov
-60
/
+36
2019-12-09
resolve: Cleanup some field processing code
Vadim Petrochenkov
-32
/
+31
2019-12-09
resolve: Resolve visibilities on fields with non-builtin attributes
Vadim Petrochenkov
-4
/
+14
2019-11-30
Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk
Mazdak Farrokhzad
-3
/
+1
2019-11-30
move is_builtin_attr to syntax::attr
Mazdak Farrokhzad
-3
/
+1
2019-11-28
rustc_metadata: Merge `cstore.rs` into `creader.rs`
Vadim Petrochenkov
-1
/
+1
2019-11-24
expand: Fully preserve visibilities on unnamed fields with attributes
Vadim Petrochenkov
-0
/
+3
2019-11-23
Move def collector from `rustc` to `rustc_resolve`
Vadim Petrochenkov
-3
/
+2
2019-11-15
Rollup merge of #66197 - Centril:transparent-ast, r=varkor
Tyler Mandry
-7
/
+6
2019-11-14
TAIT: adjust resolve
Mazdak Farrokhzad
-7
/
+6
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-11-10
Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper
bors
-2
/
+1
2019-11-09
Move next_node_id to Resolver
Mark Rousskov
-1
/
+1
2019-11-09
Address review comments
Vadim Petrochenkov
-2
/
+1
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-2
/
+4
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-1
/
+1
2019-10-29
Change E0741 into E0742
Guillaume Gomez
-1
/
+1
2019-10-29
Create new error code E0740 for visibility restrictions to ancestor module is...
Guillaume Gomez
-3
/
+3
2019-10-28
Auto merge of #65421 - estebank:variants, r=petrochenkov
bors
-9
/
+11
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-9
/
+11
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-4
/
+3
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-10
/
+9
2019-10-21
Convert fields within `DefPathData` from `InternedString` to `Symbol`.
Nicholas Nethercote
-2
/
+2
2019-10-19
expand: Simplify expansion of derives
Vadim Petrochenkov
-10
/
+0
2019-10-19
resolve: Mark macros starting with an underscore as used
Vadim Petrochenkov
-3
/
+12
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-3
/
+3
2019-10-15
Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov
Tyler Mandry
-8
/
+8
2019-10-15
Don't use `gensym_if_underscore` to resolve `_` bindings
Matthew Jasper
-8
/
+8
2019-10-14
rustc_metadata: Remove resolutions for extern crate items from `CStore`
Vadim Petrochenkov
-0
/
+1
2019-10-14
rustc_metadata: Privatize private code and remove dead code
Vadim Petrochenkov
-3
/
+2
2019-10-13
ast: remove implicit pprust dependency via Display.
Mazdak Farrokhzad
-1
/
+2
2019-10-09
resolve: Keep field spans for diagnostics
Vadim Petrochenkov
-6
/
+8
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-4
/
+4
2019-09-26
Rename `Stmt.node` to `Stmt.kind`
varkor
-2
/
+2
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-6
/
+6
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-7
/
+7
2019-09-09
Resolve attributes in several places
Caio
-45
/
+94
2019-09-07
resolve: Do not afraid to set current module to enums and traits
Vadim Petrochenkov
-7
/
+4
2019-09-07
Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov
Mazdak Farrokhzad
-1
/
+2
2019-09-05
Allow ast passes to create hygienic spans
Matthew Jasper
-1
/
+2
2019-08-27
metadata: Eliminate `FullProcMacro`
Vadim Petrochenkov
-6
/
+6
2019-08-23
resolve: Do not rely on default transparency when detecting proc macro derives
Vadim Petrochenkov
-1
/
+1
2019-08-17
resolve/expand: Rename some things for clarity
Vadim Petrochenkov
-7
/
+7
[next]