about summary refs log tree commit diff
path: root/src/comp/syntax/ext/log_syntax.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-13/+0
2012-02-03Make macro arg optional in syntax, again untested.Kevin Atkinson-0/+1
2012-02-03Add support for recognizing macro body, completely untested.Kevin Atkinson-2/+1
2012-02-03Change the type for the macro body to also store the span.Kevin Atkinson-1/+1
2012-01-31Change option::t to optionTim Chevalier-1/+1
2012-01-11Major clean-up of std::ioMarijn Haverbeke-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-11-10Cleanup unused importsHaitao Li-1/+1
2011-09-12Factor imports mindlessly.Graydon Hoare-2/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-2/+2
2011-09-02Reformat. Issue #855Brian Anderson-3/+2
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-1/+1
2011-08-27Convert pretty-printer to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert rest of the AST to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-1/+3
2011-08-20ReformatBrian Anderson-1/+1
2011-08-18Remove or _-prefix all unused function argumentsMarijn Haverbeke-1/+1
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-2/+2
2011-08-15Add a syntax extension to log syntax, for debugging macros.Paul Stansifer-0/+13