]> git.lizzy.rs Git - rust.git/history - crates/ra_text_edit
Move ModuleScope to a new module
[rust.git] / crates / ra_text_edit /
2019-11-17 bors[bot]Merge #2287
2019-11-17 Aleksey KladovDisable doctests
2019-10-25 bors[bot]Merge #2069
2019-10-25 bors[bot]Merge #2066
2019-10-25 Aleksey Kladovintroduce SingleFileChange
2019-10-08 bors[bot]Merge #1922
2019-09-30 bors[bot]Merge #1937
2019-09-30 Alexander AndreevMerge branch 'master' into feature/issue/1856
2019-09-30 Alexander AndreevAdded test for check doc strings in crates.
2019-07-04 bors[bot]Merge #1485
2019-07-04 bors[bot]Merge #1486
2019-07-04 Aleksey Kladovallow rustfmt to reorder imports
2019-06-06 bors[bot]Merge #1377
2019-06-04 bors[bot]Merge #1374
2019-06-04 Alan DuFix clippy::match_ref_pats
2019-03-24 bors[bot]Merge #1029
2019-03-23 bors[bot]Merge #1031
2019-03-23 bors[bot]Merge #1025
2019-03-23 Wilco KuseeDisable fork feature for proptest
2019-02-11 bors[bot]Merge #784
2019-02-11 bors[bot]Merge #783
2019-02-11 Ville PenttinenFix typo in Cargo.toml authors
2019-02-11 bors[bot]Merge #782
2019-02-11 Ville PenttinenUpdate authors field in Cargo.tomls to "rust-analyzer...
2019-02-08 Aleksey Kladovreformat the world
2019-02-05 bors[bot]Merge #740
2019-02-04 kjeremyBump insta and proptest to latest
2019-01-08 bors[bot]Merge #469
2019-01-08 Aleksey Kladovkill text utils
2019-01-08 Aleksey Kladovupstream text-utils to text_unit
2019-01-05 bors[bot]Merge #414
2019-01-04 bors[bot]Merge #391
2019-01-03 bors[bot]Merge #417
2019-01-03 bors[bot]Merge #416
2019-01-03 Aleksey Kladovmore enterprisey assists API
2018-12-27 bors[bot]Merge #325
2018-12-25 Bernardochange to `TextEdit` to avoid allocation and sort
2018-12-25 Bernardoremove benchmark and simplify tests
2018-12-25 Bernardouse new translate_offset_with_edit for TryConvWith
2018-12-25 Bernardoremove slower impl, add benchmarks
2018-12-25 Bernardotest translate_offset_with_edit against simple impl...
2018-12-25 Bernardosimplify and reduce number of values explored
2018-12-25 Bernardoproptest strategies for TextUnit and AtomTextEdit
2018-12-24 bors[bot]Merge #302
2018-12-21 bors[bot]Merge #306
2018-12-21 bors[bot]Merge #309
2018-12-21 Aleksey Kladovhide atom edits a bit
2018-12-12 bors[bot]Merge #276
2018-12-11 Bernardorename Edit to TextEdit and AtomEdit to AtomTextEdit
2018-12-10 Bernardoextract AtomEdit and Edit into new ra_text_edit crate