about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
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
2012-08-05Switch alts to use arrowsBrian Anderson-8/+8
2012-08-02test: "iface" -> "trait" in filenames.Lindsey Kuper-0/+0
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-7/+4
2012-08-01Convert ret to returnBrian Anderson-8/+8
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-14/+14
2012-07-24Update some str functions to slices, merge as_buf and unpack_slice.Graydon Hoare-1/+1
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-37/+6
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-53/+53
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-5/+5
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-3/+3
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