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
/
syntax
Commit message (
Expand
)
Author
Age
Files
Lines
*
internal: introduce `ast::make::ext` module with common shortcuts
Aleksey Kladov
2021-05-09
1
-43
/
+52
*
internal: fix make API
Aleksey Kladov
2021-05-09
1
-8
/
+31
*
internal: rewrite **Repalce impl Trait** assist to mutable syntax trees
Aleksey Kladov
2021-05-09
1
-12
/
+7
*
cleanups
Aleksey Kladov
2021-05-09
1
-2
/
+2
*
minor: remove dead code
Aleksey Kladov
2021-05-08
1
-11
/
+1
*
internal: pull_assignment_up uses mutable trees
Aleksey Kladov
2021-05-08
1
-0
/
+3
*
dead code
Aleksey Kladov
2021-05-08
1
-121
/
+1
*
internal: remove one more syntax rewriter
Aleksey Kladov
2021-05-08
1
-1
/
+4
*
fix: use raw idents in `make::name{_ref}` with keywords
Jonas Schievink
2021-05-07
1
-2
/
+12
*
Hide implementation details of TokenText
Dawer
2021-05-06
2
-8
/
+20
*
Clean up
Dawer
2021-05-06
1
-15
/
+2
*
Borrow text from nodes of immutable syntax trees
Dawer
2021-05-06
2
-25
/
+49
*
Adapt to a new rowan borrowing node API.
Dawer
2021-05-06
2
-2
/
+2
*
Update to rowan 0.13.0-pre.5
Dawer
2021-05-06
1
-1
/
+1
*
Parse const param defaults
Jonas Schievink
2021-04-29
2
-0
/
+99
*
Correctly parse negated literals as const args
Jonas Schievink
2021-04-29
2
-0
/
+31
*
Split out merge_imports module from helpers::insert_use
Lukas Wirth
2021-04-24
1
-1
/
+21
*
-
.
Merge #8591 #8638
bors[bot]
2021-04-23
3
-18
/
+19
|
\
\
|
|
*
Remove SyntaxRewriter::from_fn
Lukas Wirth
2021-04-23
1
-16
/
+3
|
|
/
|
/
|
*
|
Merge #8317
bors[bot]
2021-04-23
1
-0
/
+26
|
\
\
|
*
|
Add convert tuple struct to named struct assist
unexge
2021-04-04
1
-0
/
+26
*
|
|
Bump rustc_lexer
Laurențiu Nicola
2021-04-21
1
-1
/
+1
*
|
|
Add support for fill match arms of boolean values
Comonad
2021-04-21
1
-0
/
+8
*
|
|
Parse outer atttributes for RecordPatField
Lukas Wirth
2021-04-21
2
-6
/
+53
|
|
*
Remove SyntaxRewriter usage in insert_use in favor of ted
Lukas Wirth
2021-04-20
2
-2
/
+16
|
|
/
|
/
|
*
|
Merge #8578
bors[bot]
2021-04-19
5
-180
/
+236
|
\
\
|
*
|
fix: false positive about inner attrs in docs
Aleksey Kladov
2021-04-19
5
-180
/
+236
|
|
|
|
\
\
*
-
.
\
\
Merge #8524 #8527
bors[bot]
2021-04-19
2
-0
/
+160
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
|
*
|
Finish GenericParamsOwnerEdit impls
Dawer
2021-04-15
1
-5
/
+94
|
|
*
|
Switch introduce_named_lifetime assist to use mutable syntax tree
Dawer
2021-04-14
2
-0
/
+71
|
|
/
/
*
|
|
hir_ty: Expand macros at type position
cynecx
2021-04-17
1
-23
/
+25
*
|
|
nail rowan version down
Bernhard Schuster
2021-04-17
1
-1
/
+1
*
|
|
Fill match arms for a tuple of a single enum.
Dawer
2021-04-16
1
-6
/
+12
|
/
/
*
|
Update crates
kjeremy
2021-04-07
1
-1
/
+1
*
|
Use arrayvec 0.7 to avoid perf regression in 0.6.1
kjeremy
2021-04-05
1
-1
/
+1
|
/
*
Add support for doc on hover for macro 2.0
Edwin Cheng
2021-03-27
1
-2
/
+2
*
Basic Support Macro 2.0
Edwin Cheng
2021-03-27
1
-0
/
+1
*
Add TokenText
Aleksey Kladov
2021-03-26
3
-7
/
+89
*
syntax: return owned string instead of leaking string
cynecx
2021-03-26
2
-10
/
+8
*
Use more std::array::IntoIter
Laurențiu Nicola
2021-03-25
1
-4
/
+3
*
Use arrayvec 0.6
Laurențiu Nicola
2021-03-25
2
-9
/
+9
*
Simplify code
Aleksey Kladov
2021-03-23
1
-2
/
+3
*
rewrite merge use trees assist to use muatable syntax trees
Aleksey Kladov
2021-03-22
4
-46
/
+74
*
:arrow_up: rowan
Aleksey Kladov
2021-03-22
1
-1
/
+1
*
a lot of clippy::style fixes
Matthias Krüger
2021-03-21
6
-44
/
+32
*
clippy::complexity simplifications related to Iterators
Matthias Krüger
2021-03-21
1
-2
/
+1
*
use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)
Matthias Krüger
2021-03-21
1
-2
/
+1
*
remove more redundant clones (clippy::redundant_clone())
Matthias Krüger
2021-03-21
2
-3
/
+3
*
Don't use an untyped String for ActiveParam tracking
Lukas Wirth
2021-03-20
1
-0
/
+9
*
Move `AttrsOwnerNode` to syntax and make it public
Jonas Schievink
2021-03-19
2
-2
/
+32
[next]