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
2016-09-23
Load extern crates in `resolve`.
Jeffrey Seyfried
-0
/
+2
2016-09-22
Refactor `no_implicit_prelude: Cell<bool>` -> `no_implicit_prelude: bool`.
Jeffrey Seyfried
-16
/
+18
2016-09-22
Avoid reconstructing the `BuildReducedGraphVisitor`.
Jeffrey Seyfried
-6
/
+6
2016-09-22
Refactor out `BuildReducedGraphVisitor::visit_trait_item`.
Jeffrey Seyfried
-23
/
+32
2016-09-22
Refactor away `ParentLink`.
Jeffrey Seyfried
-19
/
+11
2016-09-20
rustc_resolve: bring back "struct called like a function" cross-crate.
Eduard Burtescu
-1
/
+5
2016-09-20
rustc_metadata: move opt_item_name to TyCtxt::item_name.
Eduard Burtescu
-1
/
+2
2016-09-20
rustc_metadata: split the Def description of a DefId from item_children.
Eduard Burtescu
-7
/
+18
2016-09-20
rustc_metadata: group information into less tags.
Eduard Burtescu
-16
/
+10
2016-09-20
rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names.
Eduard Burtescu
-2
/
+2
2016-09-20
rustc_metadata: move more RBML tags to auto-serialization.
Eduard Burtescu
-27
/
+10
2016-09-13
Remove some ancient code providing special support for newtypes
Vadim Petrochenkov
-2
/
+2
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-2
/
+2
2016-09-04
Replace `_, _, _` with `..`
Vadim Petrochenkov
-2
/
+2
2016-09-03
Add unions to definition map
Vadim Petrochenkov
-1
/
+20
2016-09-02
Address comments.
Jeffrey Seyfried
-4
/
+4
2016-09-01
item_like_imports: Allow glob imports with a given visibility
Jeffrey Seyfried
-1
/
+6
2016-09-01
Refactor away `resolver.current_vis` and add `module.normal_ancestor_id`.
Jeffrey Seyfried
-10
/
+8
2016-08-29
Future proof the AST for `union`.
Jeffrey Seyfried
-0
/
+2
2016-08-21
Refactor away variant `ast::PathListItemKind::Mod`
Jeffrey Seyfried
-11
/
+14
2016-08-18
Add field `current_vis` to `Resolver`.
Jeffrey Seyfried
-1
/
+6
2016-08-18
Clean up `build_reduced_graph.rs`.
Jeffrey Seyfried
-26
/
+18
2016-08-18
Refactor `unresolved_imports` -> `indeterminate_imports`.
Jeffrey Seyfried
-3
/
+0
2016-08-18
Refactor `module.add_import_directive()` -> `resolver.add_import_directive()`.
Jeffrey Seyfried
-3
/
+3
2016-08-01
Refactor `module.try_define_child(..)` -> `resolver.try_define(module, ..)`.
Jeffrey Seyfried
-22
/
+13
2016-06-26
Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb
Jeffrey Seyfried
-12
/
+6
2016-06-26
Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc
Jeffrey Seyfried
-1
/
+1
2016-06-25
Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton
Jeffrey Seyfried
-1
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+2
2016-06-17
Fix fallout
Jeffrey Seyfried
-12
/
+6
2016-06-14
Remove the type parameter from `syntax::visit::Visitor`
Jeffrey Seyfried
-1
/
+1
2016-06-13
Add support for macro expansion inside trait items
Joseph Dunne
-0
/
+1
2016-06-07
Refactor away the prelude injection pass
Jeffrey Seyfried
-2
/
+9
2016-05-28
Move some other checks to AST sanity pass
Vadim Petrochenkov
-36
/
+3
2016-05-25
Remove ExplicitSelf from AST
Vadim Petrochenkov
-2
/
+2
2016-05-09
Move resolution to before lowering
Jeffrey Seyfried
-81
/
+75
2016-05-03
Remove unused trait imports flagged by lint
Seo Sanghyeon
-1
/
+1
2016-04-27
Refactor away `is_static_method`
Jeffrey Seyfried
-3
/
+7
2016-04-27
Refactor field `span` of `NameBinding` from `Option<Span>` to `Span`.
Jeffrey Seyfried
-2
/
+2
2016-04-26
Refactor away field `vis` of `ModuleS`
Jeffrey Seyfried
-19
/
+20
2016-04-24
syntax: Check paths in visibilities for type parameters
Vadim Petrochenkov
-3
/
+2
2016-04-24
syntax: Don't parse idents with `parse_path`
Vadim Petrochenkov
-1
/
+1
2016-04-17
Refactor the per-module node map `module_children` into a per-resolver map.
Jeffrey Seyfried
-2
/
+2
2016-04-17
Refactor `is_prelude` to only apply to glob imports
Jeffrey Seyfried
-18
/
+7
2016-04-17
Rollup merge of #33045 - jseyfried:no_def_modifiers, r=eddyb
Manish Goregaokar
-30
/
+18
2016-04-17
Rollup merge of #33044 - petrochenkov:prefix, r=eddyb
Manish Goregaokar
-19
/
+35
2016-04-17
resolve: Refactor away `DefModifiers`
Jeffrey Seyfried
-30
/
+18
2016-04-17
syntax: Parse import prefixes as paths
Vadim Petrochenkov
-19
/
+35
2016-04-14
resolve: refactor away `PRIVATE_VARIANT` and ensure that restricted
Jeffrey Seyfried
-12
/
+5
2016-04-14
resolve: Use `vis: ty::Visibility` instead of `is_public: bool`
Jeffrey Seyfried
-63
/
+52
[next]