about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
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
2015-04-28Tests need not be publicTamir Duberstein-11/+11
2015-04-28Remove unused variableTamir Duberstein-9/+7
2015-04-29Auto merge of #24888 - tamird:snapshot, r=alexcrichtonbors-3/+1
2015-04-28Register new snapshotsTamir Duberstein-3/+1
2015-04-29Auto merge of #24865 - bluss:range-size, r=alexcrichtonbors-0/+6
2015-04-27Auto merge of #24701 - Stebalien:slice, r=alexcrichtonbors-0/+31
2015-04-27core: Fix size_hint for signed integer Range<T> iteratorsUlrik Sverdrup-0/+6
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-22Implement O(1) slice::Iter methods.Steven Allen-0/+31
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-84/+60
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+2
2015-04-14test: Fixup many library unit testsAlex Crichton-14/+14