aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Refactor TokenBuffer for reduc cloningEdwin Cheng2021-01-043-19/+18
| |
* | Reduce string copyingEdwin Cheng2021-01-041-14/+16
|/
* Revert "Proper handling $crate and local_inner_macros"Jonas Schievink2021-01-033-14/+19
|
* Introduce HygieneFrames for proper token hygineeEdwin Cheng2021-01-023-19/+14
|
* Remove unused clones in mbeEdwin Cheng2020-12-301-8/+4
|
* Refactor mbe parsing codeEdwin Cheng2020-12-294-76/+99
|
* Merge #7060bors[bot]2020-12-281-0/+12
|\ | | | | | | | | | | | | | | | | | | 7060: Fix mbe fail to pass expr with attr r=edwin0cheng a=edwin0cheng bors r+ Fixes #5896 Co-authored-by: Edwin Cheng <[email protected]>
| * Fix mbe fail to pass expr with attrEdwin Cheng2020-12-281-0/+12
| |
* | Special case underscore in mbe meta opEdwin Cheng2020-12-282-2/+45
| |
* | Rollback 6929Edwin Cheng2020-12-281-2/+1
|/
* Ignore third punct in 2-composite punctEdwin Cheng2020-12-272-20/+36
|
* Use pattern_single instead of pattern in mbe patEdwin Cheng2020-12-201-0/+12
|
* mbe: treat _ as identLaurențiu Nicola2020-12-204-3/+18
|
* Node-ify lifetimesLukas Wirth2020-12-163-5/+9
|
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-152-3/+3
|
* Add missing arg for eat_charEdwin Cheng2020-12-111-3/+3
|
* negative sign matching in mbe matching for literalEdwin Cheng2020-12-112-6/+39
|
* Add dedicated error for "proc macro not found"Jonas Schievink2020-11-271-0/+2
|
* Simplify error formattingLaurențiu Nicola2020-11-261-1/+1
|
* Implement `Display` for macro expansion errorsJonas Schievink2020-11-261-0/+16
|
* Use `ExpandResult` instead of `MacroResult`Jonas Schievink2020-11-261-0/+8
| | | | `MacroResult` is redundant
* Use named fields in `ExpandResult`Jonas Schievink2020-11-264-28/+38
|
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
|
* Deny unreachable-pubAleksey Kladov2020-11-022-9/+9
| | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
* CleanupAleksey Kladov2020-10-071-12/+10
|
* Added unit test for negative number literals in macros.Tim2020-10-061-0/+21
|
* Fixed parsing of negative number literals in macros.Tim2020-10-061-5/+12
|
* Bump smol_str from 0.1.16 to 0.1.17Jean SIMARD2020-09-241-1/+4
|
* Rename ra_mbe -> mbeAleksey Kladov2020-08-139-0/+4375