summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2012-07-05Arc requires send trait (issue #2788)Eric Holk-1/+1
2012-07-04Remove empty argument lists from do expressionsBen Striegel-6/+6
2012-07-03test: Make run-fail/zip-different-lengths not rely on resolve bugsPatrick Walton-1/+1
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-1/+1
2012-07-03Change crust -> extern.Graydon Hoare-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-24/+24
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-21/+21
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-31/+31
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-28/+28
2012-06-21Move vector addition out of trans and into libcore.Eric Holk-2/+2
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+2
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state throug...Eric Holk-3/+0
2012-06-18Fix a failing test.Michael Sullivan-2/+2
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-0/+3
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-3/+0
2012-06-14Add zero check/fail paths on div/mod paths. Close #944.Graydon Hoare-0/+10
2012-06-06Add some testcases for bug #2470.Graydon Hoare-0/+69
2012-06-06Fix tests to avoid empty classesTim Chevalier-8/+12
2012-06-05Port remaining run-fail tests to use classes instead of resourcesTim Chevalier-25/+47
2012-06-03test: Add a test that logs are truncated with ellipsesBrian Anderson-0/+64
2012-05-30test: Add an error pattern to small-negative-indexingBrian Anderson-1/+1
2012-05-30Add a test for that last bug. Oops.Michael Sullivan-0/+6
2012-05-29modify shape code to only emit monomorphized enums (#2444)Niko Matsakis-0/+12
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-05-10Remove `do ... while` loops from the tests and docs.Paul Stansifer-6/+6
2012-04-30Stop inferring bot/static when types/regions are unconstrained.Niko Matsakis-16/+2
2012-04-25Rewrite exhaustiveness checkerMarijn Haverbeke-1/+1
2012-04-24rustc: Fix type_need_unwind_cleanup. Closes #2272Brian Anderson-0/+12
2012-04-19core: Move set_exit_status from sys to osBrian Anderson-3/+3
2012-04-18Fix [] on str to exclude the trailing null.Graydon Hoare-10/+1
2012-04-12Add a run-fail test for result::get, get rid of a FIXME. Also some random oth...Tim Chevalier-0/+4
2012-04-12test: Add test for #1763Brian Anderson-0/+14
2012-04-09core: Make str::as_bytes handle failure. Closes #2156Brian Anderson-0/+10
2012-04-09rt: Allow 2x normal stack during unwinding. Closes #2173Brian Anderson-0/+23
2012-04-09rt: Don't limit the amount of stack available during unwinding. Closes #2144Brian Anderson-0/+9
2012-03-29test: Prevent run-fail/too-much-recursion from being optimized to nothingBrian Anderson-0/+1
2012-03-29rustc: Generate fewer landing padsBrian Anderson-0/+109
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-24add annotation for variable that used to infer to botNiko Matsakis-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-2/+4
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-1/+1
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+2
2012-03-10core Remove vec::enum_chars/uint. Closes #1955Brian Anderson-0/+16
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-1/+2
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-2/+1
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-1/+2
2012-02-23Finish cleanup of core::strMarijn Haverbeke-1/+2