rust/crates
Florian Diebold 1212e59bee Fix assertion error in unification (hopefully)
Currently, all types that we handle during inference need to be resolved as far
as possible at the time. It's maybe too brittle of an invariant; I need to think
how we can do this better. This should fix #484 though, I hope (if
it's the same case as I managed to reproduce).
2019-01-11 22:59:00 +01: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 warn louder on mising sysroot 2019-01-11 20:55:56 +02:00
ra_syntax rename TreePtr -> TreeArc 2019-01-11 19:59:06 +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