Jonas Schievink
|
896dfacfc4
|
Add name resolution query for block expressions
|
2021-01-21 15:22:17 +01:00 |
|
Edwin Cheng
|
76f2b9d2ef
|
Proper handling $crate Take 2
|
2021-01-07 13:08:32 +08:00 |
|
Jonas Schievink
|
21b68a328c
|
Remove module_lang_items
It isn't used anywhere except in `crate_lang_items`. Remove it to
slightly reduce memory usage and simplify the code.
|
2020-12-17 00:26:01 +01:00 |
|
Lukas Wirth
|
b3652ef288
|
Remove documentation query
|
2020-12-07 19:58:17 +01:00 |
|
Jonas Schievink
|
9559bce311
|
Rename parse_macro to parse_macro_expansion
This does not parse macros, it expands a macro and parses the *result*
|
2020-11-24 21:57:51 +01:00 |
|
Aleksey Kladov
|
ae71a631fd
|
Rename ra_hir -> hir
|
2020-08-13 16:36:55 +02:00 |
|