aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* switch to upstream unescapeAleksey Kladov2019-07-241-3/+3
|
* :arrow_up: rowanAleksey Kladov2019-07-241-19/+19
|
* flexi_logger 0.14kjeremy2019-07-221-5/+5
|
* :arrow_up: depsAleksey Kladov2019-07-221-101/+101
|
* add rustc_lexerAleksey Kladov2019-07-221-0/+10
|
* switch to upstream rowan's APIAleksey Kladov2019-07-201-11/+11
|
* switch to the upstream rowanAleksey Kladov2019-07-191-5/+5
|
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-3/+3
|
* jemallocator 0.3Jeremy A. Kolb2019-07-171-10/+44
|
* cargo updatekjeremy2019-07-151-44/+43
|
* Switch to Chalk master, without fuelFlorian Diebold2019-07-151-23/+23
|
* Cargo update, including updating ChalkFlorian Diebold2019-07-141-127/+125
|
* Remove unused dependenciesShotaro Yamada2019-07-081-17/+0
|
* Merge #1504bors[bot]2019-07-081-4/+4
|\ | | | | | | | | | | | | | | 1504: Simplify LSP handlers r=matklad a=kjeremy Takes advantage of protocol inheritance via composition and simplifies some responses via the `From`/`Into` traits. Co-authored-by: Jeremy Kolb <[email protected]>
| * Simplify responses by using into()Jeremy Kolb2019-07-071-5/+5
| |
| * use flatten branch of lsp-typesJeremy Kolb2019-07-071-4/+4
| |
* | Merge #1507bors[bot]2019-07-081-5/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | 1507: Constify KnownName's r=matklad a=mominul Closes #1503 Co-authored-by: Muhammad Mominul Huque <[email protected]>
| * | Constify KnownName'sMuhammad Mominul Huque2019-07-071-5/+5
| |/
* / Update memchrJeremy Kolb2019-07-071-4/+4
|/
* bump regexJeremy Kolb2019-07-061-10/+10
|
* Symplify by using into()Jeremy Kolb2019-07-051-4/+4
|
* cargo update runJeremy Kolb2019-07-041-73/+73
|
* Update to lsp-types 0.58.0Jeremy Kolb2019-07-041-4/+4
|
* rand 0.7.0Jeremy Kolb2019-07-041-1/+89
|
* Move memory usage statistics to ra_profAleksey Kladov2019-06-301-2/+2
|
* :arrow_up: rowanAleksey Kladov2019-06-261-13/+13
| | | | | New rowan includes one more memory optimization: green nodes are deduplicated within a single tree
* move ra_prof dep where it belongsAleksey Kladov2019-06-261-47/+47
|
* add cpuprofile to ra_profAleksey Kladov2019-06-261-0/+52
| | | | | | | | | Now, one can use `let _p = ra_prof::cpu_profiler()` to capture profile of a block of code. This is not an out of the box experience, as that relies on gperfools See the docs on https://github.com/AtheMathmo/cpuprofiler for more!
* Bump cargo_metadata, ena, flexi_loggerkjeremy2019-06-201-17/+24
|
* :arrow_up: ra_vfsAleksey Kladov2019-06-191-89/+89
|
* Merge #1409bors[bot]2019-06-161-5/+3
|\ | | | | | | | | | | | | | | | | | | | | | | 1409: The Fall down of failures r=matklad a=mominul :grin: Replaced all the uses of `failure` crate with `std::error::Error`. Closes #1400 Depends on rust-analyzer/teraron#1 Co-authored-by: Muhammad Mominul Huque <[email protected]>
| * Update teraron versionMuhammad Mominul Huque2019-06-161-4/+4
| |
| * Fall down of failuresMuhammad Mominul Huque2019-06-151-5/+3
| |
* | Merge #1408bors[bot]2019-06-161-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 1408: Associated type basics & Deref support r=matklad a=flodiebold This adds the necessary Chalk integration to handle associated types and uses it to implement support for `Deref` in the `*` operator and autoderef; so e.g. dot completions through an `Arc` work now. It doesn't yet implement resolution of associated types in paths, though. Also, there's a big FIXME about handling variables in the solution we get from Chalk correctly. Co-authored-by: Florian Diebold <[email protected]>
| * | Add basic infrastructure for assoc type projectionFlorian Diebold2019-06-151-0/+1
| |/
* / reuse AnalysisHost in batch analysisAleksey Kladov2019-06-151-0/+1
|/
* Get rid of failure: ra_batch ra_cliMuhammad Mominul Huque2019-06-151-2/+0
|
* Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-141-3/+0
|
* Get rid of failure: gen_lsp_serverMuhammad Mominul Huque2019-06-141-1/+0
|
* use salsa's LRU for syntax treesAleksey Kladov2019-06-121-3/+4
|
* Merge #1391bors[bot]2019-06-101-12/+11
|\ | | | | | | | | | | | | | | 1391: rename tools -> ra_tools r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * rename tools -> ra_toolsAleksey Kladov2019-06-101-12/+11
| | | | | | | | | | This should help with caching on CI I hope (see .travis.yml before_cache)
* | use single version of either in hirAleksey Kladov2019-06-101-1/+0
|/
* :arrow_up: salsaAleksey Kladov2019-06-071-18/+18
|
* :arrow_up: depsAleksey Kladov2019-06-051-72/+73
|
* switch to panic-safe salsaAleksey Kladov2019-06-041-6/+6
|
* add couple of debug utilsAleksey Kladov2019-06-031-4/+5
|
* add built-in types to scopesAleksey Kladov2019-05-301-0/+1
|
* switch to upstream salsaAleksey Kladov2019-05-301-6/+6
|
* :arrow_up: parking_lotAleksey Kladov2019-05-301-83/+32
|