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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Some remaining cleanups
Florian Diebold
2021-05-21
3
-18
/
+13
*
Fix test after rebase
Florian Diebold
2021-05-21
1
-1
/
+1
*
Record type mismatches for failed coercions in match etc.
Florian Diebold
2021-05-21
2
-15
/
+21
*
Refactor expectation handling
Florian Diebold
2021-05-21
3
-54
/
+88
*
Remove TypeVariableTable
Florian Diebold
2021-05-21
2
-56
/
+48
*
Deal with goals arising from unification
Florian Diebold
2021-05-21
4
-18
/
+21
*
Get rid of resolve_ty_as_possible
Florian Diebold
2021-05-21
8
-88
/
+56
*
Make resolve_ty_shallow return Ty
Florian Diebold
2021-05-21
3
-14
/
+7
*
Rework obligation handling
Florian Diebold
2021-05-21
10
-139
/
+234
*
Fix another panic
Florian Diebold
2021-05-21
1
-17
/
+15
*
Improve debug printing without TLS
Florian Diebold
2021-05-21
2
-158
/
+21
*
Fix panic
Florian Diebold
2021-05-21
1
-1
/
+4
*
Fix HIR expecting errors to unify with anything
Florian Diebold
2021-05-21
2
-2
/
+62
*
Fix if/else coercion
Florian Diebold
2021-05-21
1
-1
/
+4
*
Make diverging type variables work again
Florian Diebold
2021-05-21
2
-0
/
+23
*
Fix handling of diverging branches in match coercion
Florian Diebold
2021-05-21
2
-4
/
+52
*
Fix coercion of two closures to a function pointer
Florian Diebold
2021-05-21
4
-56
/
+48
*
Update tests with expected changes
Florian Diebold
2021-05-21
2
-40
/
+34
*
Make type resolver a proper folder, make it resolve consts as well
Florian Diebold
2021-05-21
1
-48
/
+117
*
Fix fallback to bound vars in `unify`
Florian Diebold
2021-05-21
1
-45
/
+78
*
Better Debug impl for InternedWrapper
Florian Diebold
2021-05-21
1
-1
/
+7
*
Temporary fix for unknown expectations
Florian Diebold
2021-05-21
2
-0
/
+8
*
Fix warnings & format
Florian Diebold
2021-05-21
3
-20
/
+11
*
Rewrite coercion using the new unification
Florian Diebold
2021-05-21
6
-105
/
+371
*
Remove our unification code, use Chalk's instead
Florian Diebold
2021-05-21
8
-438
/
+125
*
Check patterns for type match recursively.
Dawer
2021-05-19
2
-2
/
+30
*
internal: Record mismatches of pattern types.
Dawer
2021-05-19
6
-11
/
+93
*
Merge #8813
bors[bot]
2021-05-16
11
-103
/
+251
|
\
|
*
Address final feedback
Jade
2021-05-16
3
-31
/
+17
|
*
Add more tests, refactor array lengths/consteval work
Jade
2021-05-14
5
-34
/
+179
|
*
Test lowering byte strings some more
Jade
2021-05-13
1
-14
/
+25
|
*
Add support for lengths in array repeats, if they are literals
Jade
2021-05-13
2
-7
/
+17
|
*
Support length for ByteStrings
Jade
2021-05-13
2
-8
/
+16
|
*
Add lowering of array lengths in types
Jade
2021-05-13
9
-76
/
+64
*
|
Fix false positive "Missing match arm".
Dawer
2021-05-14
3
-5
/
+7
|
/
*
Merge #8799
bors[bot]
2021-05-12
11
-109
/
+155
|
\
|
*
address review by @eddyb
Jade
2021-05-11
2
-2
/
+3
|
*
Add basic support for array lengths in types
Jade
2021-05-11
11
-109
/
+154
*
|
Merge #8398
bors[bot]
2021-05-11
3
-2
/
+51
|
\
\
|
|
/
|
/
|
|
*
Add a test for conditionally compiled tails
Daniel McNab
2021-05-03
1
-0
/
+49
|
*
Fix inference with conditionally compiled tails
Daniel McNab
2021-05-03
2
-2
/
+2
*
|
Correctly support SelfType when searching for usages
Lukas Wirth
2021-05-08
1
-2
/
+34
*
|
Reuse database in LowerCtx
Jonas Schievink
2021-05-06
1
-1
/
+1
*
|
Don't store call-site text offsets in hygiene info
Jonas Schievink
2021-05-06
1
-2
/
+2
|
/
*
Don't look in super traits for <T as Trait>::Assoc
Florian Diebold
2021-04-29
2
-7
/
+14
*
Rewrite all_super_trait_refs as an iterator
Florian Diebold
2021-04-29
1
-18
/
+34
*
Handle cycles in generic_defaults more gracefully
Florian Diebold
2021-04-29
2
-0
/
+22
*
Add test for #8686
Florian Diebold
2021-04-29
1
-0
/
+30
*
fix: closure unify without check ClosureId
Comonad
2021-04-29
2
-0
/
+40
*
Bump chalk
Laurențiu Nicola
2021-04-21
1
-3
/
+3
[prev]
[next]