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
/
diagnostics
/
unsafe_check.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
internal: move diagnostics to hir
Aleksey Kladov
2021-05-25
1
-2
/
+2
*
Record method call substs and use them in call info
Florian Diebold
2021-05-23
1
-1
/
+1
*
Move Ty accessors to TyExt
Lukas Wirth
2021-04-06
1
-1
/
+3
*
Use bitflags to compress function properties
Jonas Schievink
2021-04-03
1
-3
/
+3
*
Rename Ty::interned to Ty::kind
Florian Diebold
2021-04-03
1
-1
/
+1
*
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
1
-1
/
+1
*
Introduce FunctionQualifier for hir::FunctionData
oxalica
2021-03-15
1
-3
/
+3
*
Use chalk_ir::FnDefId
Florian Diebold
2021-03-13
1
-1
/
+1
*
Separate `Ty` and `TyKind` like in Chalk
Florian Diebold
2021-03-13
1
-2
/
+2
*
Introduce Ty::Alias
Lukas Wirth
2021-03-01
1
-1
/
+1
*
Inline TypeCtor into Ty
Lukas Wirth
2021-02-28
1
-4
/
+2
*
Classify function calls as functions when shadowed by types
Lukas Wirth
2021-01-28
1
-9
/
+3
*
Deny unreachable-pub
Aleksey Kladov
2020-11-02
1
-4
/
+4
*
Move safe intrinsic tests
Francesco Zardi
2020-10-21
1
-0
/
+18
*
Code style adjustments
Igor Aleksanov
2020-10-12
1
-3
/
+3
*
Rename ra_hir_ty -> hir_ty
Aleksey Kladov
2020-08-13
1
-0
/
+205