aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Bump to quote-1.0.3 since 1.0.2 is blacklistedkjeremy2020-03-051-2/+2
|
* Update depskjeremy2020-03-041-6/+6
|
* Drop one once_cell depAleksey Kladov2020-03-041-1/+0
|
* Move find_refs_to_defAleksey Kladov2020-03-041-0/+1
|
* Support cross-crate marksAleksey Kladov2020-03-041-0/+1
|
* Drop larlpop-intern depLaurențiu Nicola2020-03-031-7/+0
|
* Update chalk for Ty internersLaurențiu Nicola2020-03-021-6/+6
|
* Update chalk for RawId removalLaurențiu Nicola2020-03-021-7/+6
|
* Update depskjeremy2020-03-021-4/+4
|
* lsp-types 0.72kjeremy2020-03-021-2/+2
|
* Remove unused dependenciesShotaro Yamada2020-02-271-20/+0
|
* Update lsp-typeskjeremy2020-02-261-2/+2
|
* Updatekjeremy2020-02-261-6/+6
|
* Actually drop unicase dependencyAleksey Kladov2020-02-261-17/+0
|
* :arrow_up: rowanAleksey Kladov2020-02-251-2/+2
|
* Bump chalk and replace TypeFamily with InternerLaurențiu Nicola2020-02-241-6/+6
|
* Update depsJeremy Kolb2020-02-241-6/+6
|
* Bump crossbeam cratesLaurențiu Nicola2020-02-221-23/+26
|
* Bump lsp-typeskjeremy2020-02-191-2/+2
|
* Update versionsKirill Bulatov2020-02-181-0/+20
|
* Remove unicase dependencyAleksey Kladov2020-02-181-16/+0
|
* Drop extra depsAleksey Kladov2020-02-181-4/+0
|
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-38/+38
|
* Merge ra_vfs_glob and ra_lsp_serverAleksey Kladov2020-02-171-9/+1
|
* Merge cli and ra_lsp_serverAleksey Kladov2020-02-171-24/+8
|
* Use anyhowAleksey Kladov2020-02-171-0/+1
|
* Inline ra_batchAleksey Kladov2020-02-171-16/+6
|
* Drop proptest testsAleksey Kladov2020-02-171-183/+11
| | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time.
* Update depskjeremy2020-02-171-10/+10
|
* Merge #3157bors[bot]2020-02-151-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3157: Extend analysis-stats a bit r=matklad a=flodiebold This adds some tools helpful when debugging nondeterminism in analysis-stats: - a `--randomize` option that analyses everything in random order - a `-vv` option that prints even more detail Also add a debug log if Chalk fuel is exhausted (which would be a source of nondeterminism, but didn't happen in my tests). I found one source of nondeterminism (rust-lang/chalk#331), but there are still other cases remaining. Co-authored-by: Florian Diebold <[email protected]>
| * Extend analysis-stats a bitFlorian Diebold2020-02-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This adds some tools helpful when debugging nondeterminism in analysis-stats: - a `--randomize` option that analyses everything in random order - a `-vv` option that prints even more detail Also add a debug log if Chalk fuel is exhausted (which would be a source of nondeterminism, but didn't happen in my tests). I found one source of nondeterminism (rust-lang/chalk#331), but there are still other cases remaining.
* | Remove extra depAleksey Kladov2020-02-151-1/+0
|/
* Add error context to failures in `ra_project_model` using `anyhow` crate (#3119)Adam Bratschi-Kaye2020-02-131-0/+1
| | | Add error context to failures in ra_project_model using anyhow crate
* Merge #3062bors[bot]2020-02-111-0/+1
|\ | | | | | | | | | | | | | | | | | | 3062: Implement slice pattern AST > HIR lowering r=jplatte a=jplatte WIP. The necessary changes for parsing are implemented, but actual inference is not yet. Just wanted to upload what I've got so far so it doesn't get duplicated :) Will fix #3043 Co-authored-by: Jonas Platte <[email protected]>
| * Implement slice pattern AST > HIR loweringJonas Platte2020-02-111-0/+1
| |
* | Update some crateskjeremy2020-02-101-9/+6
|/
* Merge #3034bors[bot]2020-02-061-1/+1
|\ | | | | | | | | | | | | | | 3034: Remove ImportLocator hack r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Make assists use ImportsLocator directlyAleksey Kladov2020-02-061-1/+1
| |
* | Update indexmap and bstrkjeremy2020-02-061-4/+4
|/
* Merge #3029bors[bot]2020-02-061-0/+31
|\ | | | | | | | | | | | | | | 3029: Docs r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Move to a crateAleksey Kladov2020-02-061-0/+31
| |
* | Add profiling around add_impl_membersAleksey Kladov2020-02-061-0/+1
|/ | | | | | | | | This intention is pretty slow for `impl Interator`, because it has a ton of default methods which need to be substituted. The proper fix here is to not compute the actual edit until the user triggers the action, but that's awkward to do in the LSP right now, so let's just put a profiling code for now.
* Update aho-corasick (removes unsafety) and serde_jsonkjeremy2020-02-041-4/+4
|
* Update regexkjeremy2020-02-011-4/+4
|
* Switch Cargo.lock to the new formatAleksey Kladov2020-01-301-696/+688
|
* Update cratesJeremy Kolb2020-01-301-20/+20
|
* Upgrade ChalkFlorian Diebold2020-01-271-28/+28
|
* Update instakjeremy2020-01-271-17/+6
|
* Update cratesJeremy Kolb2020-01-261-22/+22
|
* Bump main thread priority on windowsAleksey Kladov2020-01-261-0/+1
|