summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2012-12-14Fix broken testsBrian Anderson-1/+1
2012-12-14Rename core::comm to core::oldcommBrian Anderson-16/+16
2012-12-13Rename Send trait to OwnedBrian Anderson-4/+4
2012-12-10Adjust the die macro to only accept ~str and to work in statement positionBrian Anderson-0/+19
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+1020
2012-12-06test: Fix some run-fail bustage. rs=bustagePatrick Walton-4/+4
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-7/+7
2012-11-16re-xfail two testsBrian Anderson-0/+2
2012-11-15Update and un-xfail testsTim Chevalier-33/+37
2012-11-14Convert the test suite to use the Drop traitBen Striegel-30/+55
2012-11-01xfail issue-2061Brian Anderson-0/+1
2012-11-01Add run-fail test for #2061Tim Chevalier-0/+11
2012-10-30Preserve parenthesization in the ASTTim Chevalier-4/+4
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-2/+2
2012-10-21Fix ICE stemming from use of unique pointers in unreachable blocks.Josh Matthews-0/+5
2012-10-12Make moves explicit in rfail testsTim Chevalier-4/+4
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-09-30When a vec/str bounds check fails, include the bad index and the length of th...Gareth Daniel Smith-8/+8
2012-09-26Fix test/run-fail/issue-2156Brian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-09-23xfail-test run-fail/out-of-stack-managed-boxBrian Anderson-0/+2
2012-09-21Remove bogus commentBrian Anderson-1/+0
2012-09-21Add tests for out-of-stack box leak #2555Brian Anderson-0/+25
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+3
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-3/+3
2012-09-14test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rsPatrick Walton-2/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-18/+18
2012-09-10Convert std::map to camel caseBrian Anderson-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-4/+4
2012-09-07Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.Graydon Hoare-10/+4
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-5/+5
2012-09-06Remove struct ctorsBrian Anderson-5/+30
2012-09-05test: "import" -> "use"Patrick Walton-31/+19
2012-09-04Remove 'with'Brian Anderson-1/+1
2012-09-01Demode reinterpret_castBrian Anderson-2/+2
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-17/+16
2012-08-27Convert core::result to camel caseBrian Anderson-1/+1
2012-08-26convert std::arc tests to use camel case ARCsBen Blum-1/+1
2012-08-26Camel case the option typeBrian Anderson-4/+4
2012-08-23Remove match check from test casesTim Chevalier-3/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-14/+14
2012-08-17Remove the class keywordBrian Anderson-5/+5
2012-08-15Convert more core types to camel caseBrian Anderson-1/+2
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-2/+2
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-0/+3
2012-08-08Convert impls to new syntaxBrian Anderson-3/+3
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-8/+8