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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-5
/
+1
2019-09-05
Allow ast passes to create hygienic spans
Matthew Jasper
-0
/
+22
2019-09-05
resolve: extract `try_resolve_as_non_binding`.
Mazdak Farrokhzad
-0
/
+1
2019-08-23
resolve: Do not rely on default transparency when detecting proc macro derives
Vadim Petrochenkov
-4
/
+8
2019-08-17
resolve/expand: Rename some things for clarity
Vadim Petrochenkov
-2
/
+2
2019-08-17
Move type parameter shadowing errors to resolve
Matthew Jasper
-1
/
+1
2019-08-16
Fix rebase
Vadim Petrochenkov
-7
/
+1
2019-08-16
resolve: Move some code around
Vadim Petrochenkov
-0
/
+20
2019-08-16
resolve: Populate external modules in more automatic and lazy way
Vadim Petrochenkov
-15
/
+23
2019-08-15
resolve: `ParentScope::default` -> `ParentScope::module`
Vadim Petrochenkov
-4
/
+6
2019-08-15
resolve: Add some comments to the main modules
Vadim Petrochenkov
-0
/
+9
2019-08-15
resolve: Privatize `BuildReducedGraphVisitor`
Vadim Petrochenkov
-3
/
+2
2019-08-15
resolve: Make `ParentScope` `Copy`
Vadim Petrochenkov
-5
/
+9
2019-08-15
resolve: Eliminate `InvocationData`
Vadim Petrochenkov
-15
/
+14
2019-08-15
resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`
Vadim Petrochenkov
-4
/
+15
2019-08-15
resolve: Do not "normalize away" trait/enum modules prematurely
Vadim Petrochenkov
-3
/
+5
2019-08-15
resolve: Move macro resolution traces from `Module`s to `Resolver`
Vadim Petrochenkov
-8
/
+10
2019-08-15
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Vadim Petrochenkov
-7
/
+7
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-12
Rollup merge of #63449 - petrochenkov:builtinagain, r=eddyb
Mazdak Farrokhzad
-3
/
+0
2019-08-12
Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...
Mazdak Farrokhzad
-0
/
+1
2019-08-10
Apply suggestions from code review
Jakub Adam Wieczorek
-1
/
+1
2019-08-10
Suggest using a qualified path in patterns with inconsistent bindings
Jakub Adam Wieczorek
-0
/
+1
2019-08-10
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"
Vadim Petrochenkov
-22
/
+9
2019-08-10
resolve: Remove remaining special cases from built-in macros
Vadim Petrochenkov
-3
/
+0
2019-08-10
resolve: Address FIXME from the previous commit
Vadim Petrochenkov
-9
/
+8
2019-08-10
Fix calls to resolver from rustdoc and HIR lowering
Vadim Petrochenkov
-35
/
+34
2019-08-10
resolve: Move some more code around
Vadim Petrochenkov
-331
/
+4
2019-08-10
resolve: Turn `resolve_error` into a method on `Resolver`
Vadim Petrochenkov
-298
/
+15
2019-08-10
resolve: Remove `Deref<Target=Resolver>` implementations
Vadim Petrochenkov
-1
/
+1
2019-08-10
resolve: Move late resolution visitor into a separate file
Vadim Petrochenkov
-1960
/
+74
2019-08-10
resolve: Move late resolution into a separate visitor
Vadim Petrochenkov
-169
/
+248
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
-2
/
+18
2019-08-04
Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
varkor
-1
/
+1
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-1
/
+1
2019-08-03
Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...
Vadim Petrochenkov
-2
/
+18
2019-08-02
Replace "existential" by "opaque"
varkor
-3
/
+3
2019-07-30
Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkov
Mazdak Farrokhzad
-8
/
+18
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-28
Resolve const parameters with modern hygiene
Matthew Jasper
-8
/
+18
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-11
/
+13
[prev]
[next]