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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ra_syntax: added tests for tokenization errors
Veetaha
2020-02-03
150
-49
/
+427
*
ra_syntax: add backticks around tokens specimen
Veetaha
2020-02-03
1
-12
/
+23
*
ra_syntax: removed unnecessary init statement from reparsing tests
Veetaha
2020-02-03
1
-3
/
+0
*
ra_syntax: rename first_token() -> lex_first_token()
Veetaha
2020-02-03
1
-3
/
+3
*
ra_syntax: fixed a typo in doc comment
Veetaha
2020-02-03
1
-2
/
+4
*
ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review
Veetaha
2020-02-03
9
-178
/
+199
*
ra_syntax: remove backticks from TokenizeError message since that is not Mark...
Veetaha
2020-02-03
1
-9
/
+9
*
add better docs for tokenize errors
Veetaha
2020-02-03
1
-2
/
+2
*
ra_syntax: moved ParsedToken derive attribute under the doc comment
Veetaha
2020-02-03
1
-1
/
+1
*
ra_syntax: fixed doc comment
Veetaha
2020-02-03
1
-1
/
+1
*
Reimplemented lexer with vectors instead of iterators
Veetaha
2020-02-03
10
-196
/
+250
*
ra_syntax: changed added diagnostics information returned from tokenize() (im...
Veetaha
2020-02-03
4
-74
/
+237
*
Use proper import name in the label
Kirill Bulatov
2020-02-03
1
-10
/
+6
*
Merge #2994
bors[bot]
2020-02-03
2
-12
/
+11
|
\
|
*
Simplify paths searches
Kirill Bulatov
2020-02-03
1
-4
/
+3
|
*
Fix inlay hints test snippet compilation
Kirill Bulatov
2020-02-03
1
-8
/
+8
*
|
Merge #2959
bors[bot]
2020-02-03
14
-247
/
+244
|
\
\
|
|
/
|
/
|
|
*
Update snapshot tests due to removed SuggestedFix
Emil Lauridsen
2020-02-03
7
-39
/
+67
|
*
Remove stray todo
Emil Lauridsen
2020-02-03
1
-1
/
+0
|
*
Rework how we send diagnostics to client.
Emil Lauridsen
2020-02-03
7
-208
/
+178
*
|
Use name only when searching for an import candidate
Kirill Bulatov
2020-02-02
1
-6
/
+16
|
/
*
Avoid premature pessimization
Aleksey Kladov
2020-02-02
3
-33
/
+34
*
Merge #2982
bors[bot]
2020-02-02
6
-42
/
+90
|
\
|
*
Remove obsolete rustdoc
Kirill Bulatov
2020-02-02
1
-1
/
+0
|
*
Code review fixes
Kirill Bulatov
2020-02-02
3
-22
/
+19
|
*
Require ModPath for importing
Kirill Bulatov
2020-02-02
6
-37
/
+65
|
*
Merge imports when auto importing
Kirill Bulatov
2020-02-02
1
-6
/
+30
*
|
Auto import functions
Kirill Bulatov
2020-02-01
2
-6
/
+35
|
/
*
Prevent child cargo process from messing with our stdin
Aleksey Kladov
2020-02-01
1
-0
/
+1
*
Merge #2965
bors[bot]
2020-02-01
1
-6
/
+10
|
\
|
*
Improve auto import message
Laurențiu Nicola
2020-01-31
1
-6
/
+10
*
|
Fix extra parentheses warnings
Laurențiu Nicola
2020-01-31
1
-2
/
+2
|
/
*
Small cleanup
Aleksey Kladov
2020-01-31
1
-4
/
+6
*
Add a FIXME note
Aleksey Kladov
2020-01-30
1
-0
/
+3
*
Merge #2920
bors[bot]
2020-01-30
1
-2
/
+18
|
\
|
*
Ignore illform node id from metadata
Edwin Cheng
2020-01-28
1
-2
/
+18
*
|
Simplify fixture parsing
Aleksey Kladov
2020-01-30
1
-21
/
+8
*
|
Merge #2895
bors[bot]
2020-01-29
1
-46
/
+71
|
\
\
|
*
|
A couple of small improvements to ra_prof printing
Michal Terepeta
2020-01-29
1
-3
/
+3
|
*
|
Rewrite ra_prof's profile printing
Michal Terepeta
2020-01-22
1
-46
/
+71
*
|
|
Merge #2943
bors[bot]
2020-01-29
2
-20
/
+53
|
\
\
\
|
*
|
|
Re-sync queries for memory usage measurnment
Aleksey Kladov
2020-01-29
2
-20
/
+53
*
|
|
|
Properly select a target for auto importing
Kirill Bulatov
2020-01-29
1
-29
/
+17
|
/
/
/
*
|
|
Simplify fixture parsing
Aleksey Kladov
2020-01-29
1
-20
/
+19
*
|
|
Fix long loop timeout
Aleksey Kladov
2020-01-29
1
-1
/
+1
*
|
|
Change error output to make a bit more sense
Emil Lauridsen
2020-01-29
1
-2
/
+6
*
|
|
Parse cargo output a line at a time.
Emil Lauridsen
2020-01-29
2
-5
/
+22
*
|
|
Merge #2931
bors[bot]
2020-01-29
2
-24
/
+56
|
\
\
\
|
*
|
|
test_utils: move flush!() to its usage as per conversation with @matklad
Veetaha
2020-01-29
1
-13
/
+13
|
*
|
|
test_utils: updated documentation and some typos
Veetaha
2020-01-29
2
-11
/
+43
[next]