about summary refs log tree commit diff
path: root/src/libcoretest/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+3
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+1
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+1
2015-01-05coretest: remove/ignore testsJorge Aparicio-1/+0
2014-12-28libcoretest: Add tests for NonZero.Luqman Aden-0/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-0/+1
2014-12-15Move hash module from collections to coreSteven Fackler-1/+2
2014-12-13libcoretest: fix fallout in unit testsJorge Aparicio-0/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-1/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-08-19Add a test for the fix of issue 16589nham-0/+1
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-0/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+1
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+31