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
*
Add SubstsBuilder
Florian Diebold
2019-09-26
1
-7
/
+13
*
Resolve trait associated items
Florian Diebold
2019-09-25
1
-1
/
+1
*
Handle associated type shorthand (`T::Item`)
Florian Diebold
2019-09-22
1
-9
/
+88
*
Remove assoc type selection code for now to fix crashes
Florian Diebold
2019-09-17
1
-19
/
+4
*
Small review improvements
Florian Diebold
2019-09-17
1
-5
/
+3
*
Refactor some more
Florian Diebold
2019-09-17
1
-10
/
+24
*
Refactor associated item resolution more
Florian Diebold
2019-09-17
1
-53
/
+66
*
Resolve assoc types on type parameters
Florian Diebold
2019-09-17
1
-21
/
+58
*
Support bare `Trait` without dyn
Florian Diebold
2019-09-14
1
-2
/
+1
*
Specify desirable namespace when calling resolve
Aleksey Kladov
2019-09-13
1
-55
/
+53
*
rename AdtDef -> Adt
Aleksey Kladov
2019-09-12
1
-13
/
+11
*
generalize impl_froms to nested enums
Aleksey Kladov
2019-09-12
1
-19
/
+9
*
make various enums "inherit" from AdtDef
Aleksey Kladov
2019-09-12
1
-29
/
+29
*
start cleaning up the resolution
Aleksey Kladov
2019-09-12
1
-1
/
+1
*
cleanup hir db imports
Aleksey Kladov
2019-09-08
1
-2
/
+3
*
Lower bounds on trait definition, and resolve assoc types from super traits
Florian Diebold
2019-09-07
1
-12
/
+15
*
Make type walking infrastructure a bit nicer
Florian Diebold
2019-09-03
1
-0
/
+1
*
Add support for associated type bindings (`where Trait<Type = X>`)
Florian Diebold
2019-09-03
1
-28
/
+57
*
Add `impl Trait` and `dyn Trait` types
Florian Diebold
2019-08-22
1
-11
/
+54
*
Normalize associated types during inference
Florian Diebold
2019-08-12
1
-5
/
+0
*
Lower fully qualified associated type paths
Florian Diebold
2019-08-12
1
-15
/
+73
*
Some renamings for clarity
Florian Diebold
2019-07-14
1
-2
/
+5
*
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
[next]