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_syntax
/
src
/
ast
/
make.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run cargo +nightly fix --clippy -Z unstable-options
Kirill Bulatov
2020-02-18
1
-1
/
+1
*
Init implementation of structural search replace
Mikhail Modin
2020-02-14
1
-1
/
+1
*
Cleanup early return assist
Aleksey Kladov
2020-02-07
1
-8
/
+21
*
Generalize invert_if to just always work
Aleksey Kladov
2020-02-07
1
-1
/
+5
*
A tiny bit more consistent API
Aleksey Kladov
2020-02-06
1
-1
/
+1
*
Refactor if-let -> match assist to use ast::make
Aleksey Kladov
2020-02-05
1
-3
/
+10
*
Make sure that newly created nodes are the root of the tree
Aleksey Kladov
2020-02-04
1
-2
/
+11
*
More orthogonal path editing
Aleksey Kladov
2020-01-15
1
-16
/
+2
*
Slightly more fluent API
Aleksey Kladov
2020-01-15
1
-13
/
+13
*
Qualify paths in 'fill match arms' assist
Florian Diebold
2020-01-12
1
-2
/
+3
*
Fix ordering problem between qualifying paths and substituting params
Florian Diebold
2020-01-11
1
-2
/
+9
*
Handle type args
Florian Diebold
2020-01-11
1
-0
/
+7
*
Clippy lints
kjeremy
2019-12-20
1
-2
/
+1
*
do refact and fix some issue
bravomikekilo
2019-11-24
1
-2
/
+13
*
Make make:: builders slightly more convenient
Aleksey Kladov
2019-11-13
1
-8
/
+11
*
Use strongly-typed ast building for early-return assist
Aleksey Kladov
2019-11-13
1
-21
/
+31
*
Support paths other than "Some".
krk
2019-11-01
1
-2
/
+3
*
Handle IfLet in convert_to_guarded_return.
krk
2019-10-31
1
-0
/
+16
*
Some clippy fixes
kjeremy
2019-10-30
1
-2
/
+2
*
use correct spacing for enum pattern
Aleksey Kladov
2019-10-26
1
-1
/
+1
*
Adds "replace with guarded return" assist
Mikhail Modin
2019-10-20
1
-0
/
+8
*
add syntax-tree based indents
Aleksey Kladov
2019-10-12
1
-0
/
+6
*
Start simplifying editing API
Aleksey Kladov
2019-09-26
1
-0
/
+48
*
keep ast creation API simple
Aleksey Kladov
2019-09-26
1
-0
/
+135