about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-09-26Fix tags of unique boxesBrian Anderson-3/+52
2011-09-26Unique vectors and boxes of pinned are unique kinds. Closes #977Brian Anderson-15/+3
2011-09-26Construct records and tuples in-placeMarijn Haverbeke-58/+53
2011-09-26Convert more expression types to use DPSMarijn Haverbeke-203/+218
2011-09-26Add a workaround hack for issue #913Marijn Haverbeke-1/+3
2011-09-26test: Fix more typos in weird-exprs.rs.Patrick Walton-1/+1
2011-09-26test: wierd-exprs -> weird-exprsPatrick Walton-0/+0
2011-09-26rt: Remove obsolete commentPatrick Walton-2/+0
2011-09-25Refine notes in kind.rs some more. Add a fixme to ty.rs.Graydon Hoare-16/+41
2011-09-25Enable hammertimeJesse Ruderman-3/+1
2011-09-25Test for #973Jesse Ruderman-0/+4
2011-09-25Test for #942Jesse Ruderman-0/+2
2011-09-25Remove FIXME test that's covered by run-pass/unreachable-code.rsJesse Ruderman-6/+0
2011-09-26Make return-by-ref function headers pretty-print safelyMarijn Haverbeke-1/+1
2011-09-26Don't call trans_bind_thunk in an unreachable contextMarijn Haverbeke-0/+4
2011-09-26Make 'fail fail;' compile.Marijn Haverbeke-0/+4
2011-09-26Fix bug in mutability-checking passMarijn Haverbeke-10/+13
2011-09-25Fuzzer: stop ignoring fixed bugsJesse Ruderman-5/+0
2011-09-24Handle ~fail. Closes #968Brian Anderson-0/+9
2011-09-24Add a test for assignment of unique boxes of genericsBrian Anderson-0/+6
2011-09-24Support non-immediates in trans_uniq::copy_valBrian Anderson-6/+10
2011-09-24Fuzzer: ignore more bugsJesse Ruderman-0/+4
2011-09-24Small refactors.Lindsey Kuper-34/+26
2011-09-24Reduce and clarify abuse of 'pure' in internerJesse Ruderman-11/+12
2011-09-24Don't iloop (future-proof test against improved reachability computations)Jesse Ruderman-1/+1
2011-09-24Remove irrelevant parts of testJesse Ruderman-4/+0
2011-09-24Mark some fns as pure so type_is_unique_box doesn't need to be uncheckedJesse Ruderman-12/+10
2011-09-24Mark vec::len as pureJesse Ruderman-4/+2
2011-09-24Tweak random thing to make windows build succeed. Awesome.Brian Anderson-1/+1
2011-09-24Move a previous run-pass test for kind-lowered unique boxes to compile-failBrian Anderson-5/+3
2011-09-24Tweak the type allocated for unique pointersBrian Anderson-5/+5
2011-09-24Support non-immediates in unique-box type glueBrian Anderson-4/+4
2011-09-24Vectors containing pinned kinds become pinnedBrian Anderson-24/+23
2011-09-24Unique pointers containing pinned kinds become pinnedBrian Anderson-4/+25
2011-09-24Add tests for swapping unique boxesBrian Anderson-0/+39
2011-09-23Add rand_util.rsJesse Ruderman-0/+93
2011-09-23Fuzzer: use different exclusions when testing pretty-printer than when testin...Jesse Ruderman-121/+157
2011-09-23Add vec::filterJesse Ruderman-0/+18
2011-09-23rt: Sweep in cycle collectionPatrick Walton-2/+13
2011-09-23rt: Whitespace policePatrick Walton-6/+6
2011-09-23rt: Turn off some debug codePatrick Walton-4/+6
2011-09-23rt: Get rid of the hack that looks for captured type descriptors adjacent to ...Patrick Walton-28/+52
2011-09-23Add libuv upgrade instructions to src/etc/gyp-uvErick Tryzelaar-0/+13
2011-09-23Update to libuv commit 3ca382.Erick Tryzelaar-7162/+28279
2011-09-23Add let destructuring for unique boxesBrian Anderson-0/+9
2011-09-23Add missing case for pat_uniq to syntax::visitBrian Anderson-3/+1
2011-09-23Add two tests for sending unique boxes across channelsBrian Anderson-0/+38
2011-09-23Actually use unique boxes in run-fail/unwind-uniqueBrian Anderson-1/+1
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+269
2011-09-23Begin to support pattern matching on unique boxesBrian Anderson-0/+72