rust/crates
bors[bot] aef93c918e Merge #478
478: WIP: implement cancelation via unwinding r=matklad a=matklad

This uses https://github.com/salsa-rs/salsa/pull/107 to implement cancellation.

Now we can get rid of `Cancelable` wrapper from everywhere except the top-level analyzer library. 



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2019-01-10 12:51:58 +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 switch interner to use arena 2019-01-08 15:53:32 +03:00
ra_cli fix usages after rename 2019-01-08 22:30:32 +03:00
ra_db explain why we use resume_unwind 2019-01-10 13:06:42 +03:00
ra_hir implement RefUnwindSafe 2019-01-10 13:04:04 +03:00
ra_ide_api use unwinding for cancelation 2019-01-10 12:20:32 +03:00
ra_ide_api_light Extend selection for list items 2019-01-09 20:51:19 +01:00
ra_lsp_server Fix typos in ARCHITECTURE.md and a number of crates 2019-01-09 01:17:09 +01:00
ra_syntax fuzz-lockfile 2019-01-09 01:58:25 +03: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 Add a fuzzing subcommand 2018-12-31 13:14:06 +00:00