about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-08-02Add dedicated pretty-printer tests with new pp-exact directiveBrian Anderson-6/+67
2011-08-02Pretty-print test the rfail tests. Issue #789Brian Anderson-0/+2
2011-08-02Add xfail-pretty directives to tests that don't pretty-print correctlyBrian Anderson-2/+19
2011-08-02Remove test/run-pass/simple-qsortBrian Anderson-23/+0
2011-08-02Display the name of the test being waited for before the result is inBrian Anderson-1/+5
2011-08-02Add xfail-pretty test directive. Issue #789Brian Anderson-3/+9
2011-08-02Use color to report the final test result, even when running in parallelBrian Anderson-2/+3
2011-08-02Run pretty-printed sources through the compiler again for sanityBrian Anderson-4/+10
2011-08-02Implement test that pretty-printed code converges. Issue #789Brian Anderson-10/+101
2011-08-02Remove unused procsrv::clone function from compiletestBrian Anderson-7/+0
2011-08-02Fix comment typo in compiletestBrian Anderson-1/+1
2011-08-02Pretty-print tests only run on .rs files. Issue #789Brian Anderson-5/+22
2011-08-02Introduce pretty-print testing mode to compiletest. Issue #789Brian Anderson-2/+19
2011-08-02Replace an open-coded conversion with ivec::from_vecBrian Anderson-6/+1
2011-08-02Move compiletest modules into separate filesBrian Anderson-587/+617
2011-08-02Add a --no-trans command line optionBrian Anderson-5/+16
2011-08-02Compiler accepts input from stdin when source file is called "-"Brian Anderson-17/+66
2011-08-02Assign collection element ty to loop local tvar when checking loopsMarijn Haverbeke-2/+5
2011-08-02Do not try to save block result when the block is an iter bodyMarijn Haverbeke-1/+2
2011-08-02Be a little more clever about picking columns to match on in trans_altMarijn Haverbeke-4/+34
2011-08-02Copy locals created by destructuring on the content of a boxMarijn Haverbeke-8/+29
2011-08-02Move ppaux::ty_to_str to new record syntaxMarijn Haverbeke-5/+5
2011-08-02Improve handling of bottom type in alt armsMarijn Haverbeke-0/+1
2011-08-01Handle bang functions correctly in typestateTim Chevalier-59/+117
2011-08-01Add std::str::is_whitespaceBrian Anderson-0/+22
2011-08-01Add std::str::trim/trim_left/trim_rightBrian Anderson-0/+69
2011-08-01Add std::char_sliceBrian Anderson-0/+13
2011-08-01Add std::char::is_whitespaceBrian Anderson-0/+56
2011-08-01Add std::char moduleBrian Anderson-0/+1
2011-08-01Fix incorrect uses of str::buf()Paul Stansifer-11/+18
2011-08-01Adding an intrinsic for recv.Eric Holk-53/+209
2011-08-01Ignore whitespace in argument lists in compiletestBrian Anderson-1/+20
2011-08-01Added send and receive to comm library.Eric Holk-23/+56
2011-08-01Enabling logging in circular_buffer again.Eric Holk-46/+44
2011-08-01Objectified library chans and ports.Eric Holk-13/+15
2011-08-01Started working on a library-based comm system. Creating and deleting ports w...Eric Holk-19/+176
2011-08-01Fix closures over dynamically-sized polymorphic values.Michael Sullivan-17/+44
2011-08-01Fix closures over known-size polymorphic values.Michael Sullivan-15/+15
2011-08-01Add a GEPi function that wraps GEP with integer arguments.Michael Sullivan-12/+22
2011-08-01Replace a lock/unlock with scoped_lock in rust_scheduler::create_taskBrian Anderson-3/+5
2011-08-01Add tests for destructuring localsMarijn Haverbeke-0/+37
2011-08-01Add check for irrefutable patterns in destructuring localsMarijn Haverbeke-4/+35
2011-08-01Partially implement destructuring localsMarijn Haverbeke-250/+308
2011-07-31Get rid of walk.rsMarijn Haverbeke-463/+0
2011-07-31Stop using walk.rs in the fuzzerMarijn Haverbeke-5/+5
2011-07-31Remove unused importsTim Chevalier-2/+0
2011-07-31Change bitvectors::relax_precond_block to use visit instead of walkTim Chevalier-24/+28
2011-07-29Minimize scheduler locking on task creationBrian Anderson-1/+2
2011-07-29Add a task spawning benchmarkBrian Anderson-0/+29
2011-07-29Lock the new task's scheduler when creating a taskBrian Anderson-2/+3