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
/
infer
Commit message (
Expand
)
Author
Age
Files
Lines
*
cargo fmt
Maan2003
2021-06-13
1
-7
/
+1
*
clippy::redundant_field_names
Maan2003
2021-06-13
1
-1
/
+1
*
clippy::redudant_borrow
Maan2003
2021-06-13
4
-11
/
+11
*
Fix coercion in match with expected type
Florian Diebold
2021-06-12
1
-1
/
+6
*
Merge #9105
bors[bot]
2021-06-03
1
-0
/
+7
|
\
|
*
internal: implement pattern adjustments.
Dawer
2021-06-01
1
-0
/
+7
*
|
Fix bind patterns always being treated as ref taking patterns
Lukas Wirth
2021-06-02
1
-0
/
+4
|
/
*
hir_ty: use correct receiver_ty in method resolution
cynecx
2021-05-31
1
-11
/
+2
*
Update salsa
Jonas Schievink
2021-05-27
1
-1
/
+1
*
Merge #9007
bors[bot]
2021-05-26
3
-17
/
+15
|
\
|
*
clippy::redundant_clone fixes
Laurențiu Nicola
2021-05-26
3
-17
/
+15
*
|
Fix type mismatch caused by macros
Florian Diebold
2021-05-25
1
-1
/
+1
|
/
*
Record method call substs and use them in call info
Florian Diebold
2021-05-23
2
-18
/
+23
*
Resolve any lifetime variables to 'static after inference
Florian Diebold
2021-05-22
1
-1
/
+13
*
Clean up visibilities
Florian Diebold
2021-05-21
1
-10
/
+10
*
Some remaining cleanups
Florian Diebold
2021-05-21
2
-14
/
+13
*
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
2
-34
/
+49
*
Remove TypeVariableTable
Florian Diebold
2021-05-21
2
-56
/
+48
*
Deal with goals arising from unification
Florian Diebold
2021-05-21
2
-14
/
+17
*
Get rid of resolve_ty_as_possible
Florian Diebold
2021-05-21
5
-62
/
+30
*
Make resolve_ty_shallow return Ty
Florian Diebold
2021-05-21
2
-11
/
+6
*
Rework obligation handling
Florian Diebold
2021-05-21
4
-31
/
+157
*
Fix another panic
Florian Diebold
2021-05-21
1
-17
/
+15
*
Fix panic
Florian Diebold
2021-05-21
1
-1
/
+4
*
Fix HIR expecting errors to unify with anything
Florian Diebold
2021-05-21
1
-2
/
+6
*
Fix if/else coercion
Florian Diebold
2021-05-21
1
-1
/
+4
*
Make diverging type variables work again
Florian Diebold
2021-05-21
1
-0
/
+20
*
Fix handling of diverging branches in match coercion
Florian Diebold
2021-05-21
1
-4
/
+13
*
Fix coercion of two closures to a function pointer
Florian Diebold
2021-05-21
1
-19
/
+31
*
Update tests with expected changes
Florian Diebold
2021-05-21
1
-3
/
+0
*
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
*
Temporary fix for unknown expectations
Florian Diebold
2021-05-21
1
-0
/
+4
*
Fix warnings & format
Florian Diebold
2021-05-21
2
-17
/
+8
*
Rewrite coercion using the new unification
Florian Diebold
2021-05-21
2
-96
/
+342
*
Remove our unification code, use Chalk's instead
Florian Diebold
2021-05-21
4
-414
/
+109
*
internal: Record mismatches of pattern types.
Dawer
2021-05-19
2
-6
/
+10
*
Merge #8813
bors[bot]
2021-05-16
1
-20
/
+12
|
\
|
*
Address final feedback
Jade
2021-05-16
1
-3
/
+2
|
*
Add more tests, refactor array lengths/consteval work
Jade
2021-05-14
1
-33
/
+8
|
*
Add support for lengths in array repeats, if they are literals
Jade
2021-05-13
1
-6
/
+16
|
*
Support length for ByteStrings
Jade
2021-05-13
1
-6
/
+14
|
*
Add lowering of array lengths in types
Jade
2021-05-13
1
-4
/
+4
*
|
Fix false positive "Missing match arm".
Dawer
2021-05-14
1
-4
/
+5
|
/
*
Merge #8799
bors[bot]
2021-05-12
1
-6
/
+20
|
\
|
*
address review by @eddyb
Jade
2021-05-11
1
-1
/
+1
|
*
Add basic support for array lengths in types
Jade
2021-05-11
1
-6
/
+20
*
|
Fix inference with conditionally compiled tails
Daniel McNab
2021-05-03
1
-1
/
+1
|
/
*
fix: closure unify without check ClosureId
Comonad
2021-04-29
1
-0
/
+4
[next]