index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
*
Merge #3003
bors[bot]
2020-02-03
3
-16
/
+3
|
\
|
*
Remove unnecessary flags
Aleksey Kladov
2020-02-03
1
-2
/
+2
|
*
Remove rollup-typescript
Aleksey Kladov
2020-02-03
3
-15
/
+2
*
|
Merge #3002
bors[bot]
2020-02-03
2
-29
/
+32
|
\
|
|
*
Update some rollup packages
Aleksey Kladov
2020-02-03
2
-29
/
+32
*
|
Merge #3001
bors[bot]
2020-02-03
4
-18
/
+23
|
\
|
|
*
Use simple prng instead of a dependency
Aleksey Kladov
2020-02-03
4
-18
/
+23
|
/
*
Merge #2997
bors[bot]
2020-02-03
1
-10
/
+6
|
\
|
*
Use proper import name in the label
Kirill Bulatov
2020-02-03
1
-10
/
+6
*
|
Merge #2998
bors[bot]
2020-02-03
3
-15
/
+14
|
\
\
|
|
/
|
/
|
|
*
Remove recent improvements to the build script
Aleksey Kladov
2020-02-03
3
-15
/
+14
|
/
*
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 #2995
bors[bot]
2020-02-03
1
-0
/
+1
|
\
\
|
*
|
Fix build of typscript extension
Aleksey Kladov
2020-02-03
1
-0
/
+1
|
/
/
*
|
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
*
|
Merge #2990
bors[bot]
2020-02-03
1
-6
/
+16
|
\
\
|
|
/
|
/
|
|
*
Use name only when searching for an import candidate
Kirill Bulatov
2020-02-02
1
-6
/
+16
*
|
Merge #2993
bors[bot]
2020-02-03
1
-1
/
+1
|
\
\
|
*
|
vscode: fix bundling by switching to es2015 target modules system
Veetaha
2020-02-03
1
-1
/
+1
*
|
|
Merge #2991
bors[bot]
2020-02-02
2
-6
/
+6
|
\
|
|
|
*
|
vscode: dropped npm-check-updates script
Veetaha
2020-02-02
2
-2014
/
+1
|
*
|
vscode: updated rollup typescript so it typechecks the bundle
Veetaha
2020-02-02
2
-7
/
+2020
|
/
/
*
|
Merge #2989
bors[bot]
2020-02-02
5
-11
/
+15
|
\
\
|
|
/
|
/
|
|
*
vscode: use void where possible
Veetaha
2020-02-02
3
-5
/
+9
|
*
vscode: fix, fallback to any for cmd type
Veetaha
2020-02-02
1
-1
/
+1
|
*
vscode extension: migrate from any to unknown where possible
Veetaha
2020-02-02
4
-9
/
+9
*
|
Merge #2987
bors[bot]
2020-02-02
3
-33
/
+18
|
\
|
|
*
vscode: fix type
Veetaha
2020-02-02
1
-1
/
+1
|
*
vscode refactoring: use more laconic export snytax, split huge string to seve...
Veetaha
2020-02-02
3
-33
/
+18
|
/
*
Merge #2986
bors[bot]
2020-02-02
6
-10
/
+11
|
\
|
*
vscode extension cleanup: migrate to prefer-const tslint rule
Veetaha
2020-02-02
6
-10
/
+11
|
/
*
Merge #2985
bors[bot]
2020-02-02
3
-33
/
+34
|
\
|
*
Avoid premature pessimization
Aleksey Kladov
2020-02-02
3
-33
/
+34
|
/
[next]