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
2018-03-17
AST: Keep distinction between `path` and `::path` in imports and visibilities
Vadim Petrochenkov
-2
/
+2
2018-03-17
AST: Make renames in imports closer to the source
Vadim Petrochenkov
-5
/
+6
2018-03-17
AST/HIR: Clarify what the optional name in extern crate items mean
Vadim Petrochenkov
-2
/
+2
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-3
/
+3
2018-01-15
Reexport -> re-export in error messages
Carol (Nichols || Goulding)
-2
/
+2
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-1
/
+1
2018-01-12
Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrc
bors
-1
/
+1
2017-12-28
Prefer to use attr::contains_name() and attr::find_by_name()
Seiichi Uchida
-2
/
+1
2017-12-20
Various tweaks
Esteban Küber
-1
/
+1
2017-12-14
stub out trait aliases in resolve
Alex Burka
-0
/
+6
2017-12-13
Improve interaction between macros 2.0 and `macro_rules!`.
Jeffrey Seyfried
-1
/
+1
2017-12-13
Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrc
bors
-2
/
+6
2017-12-12
Improve pretty printing `$crate::` paths.
Jeffrey Seyfried
-1
/
+2
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-2
/
+5
2017-12-05
Add field `is_import` to `def::Export`.
Jeffrey Seyfried
-2
/
+2
2017-12-05
Include non-`pub` `use` and `extern crate` items in the crate metadata for ma...
Jeffrey Seyfried
-5
/
+3
2017-11-30
Implement RFC 2128 (use_nested_groups)
Pietro Albini
-129
/
+141
2017-11-21
Support `::crate` in paths
Vadim Petrochenkov
-9
/
+1
2017-11-08
Fix help for duplicated names: `extern crate (...) as (...)`
Esteban Küber
-2
/
+2
2017-11-04
Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov
bors
-2
/
+14
2017-11-03
Implemented RFC 2008 for enums (not including variants) and structs.
David Wood
-2
/
+14
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-5
/
+8
2017-10-23
Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor`
sinkuu
-1
/
+14
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
[next]