about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
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
2015-05-13RebasingNick Cameron-11/+12
2015-05-09Auto merge of #24612 - lifthrasiir:flt2dec, r=pnkfelixbors-0/+1696
2015-05-06core: use banker's rounding for the exact mode in flt2dec.Kang Seonghoon-5/+18
2015-05-06core: updated for the master changes.Kang Seonghoon-98/+91
2015-05-06core: fixed a slight bug.Kang Seonghoon-3/+17
2015-05-06core: fixed typos and revised comments in flt2dec.Kang Seonghoon-1/+1
2015-05-06core: tweaked flt2dec to match the casing of the older formatting code.Kang Seonghoon-32/+32
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+1676
2015-05-05Optimize iterator adapters.Steven Allen-0/+215
2015-05-03Auto merge of #24737 - P1start:dst-cell, r=alexcrichtonbors-0/+24
2015-05-01Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturonbors-49/+0
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-0/+24
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-49/+0
2015-05-01Auto merge of #24720 - critiqjo:stepby-sizehint, r=alexcrichtonbors-1/+13
2015-05-01iterator: Add `StepBy::size_hint` methodcritiqjo-1/+13
2015-04-28Unstub some testsTamir Duberstein-4/+1