rust/crates/ra_hir_def/src
bors[bot] 3ebf15c9b2
Merge #2626
2626: Recursive collect macros in impl items r=matklad a=edwin0cheng



Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2019-12-21 10:12:18 +00:00
..
body Handle closure return types 2019-12-20 18:16:11 +01:00
nameres Merge #2625 2019-12-21 06:12:36 +00:00
path Handle start imports in import groups 2019-12-19 16:57:22 +01:00
adt.rs Move enum&union to new loc 2019-12-12 15:11:57 +01:00
attr.rs Use different types for path with and without generics 2019-12-14 19:15:40 +01:00
body.rs Merge #2624 2019-12-20 19:51:03 +00:00
builtin_type.rs Rename N! to name! 2019-12-13 22:33:38 +01:00
child_by_source.rs Privitize impls 2019-12-20 16:55:38 +01:00
data.rs Add a limit for protect against infinite recursion 2019-12-21 05:16:29 +08:00
db.rs Move enum&union to new loc 2019-12-12 15:11:57 +01:00
diagnostics.rs
docs.rs Move enum&union to new loc 2019-12-12 15:11:57 +01:00
dyn_map.rs DynMap 2019-12-06 21:28:05 +01:00
expr.rs Handle closure return types 2019-12-20 18:16:11 +01:00
generics.rs Rename N! to name! 2019-12-13 22:33:38 +01:00
item_scope.rs Make legacy macros private 2019-12-20 17:12:20 +01:00
keys.rs Dedupe from_source impls 2019-12-12 15:50:16 +01:00
lang_item.rs Privitize impls 2019-12-20 16:55:38 +01:00
lib.rs Merge #2624 2019-12-20 19:51:03 +00:00
marks.rs Handle start imports in import groups 2019-12-19 16:57:22 +01:00
nameres.rs Move impls to ItemScope 2019-12-20 16:52:02 +01:00
path.rs Simplify 2019-12-20 20:15:54 +01:00
per_ns.rs Remove obsolete comment 2019-12-05 17:55:38 +01:00
resolver.rs Move ModuleScope to a new module 2019-12-20 16:52:02 +01:00
src.rs Reduce copy-paste some more 2019-12-20 13:58:09 +01:00
test_db.rs
trace.rs
type_ref.rs