rust-analyzer/crates
bors[bot] 5a866a772c Merge #396
396: Fix the `panic` found whilst fuzzing r=matklad,me a=DJMcNab

This occurred when a non-ascii character was used in an ascii escape, for example in the motivating example: `if'\xɿ`, which can be further simplified to `'\xɿ`.

Co-authored-by: DJMcNab <36049421+djmcnab@users.noreply.github.com>
2019-01-01 11:11:20 +00:00
..
gen_lsp_server Bump serde_json from 1.0.33 to 1.0.34 2018-12-31 09:48:16 +00:00
ra_analysis Merge #395 2018-12-31 16:06:27 +00:00
ra_cli generalize extend selection to work with nodes 2018-12-31 19:01:51 +03:00
ra_db remove backtraces from Cancelled 2018-12-31 00:38:50 +03:00
ra_editor Merge #395 2018-12-31 16:06:27 +00:00
ra_hir Make modules with tests runnable 2018-12-31 15:00:04 +01:00
ra_lsp_server Merge #165 2018-12-31 14:15:34 +00:00
ra_syntax Use an else if 2019-01-01 11:10:08 +00:00
ra_text_edit change to TextEdit to avoid allocation and sort 2018-12-25 20:49:18 +01:00
ra_vfs ⬆️ crossbeam 2018-12-30 23:23:31 +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