about summary refs log tree commit diff
path: root/src/comp/syntax/ext
AgeCommit message (Expand)AuthorLines
2011-09-15Insert omitted semicolons for statementsMarijn Haverbeke-1/+1
2011-09-12Factor imports mindlessly.Graydon Hoare-51/+17
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-2/+4
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-110/+109
2011-09-02Reformat. Issue #855Brian Anderson-182/+153
2011-09-01Remove lots of estr code from rustc. Issue #855Brian Anderson-5/+4
2011-09-01Remove #ifmt. Issue #855Brian Anderson-2/+0
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-4/+4
2011-09-01Make #fmt and #ifmt synonymous. Issue #855Brian Anderson-13/+15
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-8/+8
2011-09-01Parse "",str as istrs. Pretty print istrs as "",str. Issue #855Brian Anderson-1/+1
2011-09-01Remove std::str. Issue #855Brian Anderson-1/+0
2011-09-01Remove various istr conversions. Issue #855Brian Anderson-10/+9
2011-09-01Remove the estr #fmt. Issue #855Brian Anderson-365/+0
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-32/+34
2011-08-30Convert #env to istrs. Temporarily disable usage in rustc. Issue #855Brian Anderson-1/+1
2011-08-30Add #ifmt extension, like #fmt but for istrs. Issue #855Brian Anderson-0/+364
2011-08-30Remove the %S istr conversion from #fmtBrian Anderson-2/+0
2011-08-27Convert misc compiler bits to istrs. Issue #855Brian Anderson-47/+47
2011-08-27Convert rustc::syntax::ext::base to istrs. Issue #855Brian Anderson-82/+87
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-5/+8
2011-08-27Convert pretty-printer to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert parser to istrs. Issue #855Brian Anderson-1/+2
2011-08-27Convert rest of the AST to istrs. Issue #855Brian Anderson-14/+15
2011-08-27Support istrs in #fmt. Issue #855Brian Anderson-0/+2
2011-08-27Remove ast::identistr. Issue #855Brian Anderson-7/+6
2011-08-27Convert ast::ident to istr. Issue #855Brian Anderson-35/+36
2011-08-27Convert std::map::new_str_hash to istrs. Issue #855Brian Anderson-27/+43
2011-08-27Convert std::generic_os to istrs. Issue #855Brian Anderson-2/+5
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-1/+3
2011-08-27Convert std::int to istrs. Issue #855Brian Anderson-5/+13
2011-08-22Move functions from syntax::ast to syntax::ast_utilBrian Anderson-1/+1
2011-08-20ReformatBrian Anderson-135/+146
2011-08-18More misc ivec->vec renamingBrian Anderson-1/+1
2011-08-18Remove seq_kind from ast::expr_vecBrian Anderson-11/+11
2011-08-18Remove or _-prefix all unused function argumentsMarijn Haverbeke-14/+14
2011-08-16Port the compiler to the expr foo::<T> syntax.Erick Tryzelaar-10/+10
2011-08-16Port the compiler to foo<T> decl syntax.Erick Tryzelaar-2/+2
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-35/+35
2011-08-16Rename std::ivec to std::vecBrian Anderson-35/+34
2011-08-16Continue migrating the std #fmt interface to ivecsBrian Anderson-1/+1
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-13/+13
2011-08-15Use span stacks to track macro expansion for less troublesome error messages.Paul Stansifer-8/+23
2011-08-15Allow `[a, b, ..., c]` transcription patterns in MBE.Paul Stansifer-24/+42
2011-08-15Change `node_id`s when expanding, to avoid duplicates.Paul Stansifer-1/+4
2011-08-15Add a syntax extension to log syntax, for debugging macros.Paul Stansifer-3/+20
2011-08-15Add a layer of boxing as a hack; this code can segfault otherwise.Paul Stansifer-5/+6
2011-08-15Add backtraces for syntax problems.Paul Stansifer-64/+60
2011-08-15Check for nonconsistent macro names.Paul Stansifer-1/+11
2011-08-12Remove the last remaining vec expressions in rustcBrian Anderson-3/+3