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
*
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
*
Move ToChalk -> mapping
Florian Diebold
2021-04-09
1
-1
/
+1
*
Reorganize hir_ty modules
Florian Diebold
2021-04-09
1
-1
/
+2
*
Cleanup
Florian Diebold
2021-04-08
1
-1
/
+5
*
Intern Substitutions
Florian Diebold
2021-04-08
3
-4
/
+4
*
Remove unused
Florian Diebold
2021-04-08
3
-4
/
+3
*
Fix `Canonicalized::apply_solution`
Florian Diebold
2021-04-08
1
-13
/
+16
*
Fix missing match arms
Florian Diebold
2021-04-08
1
-0
/
+1
*
Fix remaining `interned_mut` call
Florian Diebold
2021-04-08
1
-4
/
+6
*
Replace remaining `fold` calls
Florian Diebold
2021-04-08
1
-49
/
+62
*
Replace some `fold` calls
Florian Diebold
2021-04-08
1
-15
/
+4
*
Fix shifted_{in,out} calls
Florian Diebold
2021-04-08
1
-1
/
+1
*
Add HasInterner bounds
Florian Diebold
2021-04-08
1
-4
/
+12
*
Merge #8409
bors[bot]
2021-04-07
3
-3
/
+4
|
\
|
*
Fix return type of Substitution::interned
Florian Diebold
2021-04-07
1
-1
/
+1
|
*
InEnvironment::new takes a reference
Florian Diebold
2021-04-07
1
-1
/
+1
|
*
Move hir_trait_id to extension trait
Florian Diebold
2021-04-07
1
-1
/
+2
*
|
Move `equals_ctor` to `TyExt`
Florian Diebold
2021-04-07
1
-1
/
+2
|
/
*
Remove Ty::substs{_mut}
Florian Diebold
2021-04-07
2
-3
/
+8
*
Remove `SolutionVariables`, add ConstrainedSubst analogous to Chalk
Florian Diebold
2021-04-06
1
-2
/
+9
*
Align `InferenceVar` to Chalk
Florian Diebold
2021-04-06
1
-12
/
+24
*
infer: remove `record_pat_field_resolutions` field
Jonas Schievink
2021-04-06
1
-6
/
+0
*
infer: remove `record_field_resolutions` field
Jonas Schievink
2021-04-06
2
-9
/
+6
*
Merge #8364
bors[bot]
2021-04-06
2
-4
/
+10
|
\
|
*
Use Box'es to reduce the size of hir_def::expr::Pat from 112 to 64 bytes on 6...
Alexandru Macovei
2021-04-06
1
-2
/
+2
|
*
Use Box'es to reduce size of hir_def::expr::Expr from 128 to 72 bytes (on 64b...
Alexandru Macovei
2021-04-06
1
-2
/
+8
*
|
Move Ty accessors to TyExt
Lukas Wirth
2021-04-06
4
-4
/
+7
*
|
Add chalk_ir::Const to TyKind::Array
Lukas Wirth
2021-04-06
3
-10
/
+16
*
|
Use a constructor function for Static lifetimes
Lukas Wirth
2021-04-06
2
-22
/
+14
*
|
Add Lifetime to TyKind::Ref
Lukas Wirth
2021-04-06
4
-18
/
+32
|
/
*
Fix shifting of binders in FnPointer
Florian Diebold
2021-04-05
1
-2
/
+4
*
Align FnPointer with Chalk
Florian Diebold
2021-04-05
2
-7
/
+7
*
Substitution::prefix -> subst_prefix
Florian Diebold
2021-04-05
1
-2
/
+4
[next]