about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2011-10-20Bare functions can coerce to blocksBrian Anderson-0/+7
2011-10-20Bare functions can coerce to shared closuresBrian Anderson-0/+7
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-69/+69
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-159/+166
2011-10-20Un-xfail-fast some testsBrian Anderson-4/+0
2011-10-20Change run-pass/lots-a-fail.rs from xfail-fast to xfail-win32Brian Anderson-1/+1
2011-10-18Immutable and mutable? are covariant on their inner typesBrian Anderson-0/+26
2011-10-13Add a test that generic bare functions can be boundBrian Anderson-0/+10
2011-10-13Properly fill single-variant zero-arg tag values.Marijn Haverbeke-0/+10
2011-10-12all tests passNiko Matsakis-4/+4
2011-10-12make treatment of unchecked/unsafe blocks more uniformNiko Matsakis-0/+0
2011-10-12Revert "Test for #954"Brian Anderson-4/+0
2011-10-12Test for #954Brian Anderson-0/+4
2011-10-12make treatment of unchecked/unsafe blocks more uniformNiko Matsakis-1/+8
2011-10-12fix test to include a main() functionNiko Matsakis-0/+3
2011-10-12it is also legal to call unsafe functions from other unsafe functionsNiko Matsakis-0/+10
2011-10-12Add unsafe blocks, unsafe functions, and two rudimentary testsNiko Matsakis-0/+11
2011-10-12Make build_environment and trans_bind_thunk GEP bound arguments the sameBrian Anderson-0/+16
2011-10-11Revert "Revert "Add a test case for #898. Closes #898.""Lindsey Kuper-0/+11
2011-10-11Revert "Add a test case for #898. Closes #898."Lindsey Kuper-11/+0
2011-10-11Add a test case for #898. Closes #898.Brian Anderson-0/+11
2011-10-11Add a test for assignment of bare functionsBrian Anderson-0/+7
2011-10-11Add a test that bare functions are word-sizedBrian Anderson-0/+9
2011-10-11Add a test that uses a hypothetical bare-fn spawn signatureBrian Anderson-0/+16
2011-10-11Add a test for higher-order bare functionsBrian Anderson-0/+15
2011-10-11Add a test for binding bare functionsBrian Anderson-0/+9
2011-10-11Add a temporary syntax for bare functionsBrian Anderson-0/+13
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-1/+1
2011-10-10Make vectors and strings immediates againMarijn Haverbeke-1/+1
2011-10-07Make 1-1 parse againMarijn Haverbeke-0/+6
2011-10-07Add pass-by-ref annotation to the tests to make them typecheckMarijn Haverbeke-14/+14
2011-09-29Move closure construction over to DPS styleMarijn Haverbeke-0/+4
2011-09-28xfail-fast run-pass/alt-range.rsBrian Anderson-0/+2
2011-09-28Revert "Revert "Implement pattern ranges for all numeric types.""Brian Anderson-0/+30
2011-09-27Make it again possible to initialize resource locals via assignmentBrian Anderson-0/+18
2011-09-27Prevent copies of resources into various thingsBrian Anderson-4/+74
2011-09-27Don't ever raise unique kinds of pinned kinds to shared (again)Brian Anderson-34/+1
2011-09-27Test for #924Jesse Ruderman-1/+16
2011-09-26xfail-win32 -> xfail-fastBrian Anderson-1/+1
2011-09-26Try to appease windows by xfail-win32'ing a random testBrian Anderson-0/+2
2011-09-26Test for issue #980Brian Anderson-0/+13
2011-09-26Enforce copy restrictions on let initializersBrian Anderson-16/+16
2011-09-26Add a test that unique boxes in vectors are copied when the vector isBrian Anderson-0/+13
2011-09-26rt: Turn on cycle collection at task death; add a test casePatrick Walton-0/+14
2011-09-26Fix tags of unique boxesBrian Anderson-1/+47
2011-09-26Unique vectors and boxes of pinned are unique kinds. Closes #977Brian Anderson-0/+33
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-25Enable hammertimeJesse Ruderman-3/+1
2011-09-25Test for #973Jesse Ruderman-0/+4