rust/crates
bors[bot] 1541b2d689 Merge #1409
1409: The Fall down of failures r=matklad a=mominul

😁
Replaced all the uses of `failure` crate with `std::error::Error`.

Closes #1400 
Depends on rust-analyzer/teraron#1

Co-authored-by: Muhammad Mominul Huque <mominul2082@gmail.com>
2019-06-16 19:58:33 +00:00
..
gen_lsp_server Fix a doc test 2019-06-15 13:53:37 +06:00
ra_arena
ra_assists Implement autoderef using the Deref trait 2019-06-15 18:21:23 +02:00
ra_batch add analysis-bench to benchmark incremental analysis 2019-06-16 19:45:05 +03:00
ra_cli add analysis-bench to benchmark incremental analysis 2019-06-16 19:45:05 +03:00
ra_db make LRU_CAP configurable for batch db 2019-06-12 13:25:30 +03:00
ra_fmt
ra_hir Add test for autoderef infinite recursion 2019-06-16 12:25:04 +02:00
ra_ide_api add analysis-bench to benchmark incremental analysis 2019-06-16 19:45:05 +03:00
ra_lsp_server reuse AnalysisHost in batch analysis 2019-06-15 16:29:23 +03:00
ra_mbe
ra_parser fix: support existential type 2019-06-12 14:32:39 +00:00
ra_prof
ra_project_model add analysis-bench to benchmark incremental analysis 2019-06-16 19:45:05 +03:00
ra_syntax Fix formatting 2019-06-16 01:45:38 +09:00
ra_text_edit
ra_tools Update teraron version 2019-06-17 00:07:31 +06:00
ra_tt
test_utils
thread_worker