about summary refs log tree commit diff
path: root/src/test/run-pass/issue-2718.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-5/+5
2013-05-10Stop using the '<->' operatorAlex Crichton-12/+9
2013-05-08test: Fix tests.Patrick Walton-12/+12
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-2/+2
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-26option: rm functions that duplicate methodsDaniel Micay-7/+7
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-0/+2
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-9/+9
2013-03-11Remove uses of logBrian Anderson-4/+4
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-2/+2
2013-03-07test: Fix tests.Patrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-2/+2
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-8/+6
2013-02-25Revert "test: De-~mut the test suite. rs=demuting"Patrick Walton-6/+8
2013-02-25test: De-~mut the test suite. rs=demutingPatrick Walton-8/+6
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-31/+39
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-12/+12
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-9/+3
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-33/+33
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-8/+8
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-8/+8
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-3/+3
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-1/+7
2013-01-25Fix Option camel case in commented portion of testTyler Bindon-2/+2
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-21/+27
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+4
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-4/+4
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+4
2013-01-07test: Regular expression mistake. rs=bustagePatrick Walton-4/+4
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-5/+5
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-55/+58
2012-12-17test: Fix some broken test casesPatrick Walton-2/+2
2012-12-13Rename Send trait to OwnedBrian Anderson-15/+15
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-4/+4
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-2/+2
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-3/+3
2012-11-14Convert the test suite to use the Drop traitBen Striegel-2/+8
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-1/+0
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-3/+3
2012-10-12Make moves explicit in rpass testsTim Chevalier-29/+31
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+5
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-3/+3
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-7/+7