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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_resolve
Age
Commit message (
Expand
)
Author
Lines
2019-08-27
metadata: Eliminate `FullProcMacro`
Vadim Petrochenkov
-8
/
+8
2019-08-23
resolve: Do not rely on default transparency when detecting proc macro derives
Vadim Petrochenkov
-5
/
+9
2019-08-21
resolve/expand: Rename some things for clarity and add comments
Vadim Petrochenkov
-14
/
+22
2019-08-21
expand: Keep the correct current expansion ID for eager expansions
Vadim Petrochenkov
-1
/
+3
2019-08-17
resolve/expand: Rename some things for clarity
Vadim Petrochenkov
-22
/
+22
2019-08-17
resolve: Properly integrate derives and `macro_rules` scopes
Vadim Petrochenkov
-13
/
+21
2019-08-17
Move type parameter shadowing errors to resolve
Matthew Jasper
-10
/
+53
2019-08-16
Fix rebase
Vadim Petrochenkov
-9
/
+12
2019-08-16
resolve: Move some code around
Vadim Petrochenkov
-74
/
+73
2019-08-16
resolve: Populate external traits lazily as well
Vadim Petrochenkov
-22
/
+9
2019-08-16
resolve: Populate external modules in more automatic and lazy way
Vadim Petrochenkov
-71
/
+73
2019-08-15
resolve: `ParentScope::default` -> `ParentScope::module`
Vadim Petrochenkov
-7
/
+9
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-5
/
+5
2019-08-15
hygiene: Merge `ExpnInfo` and `InternalExpnData`
Vadim Petrochenkov
-5
/
+6
2019-08-15
resolve: Add some comments to the main modules
Vadim Petrochenkov
-3
/
+26
2019-08-15
resolve: Privatize `BuildReducedGraphVisitor`
Vadim Petrochenkov
-18
/
+23
2019-08-15
resolve: Make `ParentScope` `Copy`
Vadim Petrochenkov
-33
/
+32
2019-08-15
resolve: Eliminate `InvocationData`
Vadim Petrochenkov
-91
/
+53
2019-08-15
resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`
Vadim Petrochenkov
-29
/
+29
2019-08-15
resolve: Do not "normalize away" trait/enum modules prematurely
Vadim Petrochenkov
-4
/
+6
2019-08-15
resolve: Move macro resolution traces from `Module`s to `Resolver`
Vadim Petrochenkov
-24
/
+19
2019-08-15
hygiene: Remove `Option`s from functions returning `ExpnInfo`
Vadim Petrochenkov
-2
/
+1
2019-08-15
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Vadim Petrochenkov
-16
/
+16
2019-08-15
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Vadim Petrochenkov
-1
/
+1
2019-08-15
syntax_pos: Introduce a helper for checking whether a span comes from expansion
Vadim Petrochenkov
-2
/
+2
2019-08-15
Remove `Spanned` from `ast::Mac`
Vadim Petrochenkov
-1
/
+1
2019-08-14
Merge Variant and Variant_
Caio
-5
/
+5
2019-08-12
Rollup merge of #63449 - petrochenkov:builtinagain, r=eddyb
Mazdak Farrokhzad
-12
/
+0
2019-08-12
Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...
Mazdak Farrokhzad
-53
/
+55
2019-08-10
Apply suggestions from code review
Jakub Adam Wieczorek
-32
/
+32
2019-08-10
Suggest using a qualified path in patterns with inconsistent bindings
Jakub Adam Wieczorek
-44
/
+46
2019-08-10
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"
Vadim Petrochenkov
-27
/
+14
2019-08-10
resolve: Remove remaining special cases from built-in macros
Vadim Petrochenkov
-12
/
+0
2019-08-10
resolve: Address FIXME from the previous commit
Vadim Petrochenkov
-15
/
+13
2019-08-10
Fix calls to resolver from rustdoc and HIR lowering
Vadim Petrochenkov
-36
/
+35
2019-08-10
resolve: Move some more code around
Vadim Petrochenkov
-616
/
+602
2019-08-10
resolve: Turn `resolve_error` into a method on `Resolver`
Vadim Petrochenkov
-422
/
+411
2019-08-10
resolve: Remove `Deref<Target=Resolver>` implementations
Vadim Petrochenkov
-319
/
+269
2019-08-10
resolve: Track whole parent scope in the visitors
Vadim Petrochenkov
-96
/
+78
2019-08-10
resolve: Move late resolution visitor into a separate file
Vadim Petrochenkov
-2634
/
+2663
2019-08-10
resolve: Move late resolution into a separate visitor
Vadim Petrochenkov
-280
/
+396
2019-08-09
Mention that tuple structs are private if their fields are
Esteban Küber
-3
/
+28
2019-08-09
Rollup merge of #63289 - kornelski:missingcrate, r=zackmdavis
Mazdak Farrokhzad
-1
/
+1
2019-08-06
Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkov
Mazdak Farrokhzad
-24
/
+17
2019-08-05
Don't recommend `extern crate` syntax
Kornel
-1
/
+1
2019-08-05
Force callers of resolve_ast_path to deal with Res::Err correctly
Mark Rousskov
-10
/
+2
2019-08-05
Don't store &Span
Mark Rousskov
-4
/
+4
2019-08-05
Replace error callback with Result
Mark Rousskov
-23
/
+24
2019-08-05
Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper
bors
-5
/
+49
2019-08-04
Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
varkor
-1
/
+1
[next]