..
body
Support macros in pattern position
2021-04-11 01:25:50 +02:00
item_tree
Support macros in pattern position
2021-04-11 01:25:50 +02:00
nameres
Resolve prelude and crate root names in the root DefMap
2021-04-09 15:29:42 +02:00
path
Intern more TypeRef
s in generics
2021-04-05 02:03:37 +02:00
adt.rs
Global TypeRef/TraitRef interning
2021-04-01 19:46:43 +02:00
attr.rs
Avoid an unnecessary collect
2021-04-09 22:52:13 +02:00
body.rs
Merge #8324
2021-04-04 01:27:14 +00:00
builtin_attr.rs
Add builtin macro-like attributes
2021-03-19 14:33:31 +01:00
builtin_type.rs
Introduce TypeCtor::Scalar
2021-02-28 01:20:04 +01:00
child_by_source.rs
Insert unnamed consts to ChildBySource DynMap
2021-04-09 17:14:48 +02:00
data.rs
Check if bitflags deps pulls its weight
2021-04-04 12:06:01 +03:00
db.rs
Avoid O(n²) when constructing AttrSourceMap
2021-04-06 22:25:44 +02:00
diagnostics.rs
Fix missing unresolved macro diagnostic in function body
2021-03-16 00:52:58 -07:00
dyn_map.rs
Rename ra_hir_def -> hir_def
2020-08-13 16:29:33 +02:00
expr.rs
Intern TypeRefs stored in Body
2021-04-06 16:07:45 +02:00
find_path.rs
Code review fixes
2021-03-22 15:15:53 +02:00
generics.rs
Intern GenericParams
2021-04-05 03:50:10 +02:00
import_map.rs
Make MacroDefId's AstId
mandatory when possible
2021-03-18 15:37:14 +01:00
intern.rs
Interned<T>
: Only hash the pointer
2021-04-05 17:07:53 +02:00
item_scope.rs
Collect trait impls inside unnamed consts
2021-04-07 03:33:22 +02:00
item_tree.rs
Support macros in pattern position
2021-04-11 01:25:50 +02:00
keys.rs
Add ConstParams to the HIR
2021-01-01 10:06:42 +01:00
lang_item.rs
Make public DefMap fields private
2021-01-20 15:41:18 +01:00
lib.rs
Merge #8432
2021-04-13 12:02:26 +00:00
nameres.rs
Store #[derive]
attribute ID along macro invoc
2021-04-09 13:38:01 +02:00
path.rs
Use Box'es to reduce the size of hir_def::expr::Pat from 112 to 64 bytes on 64bit
2021-04-06 16:01:31 +03:00
per_ns.rs
deduplicate macro completions from legacy macros and prelude
2020-12-31 13:41:49 -07:00
resolver.rs
Intern GenericParams
2021-04-05 03:50:10 +02:00
src.rs
Make ItemTreeId
its own type
2021-03-18 01:53:22 +01:00
test_db.rs
Allow include! an empty content file
2021-04-03 12:50:55 +08:00
trace.rs
Use ‘index’ terminology for arena consistently
2021-01-17 18:38:08 +11:00
type_ref.rs
Remove TraitRef::Error
2021-03-29 18:41:21 +02:00
visibility.rs
simplify visibility.rs
2021-04-05 04:27:57 +02:00