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
2019-01-10
resolve: Avoid "self-confirming" resolutions in import validation
Vadim Petrochenkov
-2
/
+7
2018-12-01
resolve: Support aliasing local crate root in extern prelude
Vadim Petrochenkov
-4
/
+24
2018-11-27
resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition
Vadim Petrochenkov
-1
/
+4
2018-11-27
resolve: Implement edition hygiene for imports and absolute paths
Vadim Petrochenkov
-8
/
+11
2018-11-18
Fix rebase
Vadim Petrochenkov
-3
/
+5
2018-11-18
resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...
Vadim Petrochenkov
-0
/
+1
2018-11-18
resolve: More precise determinacy tracking during import/macro resolution
Vadim Petrochenkov
-1
/
+0
2018-11-18
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-18
/
+18
2018-11-18
resolve: Resolve multi-segment imports using in-scope resolution on 2018 edition
Vadim Petrochenkov
-25
/
+13
2018-11-18
resolve: Stop generating uniform path canaries
Vadim Petrochenkov
-107
/
+5
2018-10-28
resolve: Desugar empty import groups into synthetic dummy imports
Vadim Petrochenkov
-4
/
+29
2018-10-28
resolve: Make sure macros and imports are resolved in full parent scope
Vadim Petrochenkov
-33
/
+21
2018-10-28
resolve: Refactor away `legacy_macro_imports`/`LegacyMacroImports`
Vadim Petrochenkov
-37
/
+31
2018-10-28
resolve: Record full parent scope data for imports
Vadim Petrochenkov
-18
/
+23
2018-10-26
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-26
rebasing and reviewer changes
Nick Cameron
-39
/
+34
2018-10-26
dump refs for path segments in save-analysis
Nick Cameron
-11
/
+11
2018-10-26
Store a resolved def on hir::PathSegment
Nick Cameron
-20
/
+31
2018-10-24
Prohibit macro-expanded `extern crate` items shadowing crates passed with `--...
Vadim Petrochenkov
-2
/
+15
2018-10-24
Add `extern crate` items to extern prelude
Vadim Petrochenkov
-3
/
+10
2018-10-23
Auto merge of #55113 - mockersf:master, r=estebank
bors
-1
/
+4
2018-10-21
manage cases with tabs or other whitespaces
François Mockers
-1
/
+4
2018-10-17
resolve: improve common patterns
ljedrz
-7
/
+4
2018-09-14
Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb
bors
-2
/
+2
2018-09-13
resolve: Put different parent scopes into a single structure
Vadim Petrochenkov
-3
/
+10
2018-09-11
Split `CrateNum` into an enum instead of having magic constants
Oliver Schneider
-2
/
+2
2018-09-11
resolve: Future proof resolutions for potentially built-in attributes
Vadim Petrochenkov
-0
/
+10
2018-09-10
rustc_resolve: ignore uniform_paths canaries that resolve to an import of the...
Eduard-Mihai Burtescu
-17
/
+1
2018-09-10
rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate...
Eduard-Mihai Burtescu
-1
/
+1
2018-09-10
resolve: Split macro prelude into built-in and user-defined parts
Vadim Petrochenkov
-1
/
+1
2018-09-09
Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis
bors
-11
/
+14
2018-09-08
resolve: Further simplify legacy scopes, add comments
Vadim Petrochenkov
-2
/
+3
2018-09-08
resolve: Rename some fields related to legacy macro scopes
Vadim Petrochenkov
-11
/
+13
2018-09-07
rustc_resolve: only prepend CrateRoot to a non-keyword segment.
Eduard-Mihai Burtescu
-41
/
+37
2018-09-06
rustc_resolve: allow `use crate_name;` under `uniform_paths`.
Eduard-Mihai Burtescu
-1
/
+18
2018-08-22
Replace TyForeign with ForeignTy
varkor
-2
/
+2
2018-08-22
Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}
varkor
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-2
/
+2
2018-08-17
Stabilize `use_extern_macros`
Vadim Petrochenkov
-8
/
+1
2018-08-14
rustc_resolve: also inject canaries to detect block scopes shadowing `uniform...
Eduard-Mihai Burtescu
-26
/
+58
2018-08-14
rustc_resolve: inject ambiguity "canaries" when #![feature(uniform_paths)] is...
Eduard-Mihai Burtescu
-12
/
+107
2018-08-14
#[feature(uniform_paths)]: allow `use x::y;` to resolve through `self::x`, no...
Taylor Cramer
-7
/
+22
2018-08-14
rustc_resolve: fix special-case for one-segment import paths.
Eduard-Mihai Burtescu
-5
/
+22
2018-08-12
Prohibit using macro-expanded `macro_export` macros through module-relative p...
Vadim Petrochenkov
-1
/
+0
2018-08-06
Support custom attributes when macro modularization is enabled
Vadim Petrochenkov
-1
/
+3
2018-08-06
Discern between various kinds of non-macro attributes
Vadim Petrochenkov
-2
/
+2
2018-08-03
Move unused trait functions to inherent functions
Mark Rousskov
-1
/
+1
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-5
/
+6
2018-08-01
resolve: Implement prelude search for macro paths
Vadim Petrochenkov
-1
/
+2
2018-07-29
resolve: Modularize crate-local `#[macro_export] macro_rules`
Vadim Petrochenkov
-1
/
+15
[next]