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
...
|
*
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
5
-201
/
+126
|
*
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
6
-310
/
+267
|
*
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
5
-35
/
+103
|
*
simplify and reduce number of values explored
Bernardo
2018-12-25
1
-29
/
+23
|
*
proptest strategies for TextUnit and AtomTextEdit
Bernardo
2018-12-25
3
-0
/
+117
*
|
fix suffix ranges
Aleksey Kladov
2018-12-27
6
-4
/
+95
*
|
dump validation errors
Aleksey Kladov
2018-12-27
1
-2
/
+5
*
|
support literal suffixes
Aleksey Kladov
2018-12-27
7
-2
/
+40
*
|
dedupe literal parsers
Aleksey Kladov
2018-12-27
10
-374
/
+220
*
|
check edits in diagnostics
Aleksey Kladov
2018-12-27
2
-34
/
+30
*
|
Merge #332
bors[bot]
2018-12-27
30
-318
/
+1518
|
\
\
|
*
|
Resolve field types lazily
Florian Diebold
2018-12-25
7
-59
/
+76
|
*
|
Add a hir::TypeRef as an intermediate between ast::TypeRef and ty::Ty
Florian Diebold
2018-12-25
10
-95
/
+219
|
*
|
Implement reference / pointer types
Florian Diebold
2018-12-25
7
-23
/
+173
|
*
|
Handle structs/enums with missing names a bit better
Florian Diebold
2018-12-25
2
-20
/
+22
|
*
|
Determine receiver for completion in a more robust way
Florian Diebold
2018-12-25
2
-21
/
+31
|
*
|
Cleanup
Florian Diebold
2018-12-25
1
-125
/
+37
|
*
|
Add . to trigger characters
Florian Diebold
2018-12-25
1
-1
/
+1
|
*
|
Implement basic completion for fields
Florian Diebold
2018-12-25
10
-12
/
+156
|
*
|
Improve parsing of incomplete field accesses in preparation for field completion
Florian Diebold
2018-12-25
3
-9
/
+45
|
*
|
Type field accesses
Florian Diebold
2018-12-25
5
-5
/
+54
|
*
|
Collect field data for structs/enum variants
Florian Diebold
2018-12-25
5
-12
/
+87
|
*
|
Add AST definitions for struct/variant fields etc.
Florian Diebold
2018-12-25
3
-12
/
+256
|
*
|
Infer result of struct literals, and recurse into their child expressions
Florian Diebold
2018-12-25
6
-49
/
+143
|
*
|
Do name resolution by namespace (types/values)
Florian Diebold
2018-12-25
10
-84
/
+212
|
*
|
Add basic HIR and types for structs/enums
Florian Diebold
2018-12-25
9
-29
/
+244
|
|
/
*
|
add cancelation module & cancelation backtraces
Aleksey Kladov
2018-12-27
4
-15
/
+91
*
|
fix the test
Aleksey Kladov
2018-12-27
1
-2
/
+2
*
|
expose make_pub_crate action
Aleksey Kladov
2018-12-27
1
-0
/
+1
*
|
fix use std::{self}
gfreezy
2018-12-26
3
-13
/
+43
*
|
fix tests
gfreezy
2018-12-25
1
-1
/
+1
*
|
add fix for removing unnecessary braces in use statements
gfreezy
2018-12-25
5
-61
/
+68
|
/
*
cancelled is not Copy
Aleksey Kladov
2018-12-25
1
-1
/
+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
21
-148
/
+1188
|
\
\
[prev]
[next]