about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
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-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
2015-10-16Add unused modules to libcoretestFlorian Hahn-20/+11
2015-10-15Auto merge of #29050 - rkruppe:dec2flt-lonely-sign, r=alexcrichtonbors-0/+12
2015-10-15Auto merge of #28921 - petrochenkov:intconv, r=alexcrichtonbors-0/+40
2015-10-15Implement conversion traits for primitive integer typesVadim Petrochenkov-0/+40
2015-10-14Reject "+" and "-" when parsing floats.Robin Kruppe-0/+12
2015-10-08Auto merge of #28900 - cristicbz:typos, r=alexcrichtonbors-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-10-03integer parsing should accept leading plusarthurprs-0/+8
2015-09-20Auto merge of #28539 - rkruppe:shuffle-num-internals, r=alexcrichtonbors-6/+8
2015-09-20Reorganize core::num internalsRobin Kruppe-6/+8
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-12/+11
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+0
2015-08-31Implement `FixedSizeArray` for all fixed size arraysTobias Bucher-2/+32
2015-08-28Rollup merge of #28045 - apasel422:iter, r=sfacklerManish Goregaokar-27/+26
2015-08-27remove calls to deprecated `iter::order` functionsAndrew Paseltiner-27/+26