rust/crates/ra_hir/src
bors[bot] cd433ed194
Merge #1734
1734: Strip indents and empty lines in check_apply_diagnostic_fix_from_position r=matklad a=matklad



Co-authored-by: Phil Ellison <phil.j.ellison@gmail.com>
2019-08-25 09:58:54 +00:00
..
code_model migrate ra_hir to the new rowan 2019-07-19 13:16:25 +03:00
expr Simplify checking return type, add new test 2019-08-25 12:56:23 +03:00
nameres remove ast::*Kind from hir 2019-08-19 14:04:51 +03:00
ty Add type_mismatches to InferenceResult and use this in ok-wrapping code fix 2019-08-25 12:55:55 +03:00
adt.rs migrate ra_hir to the new rowan 2019-07-19 13:16:25 +03:00
code_model.rs rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
db.rs switch from volatile to untracked read 2019-08-15 15:24:02 +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 Convert BoxPat to Missing in HIR 2019-08-23 16:07:11 -07: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 implement durability 2019-08-15 15:27:00 +03:00
marks.rs implement while let desugaring 2019-08-07 15:14:22 +02:00
mock.rs Some clippy fixes for 1.36 2019-07-04 17:43:00 -04: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 cargo format 2019-07-08 04:09:35 +06:00
path.rs Lower fully qualified associated type paths 2019-08-12 21:43:00 +02:00
resolve.rs Constify KnownName's 2019-07-08 03:29:38 +06:00
source_binder.rs rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +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 Add type_mismatches to InferenceResult and use this in ok-wrapping code fix 2019-08-25 12:55:55 +03: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