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
/
expr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move things from `traits` module to `types` as well
Florian Diebold
2021-04-04
1
-3
/
+3
*
Move things in hir_ty into submodules
Florian Diebold
2021-04-04
1
-5
/
+1
*
Replace last uses of SubstsBuilder by TyBuilder
Florian Diebold
2021-04-04
1
-2
/
+1
*
Some more TyBuilder use
Florian Diebold
2021-04-04
1
-29
/
+25
*
Add TyBuilder::adt
Florian Diebold
2021-04-04
1
-17
/
+10
*
Add TyBuilder::unit() and TyExt::is_unit()
Florian Diebold
2021-04-04
1
-11
/
+11
*
Rename Ty::interned to Ty::kind
Florian Diebold
2021-04-03
1
-6
/
+6
*
Introduce `GenericArg` like in Chalk
Florian Diebold
2021-04-03
1
-10
/
+14
*
Don't recheck obligations if we have learned nothing new
Florian Diebold
2021-04-01
1
-3
/
+3
*
internal: ensure that runaway type-inference doesn't block the main loop
Aleksey Kladov
2021-03-29
1
-0
/
+2
*
Fix recursive macro statement expansion
Edwin Cheng
2021-03-25
1
-0
/
+1
*
Merge #7907
bors[bot]
2021-03-24
1
-12
/
+33
|
\
|
*
hir_ty: don't call write_field_resolution when field candidate isn't visible
cynecx
2021-03-24
1
-6
/
+4
|
*
hir_ty: introduce visible_from_module param into method resolution
cynecx
2021-03-20
1
-0
/
+1
|
*
hir_ty: check field visibility while iterating through autoderef candidates
cynecx
2021-03-20
1
-14
/
+36
*
|
Merge #8139
bors[bot]
2021-03-22
1
-8
/
+8
|
\
\
|
*
|
Align InEnvironment with Chalk
Florian Diebold
2021-03-21
1
-8
/
+8
*
|
|
Merge #8136 #8146
bors[bot]
2021-03-22
1
-1
/
+4
|
\
|
|
|
*
|
Use QuantifiedWhereClause in generic_predicates as well
Florian Diebold
2021-03-21
1
-1
/
+4
|
|
/
*
/
Fix box pattern inference panic
Lukas Wirth
2021-03-21
1
-3
/
+3
|
/
*
Turn Obligation into something similar to chalk_ir::DomainGoal
Florian Diebold
2021-03-20
1
-14
/
+11
*
Chalkify TraitRef
Florian Diebold
2021-03-18
1
-4
/
+9
*
Rename Substs -> Substitution
Florian Diebold
2021-03-16
1
-18
/
+19
*
Merge #8018
bors[bot]
2021-03-15
1
-12
/
+9
|
\
|
*
Don't use Substs for Ref/Raw/Array/Slice
Florian Diebold
2021-03-14
1
-11
/
+8
|
*
Make Ty wrap TyKind in an Arc
Florian Diebold
2021-03-14
1
-1
/
+1
*
|
Simplify source maps for fields
Aleksey Kladov
2021-03-15
1
-3
/
+2
|
/
*
Use chalk_ir::FnSig
Florian Diebold
2021-03-14
1
-1
/
+1
*
Rename some fields to their Chalk names
Florian Diebold
2021-03-14
1
-2
/
+2
*
Use chalk_ir::OpaqueTyId
Florian Diebold
2021-03-13
1
-3
/
+4
*
Use chalk_ir::ClosureId
Florian Diebold
2021-03-13
1
-1
/
+2
*
Use chalk_ir::FnDefId
Florian Diebold
2021-03-13
1
-3
/
+4
*
Use chalk_ir::AssocTypeId
Florian Diebold
2021-03-13
1
-2
/
+5
*
Separate `Ty` and `TyKind` like in Chalk
Florian Diebold
2021-03-13
1
-102
/
+133
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-2
/
+1
*
Use chalk_ir::AdtId
Lukas Wirth
2021-03-04
1
-12
/
+12
*
Use chalk_ir::Mutability
Lukas Wirth
2021-03-01
1
-9
/
+12
*
Introduce Ty::Alias
Lukas Wirth
2021-03-01
1
-1
/
+1
*
Being Ty::InferenceVar closes to chalk equivalent
Lukas Wirth
2021-03-01
1
-6
/
+7
*
Merge #7816
bors[bot]
2021-02-28
1
-8
/
+7
|
\
|
*
Lift FnPointer into a struct
Lukas Wirth
2021-02-28
1
-8
/
+7
*
|
hir_ty: use default type generic for box expressions
cynecx
2021-02-28
1
-0
/
+6
|
/
*
Turn Ty::Tuple variant into a tuple-variant
Lukas Wirth
2021-02-28
1
-4
/
+4
*
Inline TypeCtor into Ty
Lukas Wirth
2021-02-28
1
-143
/
+95
*
Use chalk_ir::Scalar directly
Lukas Wirth
2021-02-28
1
-6
/
+10
*
Introduce TypeCtor::Scalar
Lukas Wirth
2021-02-28
1
-17
/
+46
*
Put the old resolver back
Jonas Schievink
2021-02-10
1
-3
/
+8
*
infer: update resolver when descending into block
Jonas Schievink
2021-02-10
1
-16
/
+20
*
Use block_def_map in body lowering
Jonas Schievink
2021-02-03
1
-1
/
+1
*
Revert "Use block_def_map in body lowering"
Jonas Schievink
2021-02-02
1
-1
/
+1
[next]