aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* cargo updatekjeremy2019-02-061-73/+14
|
* move assists to a separate crateAleksey Kladov2019-02-061-0/+14
|
* Bump insta and proptest to latestkjeremy2019-02-041-23/+32
|
* cargo updatekjeremy2019-02-041-92/+100
|
* move testAleksey Kladov2019-01-311-2/+1
|
* split macros across cratesAleksey Kladov2019-01-311-2/+12
|
* preserve token spacingAleksey Kladov2019-01-311-1/+0
|
* first test sort-of passesAleksey Kladov2019-01-311-0/+1
|
* more expand boilerplateAleksey Kladov2019-01-311-0/+1
|
* move macros to a separate crateAleksey Kladov2019-01-311-0/+8
|
* Update instaJeremy A. Kolb2019-01-281-8/+8
| | | | Fixes windows build
* update salsaAleksey Kladov2019-01-281-8/+8
|
* use salsa from my repoAleksey Kladov2019-01-271-5/+9
|
* show jemallocAleksey Kladov2019-01-271-0/+39
|
* automatically collect garbageAleksey Kladov2019-01-271-6/+2
|
* :arrow_up: salsaAleksey Kladov2019-01-261-3/+3
|
* :arrow_up: rowanAleksey Kladov2019-01-261-3/+10
| | | | | | The new rowan uses arena allocator for red nodes which helps slightly (5% on std completion test) with performance but should help quite a bit with avoiding memory fragmentation.
* use released `notifiy` version, add TODO commentBernardo2019-01-261-4/+4
|
* refactor, put watcher with `io::Worker`Bernardo2019-01-261-32/+0
| | | | | use `RootFilter` to filter recursive watches untested
* actually drop watcher, use parking_lot::MutexBernardo2019-01-261-0/+1
|
* handle recursive watching ourselvesBernardo2019-01-261-0/+32
|
* use notify with fixBernardo2019-01-261-5/+5
|
* handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵Bernardo2019-01-261-1/+1
| | | | contents in `io`
* complete testBernardo2019-01-261-0/+1
|
* initial Watcher implBernardo2019-01-261-10/+254
|
* :arrow_up depsAleksey Kladov2019-01-251-50/+59
|
* :arrow_up: salsaAleksey Kladov2019-01-251-8/+6
|
* EnumVariant details for completionJeremy A. Kolb2019-01-251-0/+1
|
* :arrow_up salsaAleksey Kladov2019-01-251-6/+8
|
* Bumpup lsp-types to v0.55.0Hirokazu Hata2019-01-231-4/+4
|
* :arrow_up: instaAleksey Kladov2019-01-231-56/+59
|
* :arrow_up: rowanAleksey Kladov2019-01-221-3/+3
|
* :arrow_up: instaAleksey Kladov2019-01-211-22/+65
|
* Use insta for ty testsFlorian Diebold2019-01-211-0/+1
|
* :arrow_up: update rustAleksey Kladov2019-01-191-1/+0
|
* :arrow_up: salsaAleksey Kladov2019-01-171-44/+55
|
* update salsaAleksey Kladov2019-01-151-37/+37
|
* Merge #546bors[bot]2019-01-151-8/+70
|\ | | | | | | | | | | | | | | 546: replace `assert_dbg_eq` with Insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * switch to insta for testingAleksey Kladov2019-01-151-8/+70
| |
* | update cargo_metadataAleksey Kladov2019-01-141-4/+4
|/
* switch to lsp-typesAleksey Kladov2019-01-141-18/+18
|
* rename TreePtr -> TreeArcAleksey Kladov2019-01-111-3/+3
| | | | This is much clearer about the semantics
* force serde in ra_syntaxAleksey Kladov2019-01-111-5/+4
|
* dont depend on tools from lsp-serverAleksey Kladov2019-01-101-1/+0
|
* switch CargoWorkspace to arenaAleksey Kladov2019-01-101-0/+1
|
* upgrade salsaAleksey Kladov2019-01-101-1/+1
|
* implement RefUnwindSafeAleksey Kladov2019-01-101-1/+1
|
* use unwinding for cancelationAleksey Kladov2019-01-101-19/+14
|
* unwind on cancelAleksey Kladov2019-01-091-5/+3
|
* nicer trailing comma handling in typesAleksey Kladov2019-01-091-4/+5
|