| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-05-13 | Fix #35829 (syntax extension's `quote_expr!()` does not handle b"…") | kennytm | -3/+13 | |
| * Handles `b"…"`, `br#"…"#` and `...` for `quote_expr!()`. * Refactored the match statement to allow it to complain loudly on any unhandled token. * Similarly, proc_macro's `quote!()` did not handle `br#"…"#` or `r#"…"#`, so this commit fixes it too. | ||||
| 2017-03-15 | Improve the `TokenStream` quoter. | Jeffrey Seyfried | -0/+220 | |
