aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* relative-path 1.0kjeremy2019-10-171-1/+1
|
* Enable CfgOptions `test` for workspace cratesuHOOCCOOHu2019-10-021-0/+1
|
* allow compiling ra_ide_api on wasmAleksey Kladov2019-09-201-0/+3
|
* :arrow_up: instaAleksey Kladov2019-08-291-1/+1
|
* Bump depsLaurențiu Nicola2019-08-041-1/+1
|
* Update insta to 0.9.0 and cargo updatekjeremy2019-07-311-1/+1
|
* switch to upstream rowan's APIAleksey Kladov2019-07-201-0/+1
|
* rand 0.7.0Jeremy Kolb2019-07-041-1/+1
|
* Move memory usage statistics to ra_profAleksey Kladov2019-06-301-6/+0
|
* :arrow_up: parking_lotAleksey Kladov2019-05-301-1/+0
|
* More clever highlighting, incl draft for structsPascal Hertleif2019-05-271-0/+1
|
* :arrow_up: instaAleksey Kladov2019-05-211-1/+1
|
* add a couple of profiling pointsAleksey Kladov2019-04-141-0/+1
|
* structure moved to ra_ide_apiSergey Parilin2019-03-251-1/+0
| | | | ra_ide_api_light removed completely
* Disable fork feature for proptestWilco Kusee2019-03-231-1/+6
|
* Merge #1021bors[bot]2019-03-221-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1021: Wasm dependencies r=matklad a=detrumi As a first step towards running RA on WASM (see #1007), this tweaks the dependencies somewhat so that projects built using `wasm-pack` can use `ra_ide_api` as a dependency. There were two problems: - use of undeclared type or module `MmapInner` This error occurred because of the `memmap` crate, as a dependency of `fst` Solution: specify `default-features = false` for the `fst` package (see https://github.com/BurntSushi/fst/issues/70) - use of undeclared type or module `imp` This happened in the `wait-timeout` crate ([which uses `Command` under the hood](https://github.com/alexcrichton/wait-timeout/issues/18)), a dependency of `rusty-fork` which is a dependency of `proptest`. Solution: move `proptest` to dev-dependencies and add `#[cfg(test)]` to the `test_utils` crate. **Edit:** Oh, that causes trouble with resolving the import when running the tests. Hmm... Co-authored-by: Wilco Kusee <[email protected]>
| * Disable memmap feature in fst dependencyWilco Kusee2019-03-221-1/+1
| |
* | Move join_lines to ra_ide_apiWilco Kusee2019-03-221-0/+1
|/
* line_index and line_index_utils moved to ra_ide_apiSergey Parilin2019-03-221-0/+2
|
* Updateskjeremy2019-03-051-1/+1
|
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* move assists to a separate crateAleksey Kladov2019-02-061-0/+1
|
* Bump insta and proptest to latestkjeremy2019-02-041-1/+1
|
* opt-in jemallocAleksey Kladov2019-01-281-2/+6
|
* show jemallocAleksey Kladov2019-01-271-0/+2
|
* :arrow_up: salsaAleksey Kladov2019-01-251-1/+0
|
* EnumVariant details for completionJeremy A. Kolb2019-01-251-0/+1
|
* :arrow_up salsaAleksey Kladov2019-01-251-0/+1
|
* :arrow_up: instaAleksey Kladov2019-01-231-1/+1
|
* :arrow_up: instaAleksey Kladov2019-01-211-1/+1
|
* :arrow_up: salsaAleksey Kladov2019-01-171-1/+0
|
* update salsaAleksey Kladov2019-01-151-1/+1
|
* switch to insta for testingAleksey Kladov2019-01-151-0/+3
|
* fix usages after renameAleksey Kladov2019-01-081-0/+23