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
/
late.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-5
/
+1
2019-11-22
resolve: more declarative fresh_binding
Mazdak Farrokhzad
-15
/
+7
2019-11-18
resolve: late: Check if type arg is really a const arg
Gabriel Smith
-0
/
+46
2019-11-15
Rollup merge of #66197 - Centril:transparent-ast, r=varkor
Tyler Mandry
-13
/
+0
2019-11-15
Don't warn labels beginning with `_`
Yuki Okushi
-1
/
+3
2019-11-14
TAIT: adjust resolve
Mazdak Farrokhzad
-13
/
+0
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-11-08
Rollup merge of #66188 - Centril:fnsig, r=davidtwco
Mazdak Farrokhzad
-1
/
+1
2019-11-08
ast::ItemKind::Fn: use ast::FnSig
Mazdak Farrokhzad
-1
/
+1
2019-11-06
legacy_ctor_visibility -> error
Mazdak Farrokhzad
-19
/
+1
2019-11-06
Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...
Mazdak Farrokhzad
-1
/
+1
2019-11-03
Migrate resolver over to internal lint buffer
Mark Rousskov
-3
/
+3
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-1
/
+1
2019-10-28
Auto merge of #65421 - estebank:variants, r=petrochenkov
bors
-5
/
+20
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-5
/
+20
2019-10-26
review comment: use `Default`
Esteban Küber
-9
/
+2
2019-10-26
review comments and tweaks
Esteban Küber
-48
/
+62
2019-10-26
Use heuristics to suggest assignment
Esteban Küber
-0
/
+15
2019-10-22
Remove "type parameter depends on const parameter" error from resolution
varkor
-22
/
+1
2019-10-17
Point at enclosing function without `self` receiver
Esteban Küber
-1
/
+7
2019-10-08
resolve: prohibit foreign statics w/ generics
David Wood
-139
/
+116
2019-10-03
The crux of the bug fix.
Felix S. Klock II
-0
/
+13
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-3
/
+3
2019-09-26
Rename `Stmt.node` to `Stmt.kind`
varkor
-1
/
+1
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-1
/
+1
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-4
/
+4
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-3
/
+3
2019-09-07
Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov
Mazdak Farrokhzad
-12
/
+12
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-12
/
+12
2019-09-05
resolve: bool -> enum PatBoundCtx
Mazdak Farrokhzad
-18
/
+29
2019-09-05
or-patterns: address review comments.
Mazdak Farrokhzad
-4
/
+23
2019-09-05
resolve: merge `resolve_pats` and `resolve_pattern_top`.
Mazdak Farrokhzad
-19
/
+6
2019-09-05
resolve: account for general or-patterns in consistency checking.
Mazdak Farrokhzad
-45
/
+82
2019-09-05
resolve: revamp already-bound check -- fix some bugs.
Mazdak Farrokhzad
-59
/
+79
2019-09-05
resolve: already-bound-check: account for or-patterns.
Mazdak Farrokhzad
-47
/
+73
2019-09-05
resolve: move `resolve_block` to a better place.
Mazdak Farrokhzad
-43
/
+43
2019-09-05
resolve: move `fresh_binding`.
Mazdak Farrokhzad
-55
/
+52
2019-09-05
resolve: add `type IdentMap<T>` alias.
Mazdak Farrokhzad
-5
/
+7
2019-09-05
resolve: extract `try_resolve_as_non_binding`.
Mazdak Farrokhzad
-57
/
+68
2019-09-05
resolve: simplify `resolve_arm`.
Mazdak Farrokhzad
-3
/
+1
2019-09-05
resolve: cleanup using `with_rib`, etc.
Mazdak Farrokhzad
-145
/
+118
2019-09-05
resolve: extract `resolve_params`.
Mazdak Farrokhzad
-20
/
+15
2019-08-17
Move type parameter shadowing errors to resolve
Matthew Jasper
-0
/
+31
2019-08-16
resolve: Populate external modules in more automatic and lazy way
Vadim Petrochenkov
-1
/
+1
2019-08-15
resolve: `ParentScope::default` -> `ParentScope::module`
Vadim Petrochenkov
-1
/
+1
2019-08-15
resolve: Add some comments to the main modules
Vadim Petrochenkov
-0
/
+7
[next]