rust/crates/ra_syntax/src
bors[bot] fb8fb65131
Merge #4234
4234: Support local_inner_macros r=jonas-schievink a=edwin0cheng

This PR implements `#[macro_export(local_inner_macros)]` support. 

Note that the rustc implementation is quite [hacky][1] too. :)

[1]: 614f273e93/src/librustc_resolve/macros.rs (L456)

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-05-02 10:30:49 +00:00
..
ast Merge #4234 2020-05-02 10:30:49 +00:00
parsing Bump deps 2020-05-01 15:29:03 +03:00
validation Introduce EffectExpr 2020-05-02 11:21:39 +02:00
algo.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
ast.rs Introduce EffectExpr 2020-05-02 11:21:39 +02:00
fuzz.rs Switch to TryFrom 2020-04-25 11:59:18 +02:00
lib.rs Introduce EffectExpr 2020-05-02 11:21:39 +02:00
parsing.rs ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review 2020-02-04 00:00:55 +02:00
ptr.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
syntax_error.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
syntax_node.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
tests.rs Switch to TryFrom 2020-04-25 11:59:18 +02:00
validation.rs Validate uses of self and super 2020-05-01 08:59:24 -07:00