summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-08-02Copy locals created by destructuring on the content of a boxMarijn Haverbeke-0/+10
2011-08-02Move ppaux::ty_to_str to new record syntaxMarijn Haverbeke-3/+3
2011-08-01Handle bang functions correctly in typestateTim Chevalier-0/+4
2011-08-01Add std::str::is_whitespaceBrian Anderson-0/+9
2011-08-01Add std::str::trim/trim_left/trim_rightBrian Anderson-0/+30
2011-08-01Add std::char_sliceBrian Anderson-0/+7
2011-08-01Ignore whitespace in argument lists in compiletestBrian Anderson-1/+20
2011-08-01Added send and receive to comm library.Eric Holk-0/+12
2011-08-01Objectified library chans and ports.Eric Holk-1/+1
2011-08-01Started working on a library-based comm system. Creating and deleting ports w...Eric Holk-0/+62
2011-08-01Add tests for destructuring localsMarijn Haverbeke-0/+37
2011-07-29Add a task spawning benchmarkBrian Anderson-0/+29
2011-07-29Enable kind checking on typarams, fix kind constraints in library and comp.Graydon Hoare-3/+3
2011-07-29Reduced test case for current backwarding bug.Lindsey Kuper-0/+35
2011-07-29Test case for previous commitTim Chevalier-0/+5
2011-07-29Fix long linesBrian Anderson-3/+3
2011-07-29Add issue numbers to FIXMEs in compiletestBrian Anderson-2/+2
2011-07-29Close pipes under failure scenario in compiletestBrian Anderson-1/+5
2011-07-29Get compile tests to run in parallelBrian Anderson-31/+86
2011-07-29Disallow overloading a method with one of different type. Closes #703.Lindsey Kuper-7/+3
2011-07-29Turn on kind propagation for typarams. Annotate a bunch of typarams in rustc ...Graydon Hoare-1/+1
2011-07-29Remove support for obj dtorsMarijn Haverbeke-185/+0
2011-07-29Replace obj dtors with resources in stdlib and rustcMarijn Haverbeke-1/+1
2011-07-29Fix iter_structural_ty_full for resource typesMarijn Haverbeke-0/+19
2011-07-28Drop the previous reference when receiving. Closes #763Brian Anderson-3/+38
2011-07-28Reenable expr-scope test. Disable under check-fastBrian Anderson-5/+1
2011-07-28Change macro syntax to accept a single expr, not a sequence of exprs.Paul Stansifer-11/+11
2011-07-28Made task threads wait instead of sleep, so they can be woken up. This appear...Eric Holk-1/+0
2011-07-28Adding a function to stdlib to set the min stack size, for programsEric Holk-5/+11
2011-07-28Re-removing a test case that was moved during the big test suite overhaul.Eric Holk-41/+0
2011-07-28Per-thread scheduling. Closes #682.Eric Holk-0/+41
2011-07-28Test case for issue #435.Lindsey Kuper-0/+27
2011-07-28Parse, store and print type parameter kind constraints.Graydon Hoare-0/+25
2011-07-28Disable expr-scope test, since it break windowsMarijn Haverbeke-0/+4
2011-07-28:: is allowed to start an expression. Close #762.Josh Matthews-0/+5
2011-07-27Don't stop at first test failureBrian Anderson-1/+1
2011-07-27Clean up output a bit when running verbose compile testsBrian Anderson-3/+7
2011-07-27Capture stderr when running compile tests. Closes #755Brian Anderson-42/+74
2011-07-27Refactor compiletestBrian Anderson-219/+248
2011-07-27Have bind support non-alias parametric non-bound arguments.Michael Sullivan-5/+11
2011-07-27Allow already bound functions to be bound again.Michael Sullivan-0/+12
2011-07-27Remove the bind-alias test, since binding to aliases is fine.Michael Sullivan-9/+0
2011-07-27Remove task::worker harderBrian Anderson-4/+4
2011-07-27Remove task::workerBrian Anderson-25/+10
2011-07-27Fix comment placement in compiletestBrian Anderson-26/+29
2011-07-27Fix nil pattern case to handle for parser adjustmentMarijn Haverbeke-1/+1
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-229/+524
2011-07-27Reformat for new syntaxMarijn Haverbeke-6137/+4469
2011-07-26Run compile tests in a way that's safe in a multithreaded environmentBrian Anderson-62/+140
2011-07-26Make the setenv tests threadsafe(ish)Brian Anderson-7/+9