index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
hir_ty
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Correct binding pattern's type; handle invalid records.
Dawer
2021-05-31
1
-5
/
+55
|
*
Take substitutions into account.
Dawer
2021-05-31
3
-14
/
+33
|
*
eprint panic context
Dawer
2021-05-31
3
-14
/
+36
|
*
minor: doc comment pat_util
Dawer
2021-05-31
1
-0
/
+4
|
*
Test match guards, reference patterns
Dawer
2021-05-31
1
-0
/
+51
|
*
Box field detection; test #[non-exhaustive] attribute
Dawer
2021-05-31
3
-10
/
+52
|
*
Better tests: check if match checking bails out.
Dawer
2021-05-31
2
-1
/
+69
|
*
Replace the old match checking algorithm
Dawer
2021-05-31
7
-1927
/
+311
|
*
Include old tests
Dawer
2021-05-31
1
-69
/
+597
|
*
Don't panic on a pattern of unresolved ADT variant.
Dawer
2021-05-31
2
-50
/
+14
|
*
Clean up, more docs.
Dawer
2021-05-31
4
-101
/
+383
|
*
Check pattern types.
Dawer
2021-05-31
3
-30
/
+85
|
*
Expand binding patterns.
Dawer
2021-05-31
2
-6
/
+110
|
*
Fix visibility warnings
Dawer
2021-05-31
3
-12
/
+12
|
*
Lower binding pattern
Dawer
2021-05-31
2
-9
/
+28
|
*
Lower bool literals
Dawer
2021-05-31
2
-13
/
+29
|
*
Treat ctor of unhandled type as non-exhaustive.
Dawer
2021-05-31
2
-4
/
+24
|
*
Lower Pat::Path
Dawer
2021-05-31
1
-0
/
+18
|
*
Do not do match check if lowering failed.
Dawer
2021-05-31
1
-2
/
+19
|
*
Fix panics on pattern_arena.borrow with ugly cloning
Dawer
2021-05-31
2
-16
/
+15
|
*
Basic lowering hir_def::exrp::Pat -> typed HIR.
Dawer
2021-05-31
5
-164
/
+387
|
*
Handle unordered fields in struct patterns
Dawer
2021-05-31
1
-2
/
+12
|
*
Complete field replacing
Dawer
2021-05-31
1
-2
/
+7
|
*
Support bool literal patterns
Dawer
2021-05-31
2
-9
/
+182
|
*
Check enum patterns
Dawer
2021-05-31
3
-6
/
+124
|
*
Build wildcard witnesses instead of panicking
Dawer
2021-05-31
1
-8
/
+8
|
*
Implement struct ctor application
Dawer
2021-05-31
4
-68
/
+120
|
*
Add remaining Constructor variants
Dawer
2021-05-31
1
-14
/
+56
|
*
Complete usefulness::SubPatSet impl
Dawer
2021-05-31
1
-3
/
+71
|
*
List useless patterns in a useful match arm
Dawer
2021-05-31
1
-9
/
+58
|
*
Remove unneeded indirection on PatCtxt
Dawer
2021-05-31
3
-24
/
+24
|
*
Enable generation of non-exhaustiveness witnesses
Dawer
2021-05-31
3
-13
/
+76
|
*
Update match checking.
Dawer
2021-05-31
5
-1
/
+1470
*
|
hir_ty: use correct receiver_ty in method resolution
cynecx
2021-05-31
3
-12
/
+82
|
/
*
minor: it's Parameter, not Argument
Aleksey Kladov
2021-05-31
2
-5
/
+5
*
fix: avoid panics in match case diagnostic
Aleksey Kladov
2021-05-31
1
-108
/
+33
*
Merge #8866
bors[bot]
2021-05-31
2
-2
/
+2
|
\
|
*
Update salsa
Jonas Schievink
2021-05-27
2
-2
/
+2
*
|
hir_ty: don't pass where clauses of associated types down to chalk (temp. fix...
cynecx
2021-05-30
2
-11
/
+28
*
|
hir_ty: use async ret type for inference inside async bodies
cynecx
2021-05-29
2
-1
/
+56
*
|
Remove fragment kind knowledge from builtin macros
Jonas Schievink
2021-05-29
1
-0
/
+18
*
|
Move hir_ty incremental test to its own file
Jonas Schievink
2021-05-27
2
-44
/
+52
|
/
*
Merge #9007
bors[bot]
2021-05-26
3
-17
/
+15
|
\
|
*
clippy::redundant_clone fixes
Laurențiu Nicola
2021-05-26
3
-17
/
+15
*
|
Merge #8973
bors[bot]
2021-05-25
7
-15
/
+125
|
\
\
|
*
|
internal: move diagnostics to hir
Aleksey Kladov
2021-05-25
7
-15
/
+125
*
|
|
Consider trait to be in scope for trait-impl
Lukas Wirth
2021-05-25
2
-0
/
+32
*
|
|
Merge #8987
bors[bot]
2021-05-25
2
-4
/
+28
|
\
\
\
|
*
|
|
Hide `-> ()` in Fn traits
Florian Diebold
2021-05-25
2
-5
/
+7
|
*
|
|
Fix lowering of FnOnce() without return type
Florian Diebold
2021-05-25
1
-5
/
+27
|
|
/
/
[prev]
[next]