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-07-20
resolve: Rename `global_macros` to `macro_prelude`
Vadim Petrochenkov
-1
/
+1
2018-07-20
resolve: Remove unused parameter from `resolve_ident_in_module`
Vadim Petrochenkov
-2
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+5
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-1
/
+19
2018-06-30
resolve: Cleanup `resolve_crate_root`
Vadim Petrochenkov
-1
/
+1
2018-06-14
create multiple HIR items for a use statement
QuietMisdreavus
-1
/
+1
2018-05-18
track the root `UseTree` in addition to the leaf
Niko Matsakis
-4
/
+24
2018-05-17
Pass crate editions to macro expansions, update tests
Vadim Petrochenkov
-1
/
+2
2018-05-03
Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov
bors
-1
/
+1
2018-05-02
Auto merge of #50355 - petrochenkov:50187, r=oli-obk
bors
-2
/
+6
2018-05-02
make it compile again
flip1995
-1
/
+1
2018-05-01
Remove `macro_reexport`
Vadim Petrochenkov
-28
/
+1
2018-05-01
resolve (cleanup): Get rid of `Option` in `PerNS`
Vadim Petrochenkov
-2
/
+6
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-3
/
+2
2018-04-11
Extend `ExternCrate` to cover externs inferred from `use` or paths
Shotaro Yamada
-5
/
+3
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-2
/
+2
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-1
/
+1
2018-04-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-1
/
+1
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-8
/
+7
2018-04-06
Rename `PathSegment::identifier` to `ident`
Vadim Petrochenkov
-6
/
+2
2018-04-06
Use `Span` instead of `SyntaxContext` in `Ident`
Vadim Petrochenkov
-1
/
+1
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-0
/
+6
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
[next]