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
/
expr
/
validation.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
1
-0
/
+2
*
Define known paths and group names
uHOOCCOOHu
2019-09-15
1
-6
/
+2
*
Support path starting with a type
uHOOCCOOHu
2019-09-15
1
-9
/
+5
*
rename AdtDef -> Adt
Aleksey Kladov
2019-09-12
1
-3
/
+3
*
make various enums "inherit" from AdtDef
Aleksey Kladov
2019-09-12
1
-2
/
+1
*
start cleaning up the resolution
Aleksey Kladov
2019-09-12
1
-6
/
+5
*
cleanup hir db imports
Aleksey Kladov
2019-09-08
1
-1
/
+2
*
Correctly build BodySourceMap for macro-expanded expressions
Aleksey Kladov
2019-09-03
1
-25
/
+22
*
fix hir for new block syntax
Aleksey Kladov
2019-09-02
1
-5
/
+8
*
Small fixes
Kirill Bulatov
2019-08-26
1
-1
/
+6
*
Fix 'missing Ok in tail expr' validation
Florian Diebold
2019-08-26
1
-3
/
+4
*
Simplify checking return type, add new test
Phil Ellison
2019-08-25
1
-21
/
+4
*
Cast SyntaxNodePtr to AstPtr directly
Phil Ellison
2019-08-25
1
-14
/
+3
*
Remove reliance on expr ordering
Phil Ellison
2019-08-25
1
-10
/
+4
*
cargo format
Phil Ellison
2019-08-25
1
-13
/
+12
*
Check type rather than just name in ok-wrapping diagnostic. Add test for hand...
Phil Ellison
2019-08-25
1
-8
/
+38
*
Mock std String and Result types in tests for ok-wrapping diagnostic
Phil Ellison
2019-08-25
1
-2
/
+0
*
Add type_mismatches to InferenceResult and use this in ok-wrapping code fix
Phil Ellison
2019-08-25
1
-6
/
+8
*
Initial implementation of Ok-wrapping
Phil Ellison
2019-08-25
1
-2
/
+54
*
rename struct -> record, pos -> tuple
Aleksey Kladov
2019-08-23
1
-8
/
+8
*
migrate ra_hir to the new rowan
Aleksey Kladov
2019-07-19
1
-1
/
+1
*
make Parse fields private
Aleksey Kladov
2019-07-12
1
-1
/
+2
*
Clippy trivially_copy_pass_by_ref
Jeremy Kolb
2019-07-05
1
-2
/
+2
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-6
/
+5
*
remove inherent source impls
Aleksey Kladov
2019-06-11
1
-1
/
+1
*
use Source for Function
Aleksey Kladov
2019-06-11
1
-1
/
+1
*
Fix clippy::single_char_pattern
Alan Du
2019-06-04
1
-5
/
+2
*
Fix clippy::into_iter_on_ref
Alan Du
2019-06-04
1
-1
/
+1
*
Fix clippy::ptr_arg
Alan Du
2019-06-04
1
-1
/
+1
*
fix syntax errors in tests
Aleksey Kladov
2019-05-28
1
-1
/
+1
*
simplify
Aleksey Kladov
2019-05-20
1
-38
/
+39
*
make AstId untyped
Aleksey Kladov
2019-05-13
1
-1
/
+1
*
fill struct fields diagnostic
Sergey Parilin
2019-05-06
1
-0
/
+92