about summary refs log tree commit diff
path: root/src/comp/syntax/print
AgeCommit message (Expand)AuthorLines
2011-08-19Do better at preserving blank lines during pretty-printingBrian Anderson-1/+5
2011-08-19Don't pretty-print extra blank lines after anon object methodsBrian Anderson-2/+5
2011-08-18Don't pretty-print trailing whitespace for blank lines inside block commentsBrian Anderson-2/+10
2011-08-18Try harder to disambig blocks followed by various exprs in pprust. Closes #840Brian Anderson-15/+74
2011-08-18Kill another case of a spurious blank line. Closes #809.Graydon Hoare-1/+1
2011-08-18Change ast::ty_ivec, ty::ty_ivec to ty_vecBrian Anderson-1/+1
2011-08-18Remove ast::ty_vecBrian Anderson-1/+0
2011-08-18Remove seq_kind from ast::expr_vecBrian Anderson-2/+2
2011-08-18Pretty-print ivecs as []Brian Anderson-5/+1
2011-08-18Remove or _-prefix all unused function argumentsMarijn Haverbeke-1/+1
2011-08-17Allow multiple imports in a single statementBrian Anderson-0/+13
2011-08-17Allow multiple exports in a single export statement. Issue #817Brian Anderson-1/+5
2011-08-16Port the compiler to the expr foo::<T> syntax.Erick Tryzelaar-13/+13
2011-08-16Port the compiler to foo<T> decl syntax.Erick Tryzelaar-5/+5
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-14/+14
2011-08-16Change expr foo[T] syntax to foo::<T>.Erick Tryzelaar-6/+9
2011-08-16Change declaration type parameter syntax to foo<T>.Erick Tryzelaar-2/+2
2011-08-16Change type parameter syntax to foo<T>.Erick Tryzelaar-7/+7
2011-08-16Removing tasks, ports and chans from the compiler.Eric Holk-34/+0
2011-08-16Rename std::ivec to std::vecBrian Anderson-28/+28
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-24/+24
2011-08-15Pretty print lambda-blocks.Michael Sullivan-10/+41
2011-08-15Add operator 'copy', translates as fall-through.Graydon Hoare-0/+4
2011-08-15Rename a field (so that macros can mention it).Paul Stansifer-1/+1
2011-08-15rustc: Parse and typecheck unique pointersPatrick Walton-0/+4
2011-08-15Fix bad argument type of pprust::print_typeMarijn Haverbeke-27/+25
2011-08-15Add tuple patternsMarijn Haverbeke-0/+5
2011-08-15Tuple fields are immutableMarijn Haverbeke-9/+2
2011-08-15Tuple types back, not constructable yetMarijn Haverbeke-0/+18
2011-08-12Rename std::ioivec to std::ioBrian Anderson-9/+9
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-1/+1
2011-08-12Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivecBrian Anderson-2/+2
2011-08-12Remove str::from_bytesBrian Anderson-1/+2
2011-08-10Introduce a ty_infer ast node and use it instead of option::t[ty].Michael Sullivan-17/+14
2011-08-10Eliminate the last vestiges of init_recv.Michael Sullivan-1/+0
2011-08-09Port the compiler to the ivec type [T] syntax.Erick Tryzelaar-35/+35
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-14/+3
2011-08-08Add new arg-passing mode 'move' denoted with '-T'. Translate as pass-by-value...Graydon Hoare-0/+1
2011-08-03Make the pretty printer put trailing newlines at the end of files.Michael Sullivan-0/+3
2011-08-03Pretty-print kinds of type paramsBrian Anderson-0/+9
2011-08-03Disambiguate unop statements in pretty-printer. Closes #674Brian Anderson-1/+44
2011-08-02Pretty-print fn constraints more correctishBrian Anderson-5/+27
2011-08-02Don't pp extra lines after block open when preserving whitespace. Closes #759Brian Anderson-1/+15
2011-08-01Partially implement destructuring localsMarijn Haverbeke-5/+6
2011-07-29Remove support for obj dtorsMarijn Haverbeke-8/+0
2011-07-28The names 'outer' and 'inner' make more sense than 'self' and 'with'.Lindsey Kuper-1/+1
2011-07-28Change macro syntax to accept a single expr, not a sequence of exprs.Paul Stansifer-6/+5
2011-07-28Parse, store and print type parameter kind constraints.Graydon Hoare-1/+3
2011-07-27Stop outputting spurious spaces in ivec types and empty mutable vecsMarijn Haverbeke-2/+9
2011-07-27Remove superfluous spaces in pretty-printing of loopsMarijn Haverbeke-11/+5