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-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-13
/
+13
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-2
/
+3
2017-09-05
rustc: Classify two more CrateStore methods untracked
Alex Crichton
-1
/
+1
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-10
/
+12
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-7
/
+7
2017-07-25
Point at path segment on module not found
Esteban Küber
-8
/
+14
2017-06-29
Make `$crate` a keyword
Vadim Petrochenkov
-2
/
+3
2017-06-19
resolve: fix perf bug.
Jeffrey Seyfried
-1
/
+4
2017-06-07
Fix translation of external spans.
Inokentiy Babushkin
-2
/
+2
2017-05-25
Improve intercrate hygiene.
Jeffrey Seyfried
-5
/
+4
2017-05-25
Hygienize `librustc_resolve`.
Jeffrey Seyfried
-26
/
+43
2017-05-25
Remove `trait_item_map`, clean up `resolver.with_type_parameter_rib()`.
Jeffrey Seyfried
-11
/
+13
2017-05-25
Declarative macros 2.0 without hygiene.
Jeffrey Seyfried
-2
/
+2
2017-05-12
Weave the span of an import through the resolve code
Oliver Schneider
-2
/
+3
2017-05-10
Fix tidy issues
Oliver Schneider
-2
/
+4
2017-05-10
Example usage of multiple suggestions
Oliver Schneider
-12
/
+25
2017-04-15
feature gate :vis matcher
Alex Burka
-1
/
+3
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+2
2017-03-29
Move `syntax::ext::hygiene` to `syntax_pos::hygiene`.
Jeffrey Seyfried
-1
/
+1
2017-03-24
Rename `builtin` => `global`.
Jeffrey Seyfried
-1
/
+1
2017-03-21
Check for conflicts between macros 1.0 exports (`#[macro_export]`, `#[macro_r...
Jeffrey Seyfried
-1
/
+1
2017-03-17
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
[next]