about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
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
2016-09-30Call emcc with ERROR_ON_UNDEFINED_SYMBOLSBrian Anderson-2/+5
2016-09-30Ignore another emscripten test because missing intrinsicsBrian Anderson-0/+2
2016-09-28[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...tormol-9/+12
2016-09-02Auto merge of #35856 - phimuemue:master, r=brsonbors-0/+14
2016-09-01Auto merge of #35755 - SimonSapin:char_convert, r=alexcrichtonbors-0/+18
2016-08-29Fix the test_variadic_ptr fn on printf-less sysSimonas Kazlauskas-4/+8
2016-08-29Implement TryFrom<u32> for charSimon Sapin-0/+10
2016-08-29Implement From<char> for u32, and From<u8> for charSimon Sapin-0/+8
2016-08-23Yield Err in char::decode_utf8 per Unicode, like String::from_utf8_lossySimon Sapin-1/+20
2016-08-23Use a macro in test_decode_utf8 to preserve line numbers in panic messages.Simon Sapin-24/+26
2016-08-20Introduce max_by/min_by on iteratorsphilipp-0/+14
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-6/+5
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-1/+0
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-3/+4
2016-07-26Restore `char::escape_default` and add `char::escape` insteadTobias Bucher-2/+45
2016-07-23Escape fewer Unicode codepoints in `Debug` impl of `str`Tobias Bucher-3/+13
2016-07-17Implement traits for variadic function pointersVadim Petrochenkov-0/+14
2016-07-14Auto merge of #33907 - strake:decode_utf8, r=alexcrichtonbors-0/+30
2016-07-13add core::char::DecodeUtf8M Farkas-Dyck-0/+30
2016-07-03Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturonbors-22/+45
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-22/+45
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-21/+111
2016-06-14specialize zip: Add benchmarksUlrik Sverdrup-0/+31
2016-06-03Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatchbors-0/+14
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-32/+0
2016-05-26Extend the test for `EscapeUnicode`Andrea Canciani-0/+6
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-10/+0
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-10/+0
2016-05-19Auto merge of #33103 - ranma42:escape-unicode-last, r=alexcrichtonbors-0/+33
2016-05-19Support 16-bit pointers as well as i/usizeJake Goulding-0/+14
2016-05-08Rollup merge of #33426 - sfackler:try-from, r=aturonManish Goregaokar-146/+300
2016-05-07Implement RFC 1542Steven Fackler-147/+301