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
2017-03-20
Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ...
Jeffrey Seyfried
-1
/
+4
2017-03-10
Avoid using `Mark` and `Invocation` for macro defs.
Jeffrey Seyfried
-9
/
+10
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-18
/
+16
2017-03-05
Fix const expression macro invocations.
Jeffrey Seyfried
-1
/
+1
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-1
/
+1
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-2
/
+2
2017-02-23
Add macro suggestions for macros imported with `use`
Josh Driver
-1
/
+0
2017-02-23
Move MacroKind into Def::Macro
Josh Driver
-1
/
+1
2017-02-05
Rename CustomDerive to ProcMacroDerive for macros 1.1
Josh Driver
-1
/
+1
2017-01-29
Improve diagnostics for inaccessible constructors
Vadim Petrochenkov
-5
/
+11
2017-01-29
Implement compatibility lint for legacy constructor visibilities
Vadim Petrochenkov
-0
/
+3
2017-01-29
Privatize constructors of tuple structs with private fields
Vadim Petrochenkov
-9
/
+13
2017-01-22
Warn on unused `#[macro_use]` imports.
Jeffrey Seyfried
-2
/
+21
2017-01-21
Improve `unused_extern_crate` warnings.
Jeffrey Seyfried
-13
/
+14
2017-01-15
Improve the warning cycle for `use $crate;`.
Jeffrey Seyfried
-1
/
+4
2017-01-10
Change `self` in an import list `use foo::{self, ...}` to only import a modul...
Jeffrey Seyfried
-3
/
+5
2016-12-26
More systematic error reporting in path resolution
Vadim Petrochenkov
-53
/
+22
2016-12-24
Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities.
Jeffrey Seyfried
-23
/
+18
2016-12-22
Refactor how global paths are represented (for both ast and hir).
Jeffrey Seyfried
-13
/
+18
2016-12-18
Give extern crates' root modules a better name.
Jeffrey Seyfried
-1
/
+2
2016-12-18
Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`.
Jeffrey Seyfried
-3
/
+7
2016-12-18
Canonicalize lifetime names.
Jeffrey Seyfried
-9
/
+9
2016-12-18
Rename `ModuleS` -> `ModuleData`.
Jeffrey Seyfried
-5
/
+5
2016-12-18
De-genericize `try_define`.
Jeffrey Seyfried
-11
/
+12
2016-12-18
Add `ident.unhygienize()` and use `Ident` more instead of `Name` in `resolve`.
Jeffrey Seyfried
-54
/
+54
2016-12-06
annotate stricter lifetimes on LateLintPass methods to allow them to forward ...
Oliver Schneider
-7
/
+7
2016-11-30
Minor cleanup.
Jeffrey Seyfried
-5
/
+3
2016-11-29
Refactor away `ResolveResult`.
Jeffrey Seyfried
-3
/
+2
2016-11-28
Avoid loading needless proc-macro dependencies.
Jeffrey Seyfried
-4
/
+7
2016-11-21
Auto merge of #37824 - jseyfried:symbols, r=eddyb
bors
-6
/
+5
2016-11-21
Cleanup.
Jeffrey Seyfried
-2
/
+2
2016-11-21
Cleanup `InternedString`.
Jeffrey Seyfried
-1
/
+1
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-1
/
+1
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-3
/
+2
2016-11-20
Refactor away `ast::Attribute_`.
Jeffrey Seyfried
-1
/
+1
2016-11-17
Cleanup formatting.
Jeffrey Seyfried
-17
/
+18
2016-11-17
Add feature `use_extern_macros`.
Jeffrey Seyfried
-5
/
+7
2016-11-17
Refactor out `PerNS`.
Jeffrey Seyfried
-3
/
+12
2016-11-17
Add field `expansion: Mark` to `NameBinding`.
Jeffrey Seyfried
-42
/
+58
2016-11-17
Refactor `Resolver::builtin_macros` to use `NameBinding`s instead of `DefId`s.
Jeffrey Seyfried
-5
/
+7
2016-11-17
Add field `module.unresolved_invocations`.
Jeffrey Seyfried
-1
/
+3
2016-11-10
Support `#[macro_reexport]`ing custom derives.
Jeffrey Seyfried
-73
/
+48
2016-11-10
Improve macro reexports.
Jeffrey Seyfried
-97
/
+81
2016-11-10
Add variants `Def::Macro` and `Namespace::MacroNS`.
Jeffrey Seyfried
-1
/
+4
2016-11-10
Register and stability check `#[no_link]` crates.
Jeffrey Seyfried
-2
/
+3
2016-11-10
Avoid building multiple reduced graphs for a crate
Jeffrey Seyfried
-9
/
+13
2016-11-10
Treat `extern crate`s more like imports (pure refactoring).
Jeffrey Seyfried
-2
/
+14
2016-11-10
nit: clean up some redundant code.
Jeffrey Seyfried
-9
/
+5
2016-11-10
rustc: unify and simplify managing associated items.
Eduard Burtescu
-1
/
+1
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-2
/
+2
[next]