summary refs log tree commit diff
path: root/src/test/run-pass/issue-2718.rs
AgeCommit message (Expand)AuthorLines
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-2/+0
2013-10-29Assorted cleanups suggested by reviewers.Jed Davis-1/+2
2013-10-29Add repr attributes in various places that need them.Jed Davis-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-14/+14
2013-09-30rpass: Remove usage of fmt!Alex Crichton-14/+14
2013-09-16switch Drop to `&mut self`Daniel Micay-2/+2
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-12/+7
2013-08-16Reserve 'yield' keywordKevin Ballard-1/+1
2013-07-30std: Remove get_task function. UnusedBrian Anderson-3/+6
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-12/+12
2013-06-25Change finalize -> drop.Luqman Aden-2/+2
2013-06-16Add copies to type params with Copy boundNiko Matsakis-6/+2
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-4/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-8/+8
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
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