summary refs log tree commit diff
path: root/src/libcoretest/result.rs
AgeCommit message (Expand)AuthorLines
2015-08-27core: Implement IntoIterator for Option and Result referencesGeorg Brandl-0/+33
2015-06-15libcore/Result - RFC#1119 Add an 'expect' method to ResultJohn Hodge-0/+13
2015-04-28Unstub some testsTamir Duberstein-2/+0
2015-04-28Tests need not be publicTamir Duberstein-11/+11
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-29/+29
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-02-25Result::or : avoid over-specializing the typeCody P Schafer-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-9/+9
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-3/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-3/+3
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+0
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+4
2015-01-05coretest: remove/ignore testsJorge Aparicio-1/+4
2014-12-06libcoretest: remove unnecessary `as_slice()` callsJorge Aparicio-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-29/+6
2014-10-13Clean up rustc warnings.NODA, Kai-0/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-09Remove some test warnings.Jonas Hietala-0/+1
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+161