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
/
ra_hir
/
src
/
ty
/
lower.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start handling environment in trait resolution
Florian Diebold
2019-07-08
1
-0
/
+12
*
Make EnumVariant a GenericDef and simplify some code
Florian Diebold
2019-07-06
1
-0
/
+10
*
Add trait obligations for where clauses when calling functions/methods
Florian Diebold
2019-07-06
1
-6
/
+4
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-11
/
+10
*
rename XSignature -> XData
Aleksey Kladov
2019-06-18
1
-8
/
+7
*
Add basic infrastructure for assoc type projection
Florian Diebold
2019-06-15
1
-1
/
+1
*
somewhat better name
Aleksey Kladov
2019-06-08
1
-2
/
+2
*
add tests for primitive types
Aleksey Kladov
2019-05-30
1
-2
/
+1
*
add built-in types to scopes
Aleksey Kladov
2019-05-30
1
-16
/
+0
*
add ModuleDef::BuiltInType
Aleksey Kladov
2019-05-30
1
-5
/
+31
*
add union to code_model
Aleksey Kladov
2019-05-23
1
-2
/
+8
*
remove minor code duplication
Aleksey Kladov
2019-05-20
1
-18
/
+14
*
Use normal iteration instead of walk_mut
Edwin Cheng
2019-05-20
1
-8
/
+5
*
Add infer for generic default type
Edwin Cheng
2019-05-19
1
-13
/
+46
*
Handle where clauses in trait solving
Florian Diebold
2019-05-11
1
-8
/
+45
*
Differentiate Tuple / FnPtr type constructors by cardinality
Florian Diebold
2019-05-04
1
-2
/
+5
*
Chalk integration
Florian Diebold
2019-05-04
1
-18
/
+12
*
Extract generic_params method to a HasGenericParams trait
Florian Diebold
2019-04-14
1
-2
/
+2
*
Some cleanup
Florian Diebold
2019-04-14
1
-2
/
+5
*
More trait infrastructure
Florian Diebold
2019-04-14
1
-1
/
+8
*
Get substs for trait refs in impl blocks
Florian Diebold
2019-04-14
1
-25
/
+70
*
replace todo with fixme
Aleksey Kladov
2019-03-23
1
-3
/
+3
*
Refactor primitive types into more orthogonal representation
yanchith
2019-03-22
1
-4
/
+4
*
TypeName => TypeCtor
Florian Diebold
2019-03-21
1
-18
/
+18
*
Remove the old variants replaced by Ty::Apply
Florian Diebold
2019-03-21
1
-20
/
+18
*
Represent FnPtr and Tuple using Substs
Florian Diebold
2019-03-21
1
-2
/
+2
*
make Name::new private
Aleksey Kladov
2019-03-20
1
-2
/
+2
*
Remove FnSig from FnDef type
Florian Diebold
2019-03-16
1
-6
/
+12
*
Refactor FnSig a bit
Florian Diebold
2019-03-16
1
-25
/
+45
*
Replace Display by a pretty printing trait for Ty
Florian Diebold
2019-03-16
1
-17
/
+6
*
Add static type inference
Ville Penttinen
2019-02-25
1
-4
/
+17
*
Add const type inference
Ville Penttinen
2019-02-25
1
-5
/
+17
*
Rename Type => TypeAlias
Florian Diebold
2019-02-24
1
-9
/
+9
*
Implement support for type aliases
Florian Diebold
2019-02-24
1
-9
/
+23
*
Refactor associated method resolution a bit and make it work with generics
Florian Diebold
2019-02-23
1
-26
/
+41
*
Split ty.rs into several modules
Florian Diebold
2019-02-23
1
-0
/
+318