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_mbe
/
src
/
subtree_source.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup
Shotaro Yamada
2020-02-19
1
-1
/
+1
*
Run cargo +nightly fix --clippy -Z unstable-options
Kirill Bulatov
2020-02-18
1
-1
/
+1
*
ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review
Veetaha
2020-02-03
1
-3
/
+2
*
Reimplemented lexer with vectors instead of iterators
Veetaha
2020-02-03
1
-3
/
+5
*
Refactoring
Edwin Cheng
2019-12-18
1
-4
/
+4
*
Add token id to delims
Edwin Cheng
2019-12-18
1
-4
/
+4
*
Refactor tt::Delimiter
Edwin Cheng
2019-12-13
1
-5
/
+5
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
1
-0
/
+2
*
simplify
Aleksey Kladov
2019-09-24
1
-9
/
+1
*
Return a Ref from SubtreeTokenSource::get
Laurențiu Nicola
2019-08-03
1
-33
/
+29
*
Avoid cloning a TtToken in SubtreeTokenSource::mk_token
Laurențiu Nicola
2019-08-03
1
-9
/
+15
*
Clippy trivially_copy_pass_by_ref
Jeremy Kolb
2019-07-05
1
-2
/
+2
*
Some clippy fixes for 1.36
Jeremy Kolb
2019-07-04
1
-1
/
+1
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-3
/
+3
*
Use cfg(test) instead of allow(unused)
Edwin Cheng
2019-05-28
1
-1
/
+1
*
Simpliy how collecting token from src
Edwin Cheng
2019-05-27
1
-56
/
+7
*
Remove Queier and SubtreeWalk
Edwin Cheng
2019-05-27
1
-52
/
+34
*
Change TokenSource to iteration based
Edwin Cheng
2019-05-25
1
-21
/
+38
*
Formatting
Edwin Cheng
2019-05-23
1
-1
/
+1
*
Refactor SubtreeSource
Edwin Cheng
2019-05-22
1
-192
/
+70
*
apply T! macro where it is possible
Sergey Parilin
2019-05-15
1
-11
/
+11
*
Make `vis` matcher optional and fix typo
Edwin Cheng
2019-05-02
1
-1
/
+1
*
Remove unused code in subtree_source
Edwin Cheng
2019-05-02
1
-182
/
+41
*
Refactor parser handle mult-char punct internally
Edwin Cheng
2019-04-28
1
-9
/
+1
*
Use panic instead of unwrap
Edwin Cheng
2019-04-25
1
-8
/
+6
*
Fix more bugs
Edwin Cheng
2019-04-25
1
-4
/
+5
*
Add handling `token` seperator in mbe
Edwin Cheng
2019-04-25
1
-9
/
+13
*
Add cached for SubtreeSource
Edwin Cheng
2019-04-22
1
-4
/
+20
*
Fix offset bug in SourceWalker
Edwin Cheng
2019-04-21
1
-6
/
+7
*
Fix lifetime in tt to syntax node conversion
Edwin Cheng
2019-04-21
1
-1
/
+6
*
Fix bugs
Edwin Cheng
2019-04-20
1
-19
/
+0
*
Fix bug and add expr , pat , ty matcher
Edwin Cheng
2019-04-14
1
-3
/
+11
*
Remove skip Delimiter::None and handle Dollars
Edwin Cheng
2019-04-12
1
-198
/
+156
*
Refactoring and add some docs
Edwin Cheng
2019-04-08
1
-82
/
+103
*
Fixed infintite loop bug
Edwin Cheng
2019-04-08
1
-30
/
+4
*
Fixed empty node bug
Edwin Cheng
2019-04-08
1
-10
/
+49
*
Use SubtreeWalker instread of flatten TtToken
Edwin Cheng
2019-04-08
1
-244
/
+379
*
Combine all tokensource to one and refactoring
Edwin Cheng
2019-04-07
1
-28
/
+28
*
Refactoring subtree_source
Edwin Cheng
2019-04-07
1
-0
/
+352