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
*
Add profiling around add_impl_members
Aleksey Kladov
2020-02-06
3
-0
/
+3
*
Merge #3024
bors[bot]
2020-02-05
8
-21
/
+36
|
\
|
*
vscode: eliminate floating promises and insane amount of resource handle leaks
Veetaha
2020-02-05
8
-21
/
+36
*
|
Merge #3015
bors[bot]
2020-02-05
6
-34
/
+29
|
\
\
|
|
/
|
/
|
|
*
vscode: removed changes to integrity hash in package-lock.json
Veetaha
2020-02-05
1
-1
/
+1
|
*
vscode: yet another refactor commit
Veetaha
2020-02-04
7
-35
/
+30
*
|
Merge #3018
bors[bot]
2020-02-05
4
-32
/
+55
|
\
\
|
*
|
Refactor if-let -> match assist to use ast::make
Aleksey Kladov
2020-02-05
4
-32
/
+55
|
/
/
*
|
Merge #3019
bors[bot]
2020-02-05
1
-36
/
+91
|
\
\
|
*
|
Better cursor placement when merging arms
Aleksey Kladov
2020-02-05
1
-4
/
+17
|
*
|
Merge match arms works with many arms
Aleksey Kladov
2020-02-05
1
-29
/
+70
|
*
|
Cleanup
Aleksey Kladov
2020-02-05
1
-11
/
+12
|
|
/
*
|
Merge #3016
bors[bot]
2020-02-05
1
-1
/
+1
|
\
\
|
*
|
Further fix `docs/user/README.md`
Gian D
2020-02-05
1
-1
/
+1
|
*
|
Fix unneeded `.` in `docs/user/README.md`
Gian D
2020-02-05
1
-1
/
+1
|
|
/
*
|
Merge #3017
bors[bot]
2020-02-05
5
-27
/
+84
|
\
\
|
|
/
|
/
|
|
*
Apply the reviews suggestions
Kirill Bulatov
2020-02-05
5
-32
/
+64
|
*
Normalize dashes in crate names
Kirill Bulatov
2020-02-05
1
-8
/
+33
|
/
*
Merge #2948
bors[bot]
2020-02-04
1
-6
/
+48
|
\
|
*
Allow add_explicit_type to replace a placeholder type
Laurențiu Nicola
2020-02-03
1
-6
/
+48
*
|
Merge #3011
bors[bot]
2020-02-04
1
-4
/
+4
|
\
\
|
*
|
Update aho-corasick (removes unsafety) and serde_json
kjeremy
2020-02-04
1
-4
/
+4
|
/
/
*
|
Merge #3010
bors[bot]
2020-02-04
1
-6
/
+3
|
\
\
|
*
|
minor, if let else -> match
Aleksey Kladov
2020-02-04
1
-6
/
+3
*
|
|
Merge #3009
bors[bot]
2020-02-04
1
-2
/
+11
|
\
|
|
|
*
|
Make sure that newly created nodes are the root of the tree
Aleksey Kladov
2020-02-04
1
-2
/
+11
|
/
/
*
|
Merge #2981
bors[bot]
2020-02-04
4
-51
/
+37
|
\
\
|
*
|
Merge two if statements into one in editors/code/src/commands/on_enter.ts.
Grégoire Geis
2020-02-04
1
-1
/
+1
|
*
|
vscode: Only handle enter if the suggest widget is hidden.
Gregoire Geis
2020-02-03
1
-1
/
+1
|
*
|
Remove enableEnhancedTyping and type overriding infrastructure.
Gregoire Geis
2020-02-03
4
-41
/
+1
|
*
|
Change default enhanced typing behavior from using type to using keybindings.
Gregoire Geis
2020-02-03
1
-1
/
+6
|
*
|
Add regular onEnter command, allowing onEnter to be called without overriding...
Gregoire Geis
2020-02-03
3
-19
/
+40
*
|
|
Merge #2962
bors[bot]
2020-02-04
4
-14
/
+34
|
\
\
\
|
*
|
|
include requested changes
zombiefungus
2020-02-02
4
-27
/
+28
|
*
|
|
add new ImportAlias enum to differentiate no alias from an _ alias
zombiefungus
2020-02-02
4
-11
/
+30
*
|
|
|
Merge #2911
bors[bot]
2020-02-03
160
-172
/
+798
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
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
[next]