aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/mbe_expander
Commit message (Collapse)AuthorAgeFilesLines
* mbe: treat _ as identLaurențiu Nicola2020-12-201-1/+1
|
* Node-ify lifetimesLukas Wirth2020-12-161-1/+1
|
* Add missing arg for eat_charEdwin Cheng2020-12-111-3/+3
|
* negative sign matching in mbe matching for literalEdwin Cheng2020-12-111-4/+28
|
* Use named fields in `ExpandResult`Jonas Schievink2020-11-262-11/+16
|
* Deny unreachable-pubAleksey Kladov2020-11-021-5/+5
| | | | | | | | 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.
* Rename ra_mbe -> mbeAleksey Kladov2020-08-132-0/+731