rust/crates/ra_hir/src
Florian Diebold 65864d85f9 Rename FnScopes -> ExprScopes
The reason for this is that it describes scopes for any body expression, not
just that of a function. It did not actually refer to functions at all anymore.
2019-01-30 21:23:50 +01:00
..
code_model_impl Rename FnScopes -> ExprScopes 2019-01-30 21:23:50 +01:00
expr Rename FnScopes -> ExprScopes 2019-01-30 21:23:50 +01:00
nameres Use Crate instead of CrateId 2019-01-30 22:37:20 +03:00
ty Use Crate instead of CrateId 2019-01-30 22:37:20 +03:00
adt.rs add ability to get strcut field source 2019-01-25 20:38:03 +03:00
code_model_api.rs Rename FnScopes -> ExprScopes 2019-01-30 21:23:50 +01:00
code_model_impl.rs Migrate trait & type to new ids 2019-01-25 01:31:32 +03:00
db.rs Rename FnScopes -> ExprScopes 2019-01-30 21:23:50 +01:00
docs.rs Make doc comments optional 2019-01-26 10:35:23 -05:00
expr.rs Rename FnScopes -> ExprScopes 2019-01-30 21:23:50 +01:00
generics.rs Add type params to FnSignature 2019-01-27 17:59:21 +01:00
ids.rs remove Option<SourceFileItemId> hack 2019-01-26 23:27:01 +03:00
impl_block.rs Go to Implementation for structs and enums 2019-01-29 19:13:02 -05:00
lib.rs Rename FnScopes -> ExprScopes 2019-01-30 21:23:50 +01:00
macros.rs move SyntaxPtr to ra_syntax 2019-01-23 17:37:10 +03:00
marks.rs Add marks 2019-01-26 23:59:11 +01:00
mock.rs Revert parts of "Test non standard crate root" 2019-01-27 16:32:31 +01:00
module_tree.rs Use Crate instead of CrateId 2019-01-30 22:37:20 +03:00
name.rs Fixup tests 2019-01-14 19:30:21 +01:00
nameres.rs Use Crate instead of CrateId 2019-01-30 22:37:20 +03:00
path.rs fix completion bugs 2019-01-23 15:43:47 +08:00
query_definitions.rs Rename FnScopes -> ExprScopes 2019-01-30 21:23:50 +01:00
source_binder.rs Use Crate instead of CrateId 2019-01-30 22:37:20 +03:00
ty.rs Rename FnScopes -> ExprScopes 2019-01-30 21:23:50 +01:00
type_ref.rs migrate ra_hir to rowan 2.0 2019-01-08 11:28:42 +03:00