rust/crates/ra_hir/src
2019-05-01 15:53:13 +03:00
..
code_model_impl use either for uses 2019-04-10 10:12:54 +03:00
expr cleanups 2019-04-13 14:16:46 +03:00
nameres Sidestep two-phase borrow violation signaled by mutable_borrow_reservation_conflict. 2019-04-29 14:03:51 +02:00
ty Introduced resolve_macro_call on resolver 2019-04-23 10:17:31 +01:00
adt.rs rename flavor to kind 2019-04-02 12:53:44 +03:00
code_model_api.rs Extract generic_params method to a HasGenericParams trait 2019-04-14 13:07:45 +02:00
code_model_impl.rs
db.rs lang_item_lookup is now a salsa query. 2019-04-20 00:29:16 +02:00
diagnostics.rs tweak diagnostics API 2019-03-25 10:52:50 +03:00
docs.rs
either.rs type-safer source-map for bindings 2019-04-10 10:48:15 +03:00
expr.rs Use correct FileId when expanding macros in expressions 2019-05-01 15:53:13 +03:00
generics.rs Add HIR for where clauses & ignore impls with where clauses in trait resolution 2019-04-21 15:01:17 +02:00
ids.rs Add more information on macro rules fail to parse 2019-04-26 02:03:55 +08:00
impl_block.rs Extract generic_params method to a HasGenericParams trait 2019-04-14 13:07:45 +02:00
lang_item.rs lang_item_lookup is now a salsa query. 2019-04-20 00:29:16 +02:00
lib.rs move auto-imoprter into IDE 2019-04-22 15:56:28 +03:00
marks.rs Merge #982 2019-03-17 21:41:37 +00:00
mock.rs migrate to salsas interning 2019-04-09 22:51:22 +03:00
name.rs move auto-imoprter into IDE 2019-04-22 15:56:28 +03:00
nameres.rs Added macro resolution and expansion 2019-04-22 21:35:44 +01:00
path.rs Added macro resolution and expansion 2019-04-22 21:35:44 +01:00
resolve.rs Use correct FileId when expanding macros in expressions 2019-05-01 15:53:13 +03:00
source_binder.rs move auto-imoprter into IDE 2019-04-22 15:56:28 +03:00
source_id.rs rename 2019-03-26 19:11:01 +03:00
traits.rs More trait infrastructure 2019-04-14 11:28:53 +02:00
ty.rs Make callable signature handling a bit nicer 2019-04-14 11:28:53 +02:00
type_alias.rs rename persistent hir database -> def database 2019-03-23 15:44:24 +03:00
type_ref.rs