about summary refs log tree commit diff
path: root/src/comp/syntax/ext/concat_idents.rs
AgeCommit message (Collapse)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-11-30Box ast::path valuesMarijn Haverbeke-3/+3
It seems inefficient to copy them around. Let's measure whether that's actually > the case
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-2/+2
Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit.
2011-09-02Reformat. Issue #855Brian Anderson-4/+4
2011-08-27Convert rustc::syntax::ext::base to istrs. Issue #855Brian Anderson-2/+2
2011-08-27Convert rest of the AST to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert ast::ident to istr. Issue #855Brian Anderson-1/+1
2011-08-20ReformatBrian Anderson-7/+10
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-18Remove seq_kind from ast::expr_vecBrian Anderson-1/+1
2011-08-18Remove or _-prefix all unused function argumentsMarijn Haverbeke-1/+1
This should make the compilation process a bit less noisy.
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Rename std::ivec to std::vecBrian Anderson-1/+0
2011-08-09Port the compiler to the ivec type [T] syntax.Erick Tryzelaar-2/+2
2011-08-03Add #concat_idents[] and #ident_to_str[]Paul Stansifer-0/+22