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
/
pat.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
clippy::redundant_clone fixes
Laurențiu Nicola
2021-05-26
1
-5
/
+4
*
Get rid of resolve_ty_as_possible
Florian Diebold
2021-05-21
1
-10
/
+9
*
internal: Record mismatches of pattern types.
Dawer
2021-05-19
1
-2
/
+5
*
Fix false positive "Missing match arm".
Dawer
2021-05-14
1
-4
/
+5
*
Intern Substitutions
Florian Diebold
2021-04-08
1
-2
/
+2
*
Fix return type of Substitution::interned
Florian Diebold
2021-04-07
1
-1
/
+1
*
Remove Ty::substs{_mut}
Florian Diebold
2021-04-07
1
-2
/
+4
*
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
1
-4
/
+4
*
Merge #8364
bors[bot]
2021-04-06
1
-2
/
+2
|
\
|
*
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
*
|
Move Ty accessors to TyExt
Lukas Wirth
2021-04-06
1
-1
/
+1
*
|
Add chalk_ir::Const to TyKind::Array
Lukas Wirth
2021-04-06
1
-5
/
+8
*
|
Use a constructor function for Static lifetimes
Lukas Wirth
2021-04-06
1
-9
/
+6
*
|
Add Lifetime to TyKind::Ref
Lukas Wirth
2021-04-06
1
-8
/
+12
|
/
*
Add Interner parameter to Binders::substitute
Florian Diebold
2021-04-05
1
-3
/
+6
*
Binders::subst -> substitute
Florian Diebold
2021-04-05
1
-2
/
+2
*
Move things in hir_ty into submodules
Florian Diebold
2021-04-04
1
-2
/
+2
*
Add TyBuilder::adt
Florian Diebold
2021-04-04
1
-19
/
+7
*
Rename Ty::interned to Ty::kind
Florian Diebold
2021-04-03
1
-1
/
+1
*
Introduce `GenericArg` like in Chalk
Florian Diebold
2021-04-03
1
-7
/
+10
*
Fix box pattern inference panic
Lukas Wirth
2021-03-21
1
-6
/
+26
*
clippy::complexity simplifications related to Iterators
Matthias Krüger
2021-03-21
1
-1
/
+1
*
Rename Substs -> Substitution
Florian Diebold
2021-03-16
1
-5
/
+7
*
Don't use Substs for Ref/Raw/Array/Slice
Florian Diebold
2021-03-14
1
-5
/
+5
*
Make Ty wrap TyKind in an Arc
Florian Diebold
2021-03-14
1
-6
/
+6
*
Separate `Ty` and `TyKind` like in Chalk
Florian Diebold
2021-03-13
1
-20
/
+21
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-2
/
+1
*
Use chalk_ir::AdtId
Lukas Wirth
2021-03-04
1
-1
/
+1
*
Use chalk_ir::Mutability
Lukas Wirth
2021-03-01
1
-5
/
+6
*
Turn Ty::Tuple variant into a tuple-variant
Lukas Wirth
2021-02-28
1
-1
/
+1
*
Inline TypeCtor into Ty
Lukas Wirth
2021-02-28
1
-15
/
+12
*
Implement const pat inference
Lukas Wirth
2020-12-23
1
-1
/
+5
*
Properly infer tuple struct patterns when encountering ellipsis
Lukas Wirth
2020-11-24
1
-9
/
+22
*
Properly infer tuple patterns when encountering ellipsis
Lukas Wirth
2020-11-24
1
-8
/
+17
*
Implement box pattern inference
Jonas Schievink
2020-09-12
1
-1
/
+13
*
Rename record_field_pat to record_pat_field
Pavan Kumar Sunkara
2020-09-10
1
-1
/
+1
*
Rename ra_hir_ty -> hir_ty
Aleksey Kladov
2020-08-13
1
-0
/
+241