rust/crates/ra_hir_def/src
bors[bot] 759100fb0d
Merge #3062
3062: Implement slice pattern AST > HIR lowering r=jplatte a=jplatte

WIP. The necessary changes for parsing are implemented, but actual inference is not yet. Just wanted to upload what I've got so far so it doesn't get duplicated :)

Will fix #3043

Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2020-02-11 21:46:36 +00:00
..
body Merge #3062 2020-02-11 21:46:36 +00:00
nameres include requested changes 2020-02-02 08:04:24 -05:00
path include requested changes 2020-02-02 08:04:24 -05:00
adt.rs
attr.rs
body.rs
builtin_type.rs
child_by_source.rs
data.rs
db.rs Apply review suggestions 2020-01-11 23:33:04 +01:00
diagnostics.rs
docs.rs
dyn_map.rs
expr.rs Merge #3062 2020-02-11 21:46:36 +00:00
find_path.rs Add the tests 2020-01-28 18:03:24 +02:00
generics.rs Formatting 2020-02-07 18:28:10 +01:00
item_scope.rs Apply review suggestions 2020-01-11 23:33:04 +01:00
keys.rs Make FromSource private 2020-01-16 16:08:46 +01:00
lang_item.rs Add helpers for unpacking lang items 2019-12-29 17:38:37 +01:00
lib.rs Introduce SourceBinder 2020-01-15 16:52:28 +01:00
marks.rs Add the tests 2020-01-28 18:03:24 +02:00
nameres.rs Publicize debug printing of CrateDefMap 2020-01-28 16:29:31 +01:00
path.rs Merge #2962 2020-02-04 09:44:31 +00:00
per_ns.rs
resolver.rs wip lower impl trait to type args 2020-02-07 18:28:10 +01:00
src.rs
test_db.rs Use query for importable locations 2020-01-11 23:33:04 +01:00
trace.rs
type_ref.rs Formatting 2020-02-07 18:28:10 +01:00
visibility.rs