about summary refs log tree commit diff
path: root/src/libproc_macro_plugin/lib.rs
AgeCommit message (Expand)AuthorLines
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-103/+0
2017-06-19Bump version and stage0 compilerAlex Crichton-3/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+3
2017-03-15Improve the `TokenStream` quoter.Jeffrey Seyfried-38/+40
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-9/+7
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-1/+0
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-10-28Split up libproc_macro_pluginNick Cameron-36/+6
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-0/+137