summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2016-08-22std: 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
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-2/+2
2016-01-17Auto merge of #30928 - sfackler:any-unsized, r=aturonbors-0/+5
2016-01-16Auto merge of #30624 - Ticki:specialization, r=alexcrichtonbors-0/+40
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+2
2016-01-16Make style more uniform, add tests for specialization of .last(), move tests ...Ticki-0/+40
2016-01-14Implement Any for unsized typesSteven Fackler-0/+5
2016-01-04Make float parsing "." return ErrToby Scrace-1/+2
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+8
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-44/+3
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+1
2015-10-17Implement conversion traits for primitive float typesJosh Stone-0/+57