about summary refs log tree commit diff
path: root/src/test/run-fail/issue-2444.rs
AgeCommit message (Collapse)AuthorLines
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+1
fail Fix merge conflicts - Issue 4524
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure ↵Patrick Walton-1/+1
definitions. r=tjc
2012-12-13Rename Send trait to OwnedBrian Anderson-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-26convert std::arc tests to use camel case ARCsBen Blum-1/+1
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-0/+3
2012-07-05Arc requires send trait (issue #2788)Eric Holk-1/+1
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state ↵Eric Holk-3/+0
through mutual exclusion.
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable ↵Tim Chevalier-0/+3
state through mutual exclusion." This reverts commit 015527b0cee0bc5cfaac8dd610035a0c1b2f8ea6.
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state ↵Eric Holk-3/+0
through mutual exclusion.
2012-05-29modify shape code to only emit monomorphized enums (#2444)Niko Matsakis-0/+12
this is hacky, but shape code is going away anyway and I didn't want to invest too much effort into it