rust/crates/ra_hir_def/src
2020-06-21 15:19:38 +02:00
..
body Handle bindings after @ in patterns 2020-06-21 15:19:38 +02:00
nameres Don't panic on crates depending on themselves 2020-06-19 18:38:03 +02:00
path Switch to new magic marks 2020-05-20 13:02:53 +02:00
adt.rs refactor: use attrsOwner directly in is_cfg_enabled 2020-05-05 09:34:07 +02:00
attr.rs Enable hover and autocomplete docs on macro generated items 2020-06-03 06:46:07 -04:00
body.rs Don't guess macro expansion crate 2020-06-11 12:13:14 +02:00
builtin_type.rs find_path: Builtins are always in scope 2020-04-18 12:06:22 +02:00
child_by_source.rs Rename StructField -> Field 2020-04-25 14:23:34 +02:00
data.rs Make known paths use core instead of std 2020-06-11 16:23:20 +02:00
db.rs Use ImportMap in find_path, remove old queries 2020-06-04 19:33:01 +02:00
diagnostics.rs Anchor file-system operations to the file, and not to the source root. 2020-06-16 18:45:58 +02:00
docs.rs Consolidate documentation expansion and merging 2020-06-03 06:54:41 -04:00
dyn_map.rs DynMap 2019-12-06 21:28:05 +01:00
expr.rs fmt 2020-05-31 12:06:22 +02:00
find_path.rs find_path: return shorter paths for external items 2020-06-12 13:01:20 +02:00
generics.rs Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00
import_map.rs find_path: return shorter paths for external items 2020-06-12 13:01:20 +02:00
item_scope.rs Reorder imports 2020-06-05 13:15:16 +02:00
keys.rs Rename StructField -> Field 2020-04-25 14:23:34 +02:00
lang_item.rs Fix some clippy perf warnings 2020-05-25 13:35:52 -04:00
lib.rs Replace impls_in_trait with CrateImplDefs 2020-06-19 01:29:34 +02:00
nameres.rs Simplify 2020-06-18 16:02:45 +02:00
path.rs Deprecate hir::Path::from_ast 2020-06-15 10:55:48 +02:00
per_ns.rs Add an ImportMap 2020-06-04 19:33:01 +02:00
resolver.rs Handle Self in values and patterns 2020-05-15 17:25:28 +02:00
src.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
test_db.rs Make relevant_crates return a Set 2020-06-11 11:30:06 +02:00
trace.rs Simplify Arena to use a generic index 2020-03-19 18:46:30 +01:00
type_ref.rs Support raw_ref_op's raw reference operator 2020-05-28 21:42:22 +02:00
visibility.rs Provide more complete AST accessors to support usage in rustc 2020-04-09 11:50:37 +02:00