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
/
compiler
/
rustc_resolve
/
src
/
late.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-27
Collect extra lifetime parameters during late resolution.
Camille GILLOT
-9
/
+37
2022-04-27
Use LifetimeRes during lowering.
Camille GILLOT
-46
/
+156
2022-04-27
Do not resolve elided lifetimes in path twice.
Camille GILLOT
-1
/
+1
2022-04-25
Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errors
bors
-6
/
+6
2022-04-21
Remove redundant `format!`s
Nixon Enraght-Moony
-1
/
+1
2022-04-21
rename to `BoundKind` and add comments
SparrowLii
-6
/
+6
2022-04-20
Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds
SparrowLii
-6
/
+6
2022-04-19
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Dylan DPC
-2
/
+2
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-2
/
+2
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-1
/
+131
2022-04-17
Report undeclared lifetimes on AST.
Camille GILLOT
-307
/
+717
2022-04-17
Visit generics inside visit_fn.
Camille GILLOT
-1
/
+7
2022-04-17
Count number of lifetime parameters in a separate pass.
Camille GILLOT
-13
/
+39
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-2
/
+25
2022-04-12
Rollup merge of #95918 - compiler-errors:issue-95878, r=cjgillot
Dylan DPC
-0
/
+9
2022-04-12
Pass last_import_segment and unusable_binding as parameters.
Camille GILLOT
-21
/
+36
2022-04-10
Delay a bug when we see SelfCtor in ref pattern
Michael Goulet
-0
/
+9
2022-04-06
Fix unit struct/enum variant in destructuring assignment
Michael Goulet
-7
/
+4
2022-04-04
format cond
Takayuki Maeda
-2
/
+4
2022-04-04
remove unnecessary nested blocks
Takayuki Maeda
-12
/
+8
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-2
/
+2
2022-03-25
resolve: Rename `CrateLint` to `Finalize`
Vadim Petrochenkov
-43
/
+32
2022-03-25
resolve: Stop passing unused spans and node ids to path resolution functions
Vadim Petrochenkov
-52
/
+47
2022-03-25
resolve: Do not build expensive suggestions if they are not actually used
Vadim Petrochenkov
-23
/
+7
2022-03-18
refactor: remove an unnecessary pattern for ignoring all parts
Takayuki Maeda
-1
/
+1
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-3
/
+1
2022-02-12
change to a struct variant
Ellen
-11
/
+16
2022-02-02
Detect `::` -> `:` typo in type argument
Esteban Kuber
-1
/
+5
2022-01-19
Only suggest adding `!` to expressions that can be macro invocation
Esteban Kuber
-0
/
+4
2022-01-15
Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper
bors
-23
/
+62
2022-01-12
Ensure res and module are consistent with each other.
Camille GILLOT
-23
/
+13
2022-01-09
Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillot
Matthias Krüger
-3
/
+10
2022-01-08
Simplify error reporting.
Camille GILLOT
-38
/
+15
2022-01-08
Link impl items to corresponding trait items in late resolver.
Camille GILLOT
-16
/
+88
2022-01-05
Do not resolve blocks in foreign functions
inquisitivecrystal
-3
/
+10
2022-01-03
Rollup merge of #92402 - pr2502:while-let-typo, r=oli-obk
Matthias Krüger
-0
/
+2
2021-12-29
Suggest while let x = y when encountering while x = y
ametisf
-0
/
+2
2021-12-27
Visit patterns' literal expressions before binding new idents
Michael Goulet
-1
/
+4
2021-11-25
Do not visit attributes in `LateResolutionVisitor`.
Camille GILLOT
-0
/
+4
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-17
/
+14
2021-10-21
Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot"
Mark Rousskov
-87
/
+74
2021-10-20
Auto merge of #89100 - petrochenkov:localbind, r=cjgillot
bors
-74
/
+87
2021-10-18
resolve: Use `NameBinding` for local variables and generic parameters
Vadim Petrochenkov
-74
/
+87
2021-10-09
Store lowering outputs per owner.
Camille GILLOT
-3
/
+3
2021-09-29
Suggest similarly named assoc items in trait impls
Hirochika Matsumoto
-8
/
+20
2021-09-24
resolve: Refactor obtaining `Module` from its `DefId`
Vadim Petrochenkov
-1
/
+1
2021-09-24
resolve: Use a single common map for local and foreign modules
Vadim Petrochenkov
-3
/
+1
2021-09-24
resolve: Do not cache nearest parent mod in `ModuleData`
Vadim Petrochenkov
-2
/
+2
2021-09-06
Move `confused_type_with_std_module` to `ResolverOutputs`
Aaron Hill
-3
/
+2
2021-09-04
Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser
bors
-0
/
+16
[prev]
[next]