summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2015-10-16Reject "+" and "-" when parsing floats.Robin Kruppe-0/+12
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+0
2015-08-31Implement `FixedSizeArray` for all fixed size arraysTobias Bucher-2/+32
2015-08-28Rollup merge of #28045 - apasel422:iter, r=sfacklerManish Goregaokar-27/+26
2015-08-27remove calls to deprecated `iter::order` functionsAndrew Paseltiner-27/+26
2015-08-27core: Implement IntoIterator for Option and Result referencesGeorg Brandl-1/+41
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-0/+10
2015-08-25Correct iterator adaptor ChainUlrik Sverdrup-0/+20
2015-08-22Auto merge of #27915 - SimonSapin:dotted_i, r=alexcrichtonbors-21/+17
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-0/+10
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-29/+58
2015-08-20Add a test for char::to_lowercase mapping to more than one `char`.Simon Sapin-21/+17
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-2/+16
2015-08-17core: Shuffle around float parsingAlex Crichton-30/+29
2015-08-17std: Clean up primitive integer modulesAlex Crichton-1/+31
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-2/+16
2015-08-14Auto merge of #27786 - alexcrichton:start-testing-msvc, r=brsonbors-2/+21
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-292/+6
2015-08-13Get `make check` working on MSVCAlex Crichton-2/+21
2015-08-13Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelixbors-1/+464
2015-08-13Auto merge of #27652 - alex-ozdemir:iter, r=blussbors-0/+120
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-292/+6
2015-08-12O(1) count,nth,last for slice::Windows,Chunks(Mut)Alex Ozdemir-0/+120
2015-08-12Mention that the fast path is broken without SSE.Robin Kruppe-0/+7
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-11/+5
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+367
2015-08-08Add various methods to Bignum:Robin Kruppe-0/+89
2015-08-08Enlarge Bignum type from 1152 to 1280 bits.Robin Kruppe-1/+1
2015-07-28Auto merge of #27280 - bluss:siphash-perf, r=alexcrichtonbors-3/+87
2015-07-25siphash: Add more benchmarksUlrik Sverdrup-3/+87
2015-07-20Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelixbors-2/+0
2015-07-19optimize from_str_radixarthurprs-2/+9
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-2/+0
2015-07-14core: Revive SipHash's testsUlrik Sverdrup-67/+61
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-3/+2
2015-06-30std: Fix formatting flags for charsAlex Crichton-0/+2
2015-06-24Remove char::to_titlecase. Fix #26555Simon Sapin-23/+0
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-17/+35
2015-06-15Auto merge of #25359 - thepowersgang:result-expect-2, r=alexcrichtonbors-0/+14
2015-06-15libcore/Result - RFC#1119 Add an 'expect' method to ResultJohn Hodge-0/+14
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-17/+17
2015-06-09Move collectionstest::char into coretest::charSimon Sapin-0/+28
2015-06-09Fix coretest::char::test_to_uppercase for complex mappingSimon Sapin-18/+17
2015-05-30Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichtonbors-0/+15
2015-05-29Implement RFC 771: std::iter::onceNathaniel Theis-0/+15
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/+77
2015-05-28Move std::cell::clone_ref to a clone associated function on std::cell::RefSimon Sapin-2/+2
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-4/+6
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-1/+0