rust-analyzer/crates/ra_hir/src
Florian Diebold 1056b480d6 Make extern crates in the root module add to the extern prelude
To accomplish this, separate the extern prelude from the per-module item maps.
2019-02-04 21:49:34 +01:00
..
code_model_impl Sketching the resolver API 2019-02-01 22:14:34 +01:00
expr Use the new Resolver API for goto def 2019-02-01 22:45:43 +01:00
nameres Make extern crates in the root module add to the extern prelude 2019-02-04 21:49:34 +01:00
ty Test more Self inference 2019-02-04 14:44:06 -05:00
adt.rs split HirDatabase api 2019-02-01 22:05:24 +08:00
code_model_api.rs Make extern crates in the root module add to the extern prelude 2019-02-04 21:49:34 +01:00
code_model_impl.rs Migrate trait & type to new ids 2019-01-25 01:31:32 +03:00
db.rs make HirDatabase object-safe 2019-02-03 22:15:31 +03:00
docs.rs Make doc comments optional 2019-01-26 10:35:23 -05:00
expr.rs Cleanup 2019-02-01 22:54:21 +01:00
generics.rs Make the Resolution variants tuple variants 2019-02-01 22:54:30 +01:00
ids.rs split HirDatabase api 2019-02-01 22:05:24 +08:00
impl_block.rs Make the Resolution variants tuple variants 2019-02-01 22:54:30 +01:00
lib.rs Use new Resolver API in type inference 2019-02-01 22:45:23 +01:00
macros.rs split HirDatabase api 2019-02-01 22:05:24 +08:00
marks.rs Add marks 2019-01-26 23:59:11 +01:00
mock.rs make HirDatabase object-safe 2019-02-03 22:15:31 +03:00
module_tree.rs split HirDatabase api 2019-02-01 22:05:24 +08:00
name.rs Fixup tests 2019-01-14 19:30:21 +01:00
nameres.rs Make extern crates in the root module add to the extern prelude 2019-02-04 21:49:34 +01:00
path.rs Pass aliases to ImportData 2019-02-02 00:23:53 +01:00
query_definitions.rs split HirDatabase api 2019-02-01 22:05:24 +08:00
resolve.rs Some cleanup and additional tests 2019-02-01 23:24:26 +01:00
source_binder.rs Some cleanup and additional tests 2019-02-01 23:24:26 +01:00
ty.rs Make the Resolution variants tuple variants 2019-02-01 22:54:30 +01:00
type_ref.rs migrate ra_hir to rowan 2.0 2019-01-08 11:28:42 +03:00