rust-analyzer/crates/ra_hir/src
2019-09-07 13:35:41 +02:00
..
code_model Correctly build BodySourceMap for macro-expanded expressions 2019-09-03 11:04:38 +03:00
expr Correctly build BodySourceMap for macro-expanded expressions 2019-09-03 11:04:38 +03:00
nameres Merge #1779 2019-09-06 11:33:37 +00:00
ty Add some more tests 2019-09-07 13:35:41 +02:00
adt.rs migrate ra_hir to the new rowan 2019-07-19 13:16:25 +03:00
code_model.rs Add an expr_source method analogous to the source methods in the code model 2019-09-02 14:56:38 +02:00
db.rs slightly simplify expr lowering flow 2019-09-03 09:41:21 +03:00
diagnostics.rs Fix build for Diagnostic type change 2019-08-25 12:56:23 +03:00
either.rs cleanup casts 2019-07-19 18:22:00 +03:00
expr.rs Correctly build BodySourceMap for macro-expanded expressions 2019-09-03 11:04:38 +03:00
generics.rs Add impl Trait and dyn Trait types 2019-08-22 19:33:00 +02:00
ids.rs flip syntax text to use internal iteration 2019-07-19 20:29:59 +03:00
impl_block.rs remove ast::*Kind from hir 2019-08-19 14:04:51 +03:00
lang_item.rs migrate ra_hir to the new rowan 2019-07-19 13:16:25 +03:00
lib.rs Make type walking infrastructure a bit nicer 2019-09-03 14:00:35 +02:00
marks.rs Consider prelude to be macro_use 2019-09-05 18:50:04 +08:00
mock.rs make source_root API more abstract 2019-09-06 14:21:11 +03:00
name.rs Check type rather than just name in ok-wrapping diagnostic. Add test for handling generic functions (which currently fails) 2019-08-25 12:55:56 +03:00
nameres.rs minor 2019-09-06 14:30:24 +03:00
path.rs Add support for associated type bindings (where Trait<Type = X>) 2019-09-03 14:00:35 +02:00
resolve.rs Constify KnownName's 2019-07-08 03:29:38 +06:00
source_binder.rs Correctly build BodySourceMap for macro-expanded expressions 2019-09-03 11:04:38 +03:00
source_id.rs migrate ra_hir to the new rowan 2019-07-19 13:16:25 +03:00
traits.rs remove ast::*Kind from hir 2019-08-19 14:04:51 +03:00
ty.rs Make type walking infrastructure a bit nicer 2019-09-03 14:00:35 +02:00
type_alias.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
type_ref.rs Improve/fix type bound lowering 2019-08-22 21:58:29 +02:00