aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src
Commit message (Collapse)AuthorAgeFilesLines
* 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