summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-08-19Fix polymorphic iterators. Closes #829.Michael Sullivan-0/+4
2011-08-19Pretty-print constrained types correctlyBrian Anderson-1/+0
2011-08-19Pretty-print parens around more things that need disambiguationBrian Anderson-1/+0
2011-08-19Teach the pretty-printer to disambiguate 'if ret { }' et. alBrian Anderson-1/+0
2011-08-19Add some tests for expression corner cases, mostly involving ret and failBrian Anderson-0/+100
2011-08-19Clean up run-pass/fun-call-variantsBrian Anderson-9/+3
2011-08-19Remove xfail-pretty directives from working testsBrian Anderson-4/+0
2011-08-19Add a comment about our single use of no-reformatBrian Anderson-0/+3
2011-08-19Do better at preserving blank lines during pretty-printingBrian Anderson-0/+15
2011-08-19Don't pretty-print extra blank lines after anon object methodsBrian Anderson-0/+14
2011-08-18Don't pretty-print trailing whitespace for blank lines inside block commentsBrian Anderson-0/+15
2011-08-18Try harder to disambig blocks followed by various exprs in pprust. Closes #840Brian Anderson-0/+65
2011-08-18Handle sequential let semantics properly in typestateTim Chevalier-0/+4
2011-08-18Kill another case of a spurious blank line. Closes #809.Graydon Hoare-0/+8
2011-08-18Fix task-comm-15 type errors and un-xfail.Michael Sullivan-7/+3
2011-08-18More misc ivec->vec renamingBrian Anderson-4/+4
2011-08-18Rename various things from ivec to vecBrian Anderson-30/+30
2011-08-18Pretty-print ivecs as []Brian Anderson-21/+21
2011-08-17Better type inference for chans and ports.Eric Holk-31/+41
2011-08-17Track arguments in typestateTim Chevalier-0/+18
2011-08-17Remove last mentions of vec<> type in Rust sourceBrian Anderson-2/+2
2011-08-17Use the new task join methods in the test runner. Closes #826Brian Anderson-10/+18
2011-08-17Move some test setup from runtest to compiletestBrian Anderson-1/+2
2011-08-17Convenience methods for spawning and joining tasks.Eric Holk-0/+8
2011-08-17Yet another comm interface.Eric Holk-0/+8
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-26/+51
2011-08-17Refactor import lookup in middle:resolveBrian Anderson-0/+14
2011-08-17Allow multiple imports in a single statementBrian Anderson-0/+57
2011-08-17Add compile-fail tests for malformed glob importsBrian Anderson-0/+12
2011-08-17Allow multiple exports in a single export statement. Issue #817Brian Anderson-0/+16
2011-08-16Updating to new type parameter syntax.Eric Holk-2/+2
2011-08-16New channel-based task status notifications.Eric Holk-0/+32
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-190/+198
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-149/+149
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-298/+299
2011-08-16Add pp test for interleaving comments through vectors. Closes #679Brian Anderson-0/+60
2011-08-16Rename std::ivec to std::vecBrian Anderson-154/+154
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-41/+33
2011-08-16Accept main(args: [str]) as main signatureBrian Anderson-0/+3
2011-08-16Updating sio tests.Eric Holk-15/+21
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-107/+118
2011-08-16Make let bindings' scope start at their definitionMarijn Haverbeke-14/+14
2011-08-16Clean up zip and unzip in std::ivecMarijn Haverbeke-12/+12
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-90/+90
2011-08-15XFAIL task-comm-15Brian Anderson-0/+4
2011-08-15Test case for issue #115.Lindsey Kuper-0/+19
2011-08-15Test cases for issue #822.Lindsey Kuper-1/+28
2011-08-15Simple example of anonymous objects from nothing. Closes #812.Lindsey Kuper-0/+38
2011-08-15Tests for type inferred lambda-blocks.Michael Sullivan-6/+15
2011-08-15Add operator 'copy', translates as fall-through.Graydon Hoare-0/+5