about summary refs log tree commit diff
path: root/src/comp/syntax
AgeCommit message (Expand)AuthorLines
2011-08-16Remove support for foo[T] declaration syntax.Erick Tryzelaar-5/+1
2011-08-16Remove type parameter and vec/port/chan foo[T] syntax.Erick Tryzelaar-19/+6
2011-08-16Port the compiler to the expr foo::<T> syntax.Erick Tryzelaar-56/+56
2011-08-16Port the compiler to foo<T> decl syntax.Erick Tryzelaar-52/+52
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-206/+206
2011-08-16Change expr foo[T] syntax to foo::<T>.Erick Tryzelaar-8/+38
2011-08-16Change declaration type parameter syntax to foo<T>.Erick Tryzelaar-2/+5
2011-08-16Change type parameter syntax to foo<T>.Erick Tryzelaar-17/+64
2011-08-16Removing tasks, ports and chans from the compiler.Eric Holk-81/+0
2011-08-16Rename std::ivec to std::vecBrian Anderson-126/+124
2011-08-16Continue migrating the std #fmt interface to ivecsBrian Anderson-1/+1
2011-08-16Revert "Revert "Make [] and ~[] both construct ivecs""Brian Anderson-1/+1
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-39/+0
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-80/+80
2011-08-15Pretty print lambda-blocks.Michael Sullivan-10/+41
2011-08-15Parse type inferred lambda-block expressions.Michael Sullivan-7/+41
2011-08-15Add operator 'copy', translates as fall-through.Graydon Hoare-0/+14
2011-08-15Implement an untyped version of the AST, with a coversion back to the typed A...Paul Stansifer-0/+816
2011-08-15Use span stacks to track macro expansion for less troublesome error messages.Paul Stansifer-29/+55
2011-08-15Make spans into stacks (to store expansion backtraces).Paul Stansifer-17/+47
2011-08-15Allow `[a, b, ..., c]` transcription patterns in MBE.Paul Stansifer-24/+42
2011-08-15Rename a field (so that macros can mention it).Paul Stansifer-5/+5
2011-08-15Change `node_id`s when expanding, to avoid duplicates.Paul Stansifer-9/+23
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-15rustc: Parse and typecheck unique pointersPatrick Walton-1/+8
2011-08-15rustc: Unbreak "3 as uint < 5u"Patrick Walton-49/+59
2011-08-15rustc: Accept <T> for type parameters in type and item declarationsPatrick Walton-4/+14
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-0/+4
2011-08-15Fix bad argument type of pprust::print_typeMarijn Haverbeke-27/+25
2011-08-15Add tuple patternsMarijn Haverbeke-11/+38
2011-08-15Make tuples constructableMarijn Haverbeke-11/+26
2011-08-15Tuple fields are immutableMarijn Haverbeke-21/+8
2011-08-15Tuple types back, not constructable yetMarijn Haverbeke-0/+34
2011-08-14Revert "Make [] and ~[] both construct ivecs"Brian Anderson-1/+1
2011-08-12Remove typestate workaround that's no longer necessaryTim Chevalier-4/+1
2011-08-12Make [] and ~[] both construct ivecsBrian Anderson-1/+1
2011-08-12Remove the last remaining vec expressions in rustcBrian Anderson-3/+3
2011-08-12Add an ivec interface to the #fmt library functionsBrian Anderson-4/+4
2011-08-12Remove std::vecBrian Anderson-2/+0
2011-08-12Rename std::termivec to std::termBrian Anderson-5/+5
2011-08-12Hide even more exports from std::vecBrian Anderson-2/+0
2011-08-12Rename std::ioivec to std::ioBrian Anderson-24/+24
2011-08-12Rename str::connect_ivec to str::connectBrian Anderson-1/+1
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-5/+5
2011-08-12Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivecBrian Anderson-5/+5
2011-08-12Remove str::from_bytesBrian Anderson-4/+5
2011-08-12Remove vecs from simplextBrian Anderson-29/+21