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
/
src
/
display.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Interner parameter to Binders::substitute
Florian Diebold
2021-04-05
1
-1
/
+3
*
Binders::subst -> substitute
Florian Diebold
2021-04-05
1
-1
/
+1
*
Replace Substitution::type_params
Florian Diebold
2021-04-04
1
-2
/
+2
*
Use bitflags to compress function properties
Jonas Schievink
2021-04-03
1
-9
/
+8
*
Global TypeRef/TraitRef interning
Jonas Schievink
2021-04-01
1
-1
/
+1
*
Align InEnvironment with Chalk
Florian Diebold
2021-03-21
1
-1
/
+1
*
Use QuantifiedWhereClause in generic_predicates as well
Florian Diebold
2021-03-21
1
-5
/
+1
*
Introduce QuantifiedWhereClause and DynTy analogous to Chalk
Florian Diebold
2021-03-21
1
-1
/
+5
*
Rename Substs -> Substitution
Florian Diebold
2021-03-16
1
-2
/
+2
*
Implement HirDisplay for some more types
Lukas Wirth
2021-03-16
1
-2
/
+28
*
Pretty print root module of extern crates
oxalica
2021-03-15
1
-0
/
+4
*
Fix trait type parameter
oxalica
2021-03-15
1
-1
/
+7
*
Use hir formatter more
oxalica
2021-03-15
1
-2
/
+178
*
Impl HirDisplay for function hover message
oxalica
2021-03-15
1
-2
/
+232
*
Collect HirDisplay impls to a single file
oxalica
2021-03-15
1
-0
/
+25