aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/subtree_source.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add even more docsAleksey Kladov2021-05-221-1/+3
|
* Make bare underscore token an Ident rather than Punct in proc-macroKevin Mehall2021-03-201-0/+1
|
* Simplify SubtreeTokenSourceEdwin Cheng2021-01-041-88/+60
|
* Refactor TokenBuffer for reduc cloningEdwin Cheng2021-01-041-4/+6
|
* Node-ify lifetimesLukas Wirth2020-12-161-2/+6
|
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
|
* Deny unreachable-pubAleksey Kladov2020-11-021-4/+4
| | | | | | | | 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
|
* Rename ra_mbe -> mbeAleksey Kladov2020-08-131-0/+197