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
/
ra_text_edit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a license field to all the crates
Yuki Okushi
2020-07-14
1
-0
/
+1
*
Formalize JoinLines protocol extension
Aleksey Kladov
2020-05-21
1
-10
/
+23
*
Cleanup TextEdit
Aleksey Kladov
2020-05-21
1
-4
/
+12
*
Make some stuff public so that they can be reused by other tools
Pavan Kumar Sunkara
2020-05-14
1
-1
/
+1
*
Simplify proto conversion
Aleksey Kladov
2020-05-10
1
-0
/
+1
*
Fix TODO
Aleksey Kladov
2020-05-06
1
-0
/
+4
*
Lift SourceChange to the ra_ide_db
Aleksey Kladov
2020-05-06
1
-1
/
+1
*
Use more natural signature for Edit::apply
Aleksey Kladov
2020-05-05
1
-5
/
+16
*
Rename AtomTextEdit -> Indel
Aleksey Kladov
2020-05-05
2
-119
/
+114
*
text-size 1.0.0
Aleksey Kladov
2020-04-25
2
-2
/
+2
*
Convert code to text-size
Aleksey Kladov
2020-04-25
3
-19
/
+19
*
Remove some TextUnit->usize escapees
CAD97
2020-03-13
1
-5
/
+5
*
Remove unused dependencies
Shotaro Yamada
2020-02-27
1
-2
/
+0
*
Use text_range::extend_to
Edwin Cheng
2020-02-27
1
-1
/
+1
*
Update versions
Kirill Bulatov
2020-02-18
1
-1
/
+1
*
Drop proptest tests
Aleksey Kladov
2020-02-17
3
-92
/
+2
*
move to to_usize()
Veetaha
2020-02-09
2
-5
/
+5
*
Disable doctests
Aleksey Kladov
2019-11-17
1
-0
/
+3
*
introduce SingleFileChange
Aleksey Kladov
2019-10-25
1
-0
/
+18
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
3
-0
/
+6
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-2
/
+2
*
Fix clippy::match_ref_pats
Alan Du
2019-06-04
1
-3
/
+3
*
Disable fork feature for proptest
Wilco Kusee
2019-03-23
1
-1
/
+6
*
Fix typo in Cargo.toml authors
Ville Penttinen
2019-02-11
1
-1
/
+1
*
Update authors field in Cargo.tomls to "rust-analyzer developers"
Ville Penttinen
2019-02-11
1
-1
/
+1
*
reformat the world
Aleksey Kladov
2019-02-08
3
-13
/
+4
*
Bump insta and proptest to latest
kjeremy
2019-02-04
1
-1
/
+1
*
kill text utils
Aleksey Kladov
2019-01-08
1
-0
/
+7
*
upstream text-utils to text_unit
Aleksey Kladov
2019-01-08
4
-9
/
+2
*
more enterprisey assists API
Aleksey Kladov
2019-01-03
1
-4
/
+1
*
change to `TextEdit` to avoid allocation and sort
Bernardo
2018-12-25
1
-6
/
+6
*
remove benchmark and simplify tests
Bernardo
2018-12-25
2
-59
/
+28
*
use new translate_offset_with_edit for TryConvWith
Bernardo
2018-12-25
1
-0
/
+2
*
remove slower impl, add benchmarks
Bernardo
2018-12-25
1
-2
/
+7
*
test translate_offset_with_edit against simple impl for single edits
Bernardo
2018-12-25
3
-34
/
+39
*
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
*
hide atom edits a bit
Aleksey Kladov
2018-12-21
1
-2
/
+2
*
rename Edit to TextEdit and AtomEdit to AtomTextEdit
Bernardo
2018-12-11
2
-25
/
+25
*
extract AtomEdit and Edit into new ra_text_edit crate
Bernardo
2018-12-10
4
-0
/
+130