about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
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
2015-08-27core: Implement IntoIterator for Option and Result referencesGeorg Brandl-1/+41
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-0/+10
2015-08-25Correct iterator adaptor ChainUlrik Sverdrup-0/+20
2015-08-22Auto merge of #27915 - SimonSapin:dotted_i, r=alexcrichtonbors-21/+17
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-0/+10
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-29/+58
2015-08-20Add a test for char::to_lowercase mapping to more than one `char`.Simon Sapin-21/+17
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-2/+16
2015-08-17core: Shuffle around float parsingAlex Crichton-30/+29
2015-08-17std: Clean up primitive integer modulesAlex Crichton-1/+31
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-2/+16
2015-08-14Auto merge of #27786 - alexcrichton:start-testing-msvc, r=brsonbors-2/+21
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-292/+6
2015-08-13Get `make check` working on MSVCAlex Crichton-2/+21
2015-08-13Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelixbors-1/+464
2015-08-13Auto merge of #27652 - alex-ozdemir:iter, r=blussbors-0/+120
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-292/+6