aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* add dependency on the parserAleksey Kladov2019-02-231-0/+1
|
* Update lsp-types and backtracekjeremy2019-02-211-8/+8
|
* fix compilationAleksey Kladov2019-02-211-0/+1
|
* move parser to a separate crateAleksey Kladov2019-02-211-0/+7
|
* remove local-vfsAleksey Kladov2019-02-181-4/+4
|
* drop dependency on thread_workerAleksey Kladov2019-02-181-1/+0
|
* drop unused extern crateAleksey Kladov2019-02-181-1/+0
|
* move public API to top of the fileAleksey Kladov2019-02-181-1/+0
|
* drop unused depsAleksey Kladov2019-02-181-13/+0
|
* :arrow_up: depsAleksey Kladov2019-02-181-64/+46
|
* automatically wait for worker threadsAleksey Kladov2019-02-141-1/+0
| | | | closes #817
* what goes bump in the night?kjeremy2019-02-121-15/+11
|
* 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
|