| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-03-15 | Improve the `TokenStream` quoter. | Jeffrey Seyfried | -216/+0 | |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -16/+5 | |
| 2017-03-03 | Optimize `syntax::tokenstream::Cursor`. | Jeffrey Seyfried | -3/+4 | |
| 2017-03-03 | Remove lifetime parameter from `syntax::tokenstream::Cursor`. | Jeffrey Seyfried | -6/+6 | |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove ↵ | Jeffrey Seyfried | -1/+0 | |
| `tokenstream::TokenTree::Sequence`. | ||||
| 2017-01-23 | Remove `open_span` and `close_span` from `Delimited`. | Jeffrey Seyfried | -4/+0 | |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -399/+159 | |
| 2017-01-16 | proc macros/qquote: Handle empty delimited tokens | Nick Cameron | -40/+43 | |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -24/+28 | |
| 2016-10-28 | Split up libproc_macro_plugin | Nick Cameron | -12/+6 | |
| Separate the plugin code from non-plugin code to break a potential cycle in crates. This will allow us to merge the new libproc_macro_tokens into libproc_macro. | ||||
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -0/+470 | |
| This commit blanket renames the `rustc_macro` infrastructure to `proc_macro`, which reflects the general consensus of #35900. A follow up PR to Cargo will be required to purge the `rustc-macro` name as well. | ||||
