aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-0/+1
|
* :arrow_up: instaAleksey Kladov2019-02-111-22/+23
|
* Add an ra_cli command that analyses all crates in the current workspaceFlorian Diebold2019-02-101-0/+27
| | | | ... and prints various stats about how many expressions have a type etc.
* Implement BatchDatabase constructionFlorian Diebold2019-02-101-8/+3
|
* Add new crateFlorian Diebold2019-02-101-0/+20
|
* update notify with fix for hight cpu usageBernardo2019-02-091-3/+3
|
* Clean up a bitFlorian Diebold2019-02-091-1/+0
|
* Remove Vfs from project modelFlorian Diebold2019-02-091-1/+0
|
* Remove SmolStr from project modelFlorian Diebold2019-02-091-1/+0
|
* Move crate graph generation to ra_project_modelFlorian Diebold2019-02-091-0/+3
|
* Extract project model to separate crateFlorian Diebold2019-02-091-1/+15
|
* Merge #766bors[bot]2019-02-091-1/+10
|\ | | | | | | | | | | | | | | | | | | 766: Formatting code into ra_fmt r=matklad a=eulerdisk As discussed https://github.com/rust-analyzer/rust-analyzer/pull/762#discussion_r254905885 I did only move the code without other improvements. Co-authored-by: Andrea Pretto <[email protected]>
| * Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto2019-02-081-1/+10
| |
* | Add some assist rangesrobojumper2019-02-081-0/+2
|/
* 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
|