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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
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
2019-07-19
hygiene: Tweak naming some more
Vadim Petrochenkov
-3
/
+3
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-2
/
+2
2019-07-19
libsyntax: Remove `Mark` into `ExpnId`
Vadim Petrochenkov
-22
/
+22
2019-07-18
resolve: Support resolving macro paths without macro kind restrictions
Vadim Petrochenkov
-5
/
+3
2019-07-18
resolve: Attempt to resolve unresolved paths in macro namespace
Vadim Petrochenkov
-15
/
+17
2019-07-18
resolve: Move some common code into the scope visitor
Vadim Petrochenkov
-3
/
+24
2019-07-18
resolve: Visit all scopes to collect suggestion candidates for unresolved macros
Vadim Petrochenkov
-9
/
+3
2019-07-18
resolve: Decouple scope visiting process from visitor actions
Vadim Petrochenkov
-0
/
+123
2019-07-18
resolve: Rename `WhereToResolve` into `Scope`
Vadim Petrochenkov
-1
/
+35
2019-07-18
resolve: Move some diagnostic code into `diagnostics.rs`
Vadim Petrochenkov
-470
/
+3
2019-07-13
Suggest assoc type on type not found in trait method definition
Esteban Küber
-35
/
+70
2019-07-11
resolve: Fix access to extern and stdlib prelude from opaque macros
Vadim Petrochenkov
-0
/
+1
2019-07-11
resolve/expand: `resolve_macro_invocation` no longer returns determinate errors
Vadim Petrochenkov
-1
/
+13
2019-07-11
resolve: Make proc macro stubs less stubby
Vadim Petrochenkov
-4
/
+17
2019-07-11
def_collector: Simplify tracking of macro invocation parents
Vadim Petrochenkov
-3
/
+2
2019-07-09
Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelix
Mazdak Farrokhzad
-11
/
+1
2019-07-07
syntax: Migrate built-in macros to the regular stability checking
Vadim Petrochenkov
-0
/
+8
2019-07-07
syntax: Remove `NodeId` from `SyntaxExtension`
Vadim Petrochenkov
-5
/
+2
2019-07-06
Fixed ICEs.
Alexander Regueiro
-11
/
+1
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-1
/
+0
[next]