Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable fork feature for proptest | Wilco Kusee | 2019-03-23 | 1 | -1/+6 |
| | |||||
* | Merge #1021 | bors[bot] | 2019-03-22 | 1 | -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 dependency | Wilco Kusee | 2019-03-22 | 1 | -1/+1 |
| | | |||||
* | | Move join_lines to ra_ide_api | Wilco Kusee | 2019-03-22 | 1 | -0/+1 |
|/ | |||||
* | line_index and line_index_utils moved to ra_ide_api | Sergey Parilin | 2019-03-22 | 1 | -0/+2 |
| | |||||
* | Updates | kjeremy | 2019-03-05 | 1 | -1/+1 |
| | |||||
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | Fixes typo introduced in #782 | ||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | This closes #777 | ||||
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 1 | -0/+1 |
| | |||||
* | Bump insta and proptest to latest | kjeremy | 2019-02-04 | 1 | -1/+1 |
| | |||||
* | opt-in jemalloc | Aleksey Kladov | 2019-01-28 | 1 | -2/+6 |
| | |||||
* | show jemalloc | Aleksey Kladov | 2019-01-27 | 1 | -0/+2 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-25 | 1 | -1/+0 |
| | |||||
* | EnumVariant details for completion | Jeremy A. Kolb | 2019-01-25 | 1 | -0/+1 |
| | |||||
* | :arrow_up salsa | Aleksey Kladov | 2019-01-25 | 1 | -0/+1 |
| | |||||
* | :arrow_up: insta | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | :arrow_up: insta | Aleksey Kladov | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 1 | -1/+0 |
| | |||||
* | update salsa | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | switch to insta for testing | Aleksey Kladov | 2019-01-15 | 1 | -0/+3 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+23 |