about summary refs log tree commit diff
path: root/src/libcoretest/lib.rs
AgeCommit message (Expand)AuthorLines
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-0/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+1
2015-10-16Add unused modules to libcoretestFlorian Hahn-0/+2
2015-09-20Reorganize core::num internalsRobin Kruppe-0/+2
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+0
2015-08-31Implement `FixedSizeArray` for all fixed size arraysTobias Bucher-2/+4
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-0/+1
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-9/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-9/+0
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-15/+33
2015-06-15libcore/Result - RFC#1119 Add an 'expect' method to ResultJohn Hodge-0/+1
2015-05-30Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichtonbors-0/+2
2015-05-29Implement RFC 771: std::iter::onceNathaniel Theis-0/+2
2015-05-29add const_fn featuresNiko Matsakis-0/+1
2015-05-29Add map and filter_map associated functions to std::cell::Ref and RefMutSimon Sapin-0/+1
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-1/+0
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+1
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-4/+2
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+0
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-11Switch to a specific featureSteven Fackler-0/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-02-20try to reduce bajillion warningsAlexis-0/+9
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+0
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
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