rust/crates/ra_hir/src
bors[bot] ffcf618842 Merge #662
662: Preserve indentation in doc comments r=matklad a=kjeremy

Fixes #502 

Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2019-01-27 08:21:04 +00:00
..
code_model_impl remove Option<SourceFileItemId> hack 2019-01-26 23:27:01 +03:00
nameres remove Option<SourceFileItemId> hack 2019-01-26 23:27:01 +03:00
ty Add marks 2019-01-26 23:59:11 +01:00
adt.rs add ability to get strcut field source 2019-01-25 20:38:03 +03:00
code_model_api.rs rename POS_FIELD -> POS_FIELD_DEF 2019-01-26 00:24:12 +03:00
code_model_impl.rs Migrate trait & type to new ids 2019-01-25 01:31:32 +03:00
db.rs remove Option<SourceFileItemId> hack 2019-01-26 23:27:01 +03:00
docs.rs Make doc comments optional 2019-01-26 10:35:23 -05:00
expr.rs fix AST for if expressions 2019-01-27 00:37:11 +03:00
generics.rs Migrate trait & type to new ids 2019-01-25 01:31:32 +03:00
ids.rs remove Option<SourceFileItemId> hack 2019-01-26 23:27:01 +03:00
impl_block.rs kill DefKindc 2019-01-25 01:38:21 +03:00
lib.rs add ability to get strcut field source 2019-01-25 20:38:03 +03: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 rename FilesDatabase -> SourceDatabase 2019-01-26 11:20:30 +03:00
module_tree.rs remove Option<SourceFileItemId> hack 2019-01-26 23:27:01 +03:00
name.rs
nameres.rs remove Option<SourceFileItemId> hack 2019-01-26 23:27:01 +03:00
path.rs fix completion bugs 2019-01-23 15:43:47 +08:00
query_definitions.rs remove Option<SourceFileItemId> hack 2019-01-26 23:27:01 +03:00
source_binder.rs remove Option<SourceFileItemId> hack 2019-01-26 23:27:01 +03:00
ty.rs Add marks 2019-01-26 23:59:11 +01:00
type_ref.rs