rust/crates
Florian Diebold a1ed53a4f1 More trait infrastructure
- make it possible to get parent trait from method
 - add 'obligation' machinery for checking that a type implements a
   trait (and inferring facts about type variables from that)
 - handle type parameters of traits (to a certain degree)
 - improve the hacky implements check to cover enough cases to exercise the
   handling of traits with type parameters
 - basic canonicalization (will probably also be done by Chalk)
2019-04-14 11:28:53 +02:00
..
gen_lsp_server
ra_arena
ra_assists replace usages of algo::generate with iter::successors from std 2019-04-13 16:43:49 +02:00
ra_batch migrate to salsas interning 2019-04-09 22:51:22 +03:00
ra_cli Merge #1068 2019-04-03 09:09:11 +00:00
ra_db drop old interning infra 2019-04-09 22:52:06 +03:00
ra_fmt replace usages of algo::generate with iter::successors from std 2019-04-13 16:43:49 +02:00
ra_hir More trait infrastructure 2019-04-14 11:28:53 +02:00
ra_ide_api Get substs for trait refs in impl blocks 2019-04-14 11:28:53 +02:00
ra_lsp_server Refactor CallInfo function signatures to new FunctionSignature type 2019-04-09 14:45:04 +03:00
ra_mbe Refactoring and add some docs 2019-04-08 20:32:21 +08:00
ra_parser migrate to untyped rowan 2019-04-09 10:26:51 +03:00
ra_prof added some docs to public functions 2019-04-03 16:05:55 +03:00
ra_project_model replace todo with fixme 2019-03-23 11:07:09 +03:00
ra_syntax replace usages of algo::generate with iter::successors from std 2019-04-13 16:43:49 +02:00
ra_text_edit Disable fork feature for proptest 2019-03-23 08:57:07 +01:00
ra_tt
test_utils fix error on wrong path 2019-03-17 12:53:22 +03:00
thread_worker
tools Use EXE extension for pre-commit hook on Window 2019-03-27 07:52:59 +01:00