about summary refs log tree commit diff
path: root/src/libcoretest/option.rs
AgeCommit message (Expand)AuthorLines
2015-08-27core: Implement IntoIterator for Option and Result referencesGeorg Brandl-1/+8
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-04-28Unstub some testsTamir Duberstein-2/+1
2015-04-28Remove unused variableTamir Duberstein-9/+7
2015-04-28Register new snapshotsTamir Duberstein-2/+1
2015-03-27Test fixes and rebase conflicts, round 1Alex Crichton-3/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-24/+24
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-3/+3
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-13/+13
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-3/+3
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-05coretest: remove/ignore testsJorge Aparicio-1/+4
2014-12-06libcoretest: remove unnecessary `as_slice()` callsJorge Aparicio-4/+4
2014-11-18make cloned generic over deref... and have its tests actually runAlexis Beingessner-9/+24
2014-11-16implement cloned for OptionAlexis Beingessner-0/+13
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-47/+6
2014-09-22Update calls of deprecated functions in macros.Victor Berger-0/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-09Remove some test warnings.Jonas Hietala-0/+3
2014-08-28Fallout from stabilizing core::optionAaron Turon-3/+3
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+278