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
/
autoderef.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SubstsBuilder
Florian Diebold
2019-09-26
1
-6
/
+8
*
Define known paths and group names
uHOOCCOOHu
2019-09-15
1
-1
/
+1
*
cleanup hir db imports
Aleksey Kladov
2019-09-08
1
-1
/
+1
*
Lower bounds on trait definition, and resolve assoc types from super traits
Florian Diebold
2019-09-07
1
-2
/
+2
*
Make type walking infrastructure a bit nicer
Florian Diebold
2019-09-03
1
-1
/
+1
*
Some renamings for clarity
Florian Diebold
2019-07-14
1
-1
/
+1
*
Unify `normalize` and `implements` to simplify code
Florian Diebold
2019-07-08
1
-2
/
+4
*
Use environment for associated type normalization as well
Florian Diebold
2019-07-08
1
-1
/
+5
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-2
/
+2
*
Simplifications / cleanup from review
Florian Diebold
2019-06-16
1
-1
/
+3
*
Check that Deref has the right number of parameters
Florian Diebold
2019-06-15
1
-2
/
+7
*
Somewhat handle variables in the derefed type, and add another test
Florian Diebold
2019-06-15
1
-5
/
+19
*
Implement autoderef using the Deref trait
Florian Diebold
2019-06-15
1
-9
/
+59
*
replace usages of `algo::generate` with `iter::successors` from std
Robin Freyler
2019-04-13
1
-2
/
+2
*
replace todo with fixme
Aleksey Kladov
2019-03-23
1
-1
/
+1
*
Fix typos in ARCHITECTURE.md and a number of crates
Marcus Klaas de Vries
2019-01-09
1
-1
/
+1
*
Implement autoderef for field accesses
Florian Diebold
2019-01-07
1
-0
/
+21