summary refs log tree commit diff
path: root/src/test/run-fail/result-get-fail.rs
AgeCommit message (Expand)AuthorLines
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-12-06Made Results API more composableMarvin Löbel-1/+1
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rfail: Remove usage of fmt!Alex Crichton-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-07-27core: correct the casing of result::{Ok,Err} in the docsErick Tryzelaar-1/+1
2013-07-27to_either + fixesErick Tryzelaar-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-03-11Remove uses of logBrian Anderson-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-08-27Convert core::result to camel caseBrian Anderson-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-06-18Fix a failing test.Michael Sullivan-2/+2
2012-04-30Stop inferring bot/static when types/regions are unconstrained.Niko Matsakis-1/+1
2012-04-12Add a run-fail test for result::get, get rid of a FIXME. Also some random oth...Tim Chevalier-0/+4