summary refs log tree commit diff
path: root/src/comp
AgeCommit message (Expand)AuthorLines
2011-08-15Add operator 'copy', translates as fall-through.Graydon Hoare-7/+41
2011-08-15Implement an untyped version of the AST, with a coversion back to the typed A...Paul Stansifer-0/+817
2011-08-15Use span stacks to track macro expansion for less troublesome error messages.Paul Stansifer-37/+63
2011-08-15Make spans into stacks (to store expansion backtraces).Paul Stansifer-50/+79
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-13/+13
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/+22
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-15Fix compilation of paths containing ".". Closes #821.Michael Sullivan-17/+12
2011-08-15rustc: Parse and typecheck unique pointersPatrick Walton-1/+14
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-29/+27
2011-08-15Add tuple patternsMarijn Haverbeke-35/+130
2011-08-15Make tuples constructableMarijn Haverbeke-11/+26
2011-08-15Tuple fields are immutableMarijn Haverbeke-138/+93
2011-08-15Tuple types back, not constructable yetMarijn Haverbeke-16/+278
2011-08-14Revert "Make [] and ~[] both construct ivecs"Brian Anderson-1/+1
2011-08-12Eliminate autoderef on binops and unary negation.Michael Sullivan-99/+45
2011-08-12Remove typestate workaround that's no longer necessaryTim Chevalier-4/+1
2011-08-12Small whitespace cleanups.Michael Sullivan-12/+5
2011-08-12Un-XFAIL do-while-body-failsTim Chevalier-1/+8
2011-08-12Make [] and ~[] both construct ivecsBrian Anderson-1/+1
2011-08-12Remove the last remaining vec expressions in rustcBrian Anderson-8/+11
2011-08-12Add an ivec interface to the #fmt library functionsBrian Anderson-4/+4
2011-08-12Don't rely on binop autoderef in the compiler.Michael Sullivan-2/+2
2011-08-12Remove std::vecBrian Anderson-3/+0
2011-08-12Convert uint::parse_buf to ivecsBrian Anderson-5/+4
2011-08-12Remove vecs from std::getoptsBrian Anderson-6/+5
2011-08-12Remove ebmlivec moduleBrian Anderson-221/+221
2011-08-12Rename std::termivec to std::termBrian Anderson-5/+5
2011-08-12Remove vecs from std::sortBrian Anderson-5/+5
2011-08-12Convert std::run to ivecsBrian Anderson-3/+3
2011-08-12Hide even more exports from std::vecBrian Anderson-2/+0
2011-08-12Rename std::ioivec to std::ioBrian Anderson-59/+59
2011-08-12Rename str::connect_ivec to str::connectBrian Anderson-16/+16
2011-08-12Convert uses of str::connect to str::connect_ivecBrian Anderson-3/+3
2011-08-12Rename str::split_ivec to str::splitBrian Anderson-4/+4
2011-08-12Convert uses of str::split to split_ivecBrian Anderson-14/+6
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-16/+16
2011-08-12Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivecBrian Anderson-8/+8
2011-08-12Remove str::from_bytesBrian Anderson-5/+6
2011-08-12Remove vec version of str::bytes, rename bytes_ivec to str::bytesBrian Anderson-13/+13
2011-08-12Remove vecs from the rustc driverBrian Anderson-40/+42
2011-08-12Remove vecs from simplextBrian Anderson-29/+21
2011-08-12Begin removing vecs from #fmtBrian Anderson-9/+9