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
*
test code and dependency cleanup
Bernardo
2018-12-25
2
-4
/
+2
*
change to `TextEdit` to avoid allocation and sort
Bernardo
2018-12-25
3
-57
/
+51
*
remove benchmark and simplify tests
Bernardo
2018-12-25
7
-381
/
+69
*
use new translate_offset_with_edit for TryConvWith
Bernardo
2018-12-25
4
-37
/
+5
*
add line_index proptest
Bernardo
2018-12-25
2
-106
/
+132
*
make criterion args work, small simplification
Bernardo
2018-12-25
3
-18
/
+18
*
fix arbitrary offset generation, col translation working
Bernardo
2018-12-25
2
-39
/
+92
*
column translation implemented but not quite working yet
Bernardo
2018-12-25
3
-50
/
+70
*
iterate over `Step`s which are either, newlines or multibyte chars
Bernardo
2018-12-25
2
-26
/
+121
*
simplify newline check with macro
Bernardo
2018-12-25
1
-20
/
+14
*
remove slower impl, add benchmarks
Bernardo
2018-12-25
6
-201
/
+304
*
final iteration, faster a bit simpler
Bernardo
2018-12-25
1
-171
/
+209
*
simplified version
Bernardo
2018-12-25
1
-0
/
+139
*
move translate_offset_with_edit to ra_editor
Bernardo
2018-12-25
7
-311
/
+268
*
initial newline translation working
Bernardo
2018-12-25
2
-14
/
+262
*
test translate_offset_with_edit against simple impl for single edits
Bernardo
2018-12-25
6
-35
/
+104
*
simplify and reduce number of values explored
Bernardo
2018-12-25
1
-29
/
+23
*
proptest strategies for TextUnit and AtomTextEdit
Bernardo
2018-12-25
4
-0
/
+184
*
Merge #331
bors[bot]
2018-12-25
1
-1
/
+1
|
\
|
*
cancelled is not Copy
Aleksey Kladov
2018-12-25
1
-1
/
+1
|
/
*
Merge #328
bors[bot]
2018-12-24
1
-3
/
+1
|
\
|
*
fix warning conversion
Aleksey Kladov
2018-12-24
1
-3
/
+1
|
/
*
Merge #326
bors[bot]
2018-12-24
7
-12
/
+79
|
\
|
*
fix tests
gfreezy
2018-12-24
1
-1
/
+1
|
*
remove option from Diagnostic
gfreezy
2018-12-24
4
-7
/
+7
|
*
keep severity to Error & WeakWarning
gfreezy
2018-12-24
2
-10
/
+8
|
*
remove unnecessary braces in use statments
gfreezy
2018-12-23
2
-4
/
+2
|
*
add serverity to vscode diagnostics
gfreezy
2018-12-23
5
-12
/
+32
|
*
resolved #324: remove unnecessary braces in use statement.
gfreezy
2018-12-23
1
-2
/
+53
*
|
Merge #327
bors[bot]
2018-12-24
22
-148
/
+1189
|
\
\
|
*
|
Change inference tests to have one per file
Florian Diebold
2018-12-24
6
-55
/
+92
|
*
|
Rename a variable for consistency
Florian Diebold
2018-12-24
2
-10
/
+10
|
*
|
Clean up Ty a bit
Florian Diebold
2018-12-24
1
-38
/
+22
|
*
|
Prepare Ty::new for resolution
Florian Diebold
2018-12-23
1
-14
/
+24
|
*
|
Type the return values of call expressions
Florian Diebold
2018-12-23
2
-5
/
+13
|
*
|
Resolve paths to defs (functions currently) during type inference
Florian Diebold
2018-12-23
17
-87
/
+215
|
*
|
Make let statements kind of work
Florian Diebold
2018-12-23
5
-8
/
+53
|
*
|
Remove unwraps
Florian Diebold
2018-12-23
1
-6
/
+19
|
*
|
Get rid of the terrible nesting in PathExpr inference
Florian Diebold
2018-12-23
1
-26
/
+14
|
*
|
Cleanup
Florian Diebold
2018-12-23
4
-108
/
+110
|
*
|
Add testing infrastructure for type inference
Florian Diebold
2018-12-23
9
-124
/
+222
|
*
|
Parse integer / float types
Florian Diebold
2018-12-23
4
-4
/
+58
|
*
|
Add beginnings of type infrastructure
Florian Diebold
2018-12-23
11
-15
/
+689
|
|
/
*
|
Merge #278
bors[bot]
2018-12-24
2
-2
/
+74
|
\
\
|
*
|
Add make_pub_crate code action to ra_editor
Hirokazu Hata
2018-12-24
2
-2
/
+74
|
|
/
*
|
Merge #302
bors[bot]
2018-12-24
4
-9
/
+47
|
\
\
|
|
/
|
/
|
|
*
Add a very hacky workaround to not trace decorations requests
DJMcNab
2018-12-24
1
-1
/
+25
|
*
Improve comment
DJMcNab
2018-12-23
1
-2
/
+2
|
*
Undo the previous mistaken change and make publish_decorations optional
DJMcNab
2018-12-21
2
-8
/
+11
|
*
Disable highlighting if disabled
DJMcNab
2018-12-20
1
-2
/
+2
[next]