rust/crates
bors[bot] e56072bfa3 Merge #500
500: Code lens support for running tests r=matklad a=kjeremy

Supports running individual and mod tests.

I feel like this kind of abuses the `Runnables` infrastructure but it works. Maybe later on down the line we should introduce a struct that is really just a tuple of binary, arguments, and environment and pass that back to the client instead. `run_single.ts` is just a paired down version of `runnables.ts` and there is duplication because I think run_single will probably change independent of runnables.

Co-authored-by: Jeremy A. Kolb <jkolb@ara.com>
Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2019-01-12 18:56:11 +00:00
..
gen_lsp_server Fix typos in ARCHITECTURE.md and a number of crates 2019-01-09 01:17:09 +01:00
ra_arena use arena for sysroot 2019-01-11 00:51:34 +03:00
ra_cli rename TreePtr -> TreeArc 2019-01-11 19:59:06 +03:00
ra_db rename TreePtr -> TreeArc 2019-01-11 19:59:06 +03:00
ra_hir Fix assertion error in unification (hopefully) 2019-01-11 22:59:00 +01:00
ra_ide_api actually produce missing def kinds 2019-01-11 21:02:12 +03:00
ra_ide_api_light fine grained on typed tests 2019-01-11 15:48:06 +03:00
ra_lsp_server Merge #500 2019-01-12 18:56:11 +00:00
ra_syntax Fix handling of attributes in positional field lists 2019-01-12 15:42:12 +00:00
ra_text_edit kill text utils 2019-01-08 22:03:13 +03:00
ra_vfs extract area to a crate 2019-01-04 16:58:10 +03:00
test_utils Bump serde_json from 1.0.33 to 1.0.34 2018-12-31 09:48:16 +00:00
thread_worker ⬆️ crossbeam 2018-12-30 23:23:31 +03:00
tools Use --force when installing the VSIX. 2019-01-12 15:00:03 +00:00