about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
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
2016-05-04Add test for `EscapeUnicode` specializationsAndrea Canciani-0/+33
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-2/+0
2016-04-30Implement find() on Chain iteratorsGeorg Brandl-0/+13
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-4/+6
2016-03-31added missing refcell ref/refmut coercions to unsizedВалерий Лашманов-0/+20
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-6/+8
2016-03-12std: Clean out deprecated APIsAlex Crichton-106/+0
2016-03-11cleanup int suffixes in libcoretestsrinivasreddy-23/+23
2016-03-04make skip a double ended iteratorOliver Schneider-0/+38
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-0/+2
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-2/+3
2016-02-08Implement fmt::Pointer for pointers to unsized typesKamal Marhubi-0/+8
2016-02-06Auto merge of #31410 - rkruppe:issue31109, r=pnkfelixbors-7/+16
2016-02-04Enable unit tests for literals that overflow. I have no idea why this conditi...Robin Kruppe-7/+5
2016-02-04Prevent the immediate panic uncovered by #31109 and add a test.Robin Kruppe-0/+11
2016-01-30test: Deny warnings in {core,collections}testAlex Crichton-23/+27
2016-01-22Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichtonbors-5/+1
2016-01-22Avoid bounds check for slice binary searcharthurprs-5/+1