about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2017-04-03Move libXtest into libX/testsStjepan Glavina-7661/+0
2017-03-31Test sort algorithms using a random cmp functionStjepan Glavina-0/+12
2017-03-21Unit test heapsortStjepan Glavina-13/+32
2017-03-21Remove stabilized featuresStjepan Glavina-3/+0
2017-03-21Implement feature sort_unstableStjepan Glavina-4/+43
2017-03-17Minor fixups to fix tidy errorsAlex Crichton-4/+0
2017-02-07Improve fmt floatSon-7/+25
2017-02-05Auto merge of #39567 - frewsxcv:rollup, r=frewsxcvbors-482/+3
2017-02-05Rollup merge of #39501 - phungleson:libcorebench, r=alexcrichtonCorey Farwell-482/+3
2017-02-05Auto merge of #39408 - ollie27:i128_try_from, r=alexcrichtonbors-0/+32
2017-02-05Rollup merge of #39107 - llogiq:branchless_filter_count, r=alexcrichtonCorey Farwell-0/+6
2017-02-04Fix TryFrom for i128/u128Oliver Middleton-0/+32
2017-02-04Extract libcore benchmarks to a separate folderSon-482/+3
2017-02-03Merge remote-tracking branch 'upstream/master' into format-with-capacityMichał Krasnoborski-4/+32
2017-02-03Auto merge of #39287 - wesleywiser:move_cell, r=aturonbors-0/+32
2017-02-01Adjust heuristics to better handle "{}..." format strings.Michał Krasnoborski-1/+3
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-3/+0
2017-01-28use `String::with_capacity` in `format!`Michał Krasnoborski-0/+9
2017-01-27Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brsonAlex Crichton-1/+0
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-1/+0
2017-01-24Extend Cell to work with non-Copy typesWesley Wiser-0/+32
2017-01-24add explanation, fix testAndre Bogus-1/+1
2017-01-22Remove a FIXME in core/hash testsWesley Wiser-3/+2
2017-01-18add test case for filter+countAndre Bogus-0/+6
2017-01-14Auto merge of #38982 - clarcharr:expect_err, r=aturonbors-0/+14
2017-01-13expect_err for Result.Clar Charr-0/+14
2017-01-11Implement Display for char Escape*, To*case.Clar Charr-125/+99
2017-01-10Implement `iter::Sum` and `iter::Product` for `Result`Jake Goulding-0/+16
2016-12-16Address falloutAaron Turon-19/+22
2016-12-13Auto merge of #38309 - sfackler:rfc-1725, r=alexcrichtonbors-0/+24
2016-12-12Implement RFC #1725Steven Fackler-0/+24
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-26Overload get{,_mut}{,_unchecked}Steven Fackler-0/+44
2016-11-22Auto merge of #37834 - bluss:peek-none, r=BurntSushibors-0/+68
2016-11-21Auto merge of #37127 - jseyfried:stabilize_RFC_1560, r=nrcbors-2/+0
2016-11-21Stabilize RFC 1560.Jeffrey Seyfried-2/+0
2016-11-18Fix `fmt::Debug` for strings, e.g. for Chinese charactersTobias Bucher-0/+2
2016-11-17core::iter: Peekable should remember peeking a NoneUlrik Sverdrup-0/+68
2016-11-01Merge branch 'master' of https://github.com/rust-lang/rustMarcin Fatyga-9/+60
2016-11-01Auto merge of #37299 - devonhollowood:result-unwrap-or-default, r=alexcrichtonbors-0/+7
2016-10-27Rename ordering chaining functions.Marcin Fatyga-20/+20
2016-10-26Auto merge of #37315 - bluss:fold-more, r=alexcrichtonbors-0/+12
2016-10-25iter: Implement .fold() for .chain()Ulrik Sverdrup-0/+12
2016-10-25Small improvement to SipHasherarthurprs-0/+21
2016-10-21Fix use of `result_unwrap_or_default` featureDevon Hollowood-2/+1
2016-10-21Fix `test_unwrap_or_default`Devon Hollowood-0/+2
2016-10-19Add `unwrap_or_default` method to `Result`Devon Hollowood-0/+6
2016-10-09Add or and or_else for ordering.Marcin Fatyga-0/+27
2016-10-03Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturonbors-0/+3
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-0/+3