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
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2019-01-14
Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis
Mazdak Farrokhzad
-0
/
+1
2019-01-12
Stabilize `uniform_paths`
Vadim Petrochenkov
-19
/
+10
2019-01-12
resolve: Prohibit use of imported non-macro attributes
Vadim Petrochenkov
-1
/
+18
2019-01-12
resolve: Prohibit use of uniform paths in macros originating from 2015 edition
Vadim Petrochenkov
-4
/
+9
2019-01-12
resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` items
Vadim Petrochenkov
-3
/
+7
2019-01-09
clarify resolve typo suggestion
Andy Russell
-0
/
+1
2019-01-01
Auto merge of #57199 - petrochenkov:ambig, r=estebank
bors
-3
/
+4
2018-12-30
Address review comments: Remove new `PathResult` variant
Esteban Küber
-4
/
+2
2018-12-29
Do not complain about missing crate named as a keyword
Esteban Küber
-2
/
+4
2018-12-29
Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov
bors
-1
/
+1
2018-12-29
resolve: Simplify treatment of ambiguity errors
Vadim Petrochenkov
-3
/
+4
2018-12-28
Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnay
bors
-2
/
+23
2018-12-28
Resolve `$crate`s for pretty-printing at more appropriate time
Vadim Petrochenkov
-2
/
+23
2018-12-27
Address review comments and CI failures
Vadim Petrochenkov
-1
/
+1
2018-12-27
Do not abort compilation if expansion produces errors
Vadim Petrochenkov
-9
/
+22
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Remove `eliminate_crate_var` and special pretty-printing for `$crate`
Vadim Petrochenkov
-56
/
+1
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-5
/
+5
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-12-07
Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...
Vadim Petrochenkov
-99
/
+3
2018-12-06
Auto merge of #56392 - petrochenkov:regensym, r=oli-obk
bors
-3
/
+5
2018-12-04
syntax: Rename some keywords
Vadim Petrochenkov
-3
/
+3
2018-12-02
resolve: Avoid "self-confirming" resolutions in import validation
Vadim Petrochenkov
-3
/
+5
2018-11-27
resolve: Suggest `crate::` for resolving ambiguities when appropriate
Vadim Petrochenkov
-10
/
+15
2018-11-27
resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi...
Vadim Petrochenkov
-7
/
+19
2018-11-27
resolve: Generalize `early_resolve_ident_in_lexical_scope` slightly
Vadim Petrochenkov
-11
/
+13
2018-11-27
resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition
Vadim Petrochenkov
-30
/
+72
2018-11-27
resolve: Implement edition hygiene for imports and absolute paths
Vadim Petrochenkov
-2
/
+3
2018-11-21
Stabilize `extern_crate_item_prelude`
Vadim Petrochenkov
-3
/
+2
2018-11-18
Fix rebase
Vadim Petrochenkov
-5
/
+6
2018-11-18
resolve: Refactor away `DeterminacyExt`
Vadim Petrochenkov
-4
/
+5
2018-11-18
resolve: Support resolving macros without leaving traces
Vadim Petrochenkov
-8
/
+14
2018-11-18
resolve: Avoid marking `extern crate` items as used in certain cases
Vadim Petrochenkov
-1
/
+1
2018-11-18
resolve: Reintroduce feature gate for uniform paths in imports
Vadim Petrochenkov
-1
/
+27
2018-11-18
Fix ICEs from imports of items not defined in modules
Vadim Petrochenkov
-1
/
+1
2018-11-18
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-52
/
+61
2018-11-18
resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...
Vadim Petrochenkov
-2
/
+8
2018-11-18
resolve: More precise determinacy tracking during import/macro resolution
Vadim Petrochenkov
-91
/
+109
2018-11-18
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-41
/
+81
2018-11-18
resolve: Simplify ambiguity checking for built-in attributes
Vadim Petrochenkov
-11
/
+2
2018-11-18
resolve: Resolve multi-segment imports using in-scope resolution on 2018 edition
Vadim Petrochenkov
-10
/
+13
2018-11-11
Rollup merge of #55630 - petrochenkov:noprelude, r=Centril
kennytm
-4
/
+8
2018-11-03
resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o...
Vadim Petrochenkov
-4
/
+8
2018-10-30
resolve: Fix ICE in macro import error recovery
Vadim Petrochenkov
-0
/
+3
2018-10-28
resolve: Make sure macros and imports are resolved in full parent scope
Vadim Petrochenkov
-14
/
+15
2018-10-28
resolve: Record full parent scope data for imports
Vadim Petrochenkov
-4
/
+5
2018-10-26
rebasing and reviewer changes
Nick Cameron
-14
/
+12
2018-10-26
Store a resolved def on hir::PathSegment
Nick Cameron
-8
/
+16
2018-10-24
Feature gate extern prelude additions from `extern crate` items
Vadim Petrochenkov
-1
/
+2
[next]