aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* internal: move diagnostics to a new crateAleksey Kladov2021-06-141-0/+1
|
* internal: cross-crate cov-marksAleksey Kladov2021-06-121-2/+1
|
* Allow viewing the crate graph in a webviewJonas Schievink2021-05-111-0/+1
|
* Enable thread-local coverage marksLaurențiu Nicola2021-03-151-1/+1
|
* Redo it properly and add a quickfixJonas Schievink2021-03-151-0/+1
|
* Compilation speedAleksey Kladov2021-03-091-1/+1
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-0/+1
|
* 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-221-1/+1
|
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-1/+1
|
* rename completion -> ide_completionAleksey Kladov2021-02-171-1/+1
| | | | We don't have completion-related PRs in flight, so lets do it
* Upgrade expect-test to 1.1Jesse Bakker2021-01-031-1/+1
|
* Update crateskjeremy2020-12-301-1/+1
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+0
|
* Make call_info a part of ide_dbIgor Aleksanov2020-10-241-1/+0
|
* Rewrite algo::diff to support insertion and deletionLukas Wirth2020-10-221-1/+1
|
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-0/+2
|
* Bump pulldown-cmarkLaurențiu Nicola2020-10-131-2/+2
|
* :arrow_up: expect-testAleksey Kladov2020-08-281-1/+1
|
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-261-0/+1
| | | | | | | | | | | | `hir` should know nothing about URLs, markdown and html. It should only be able to: * resolve stringy path from documentation * generate canonical stringy path for a def In contrast, link rewriting should not care about semantics of paths and names resolution, and should be concern only with text mangling bits.
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-251-11/+12
|\
| * Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
| |
| * Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-11/+11
| |
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-241-0/+2
|/
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+35