about summary refs log tree commit diff
path: root/src/libcoretest/option.rs
AgeCommit message (Expand)AuthorLines
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