summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-01-13Apply review comments from @blussSebastian Dröge-44/+23
2018-01-13Add slice::ExactChunks and ::ExactChunksMut iteratorsSebastian Dröge-0/+230
2018-01-12Optimize slice.{r}position result bounds checkarthurprs-0/+56
2018-01-13Rollup merge of #47365 - Diggsey:issue-42630, r=alexcrichtonkennytm-1/+0
2018-01-12Derive std::cmp::Reverse as Copy or CloneDan Aloni-1/+1
2018-01-11Enable num tests on wasmDiggory Blake-1/+0
2018-01-11Auto merge of #47180 - varkor:range-iterator-overrides, r=alexcrichtonbors-0/+75
2018-01-10Add transpose conversions for Option and ResultTaylor Cramer-0/+58
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-5/+33
2018-01-09Make core::ops::Place an unsafe traitTaylor Cramer-1/+4
2018-01-09Add `min` and `last` specialisations for `Range`varkor-4/+25
2018-01-09Rollup merge of #47272 - GuillaumeGomez:missing-links, r=QuietMisdreavuskennytm-1/+4
2018-01-08Auto merge of #47208 - Manishearth:double-ended-searcher, r=pnkfelixbors-6/+48
2018-01-08Add missing linksGuillaume Gomez-1/+4
2018-01-06Use `next` and `next_back`varkor-16/+8
2018-01-07Rollup merge of #46947 - tspiteri:checked-div-rem-none, r=frewsxcvkennytm-4/+4
2018-01-06Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichtonbors-1/+0
2018-01-06Regression tests for #47175Manish Goregaokar-0/+38
2018-01-06Make double ended string searchers use dependent fingers (fixes #47175)Manish Goregaokar-6/+10
2018-01-05Fix behaviour after iterator exhaustionvarkor-5/+20
2018-01-05Auto merge of #47142 - sdroege:trusted-random-access-chunks, r=kennytmbors-0/+73
2018-01-05Rollup merge of #47182 - aheart:master, r=steveklabnikkennytm-0/+1
2018-01-05Rollup merge of #47030 - ollie27:stab, r=alexcrichtonkennytm-10/+25
2018-01-05Make UnsafeCell::into_inner safevarkor-12/+7
2018-01-04Bump to 1.25.0Alex Crichton-1/+0
2018-01-04Remove min from RangeFromvarkor-12/+0
2018-01-04Make examples equivalentaheart-0/+1
2018-01-04Add tests for specialised Range iter methodsvarkor-0/+32
2018-01-04Remove RangeInclusive::sumvarkor-18/+1
2018-01-04Fix potential overflow in TrustedRandomAccess impl for slice::{Chunks,ChunksMut}Sebastian Dröge-2/+8
2018-01-04Add max and sum specialisations for Rangevarkor-1/+25
2018-01-04Add min specialisation for RangeFrom and last for RangeInclusivevarkor-0/+10
2018-01-04Add min and max specialisations for RangeInclusivevarkor-0/+10
2018-01-03Fix compilation of TrustedRandomAccess impl for slice::ChunksSebastian Dröge-2/+2
2018-01-03Add unit test for zipping slice::{Chunks, ChunksMut, Windows} iteratorsSebastian Dröge-0/+39
2018-01-03Implement TrustedRandomAccess for slice::{Chunks, ChunksMut, Windows}Sebastian Dröge-0/+28
2018-01-03Rollup merge of #47118 - hdhoang:patch-2, r=BurntSushikennytm-2/+2
2018-01-02Use assert!(chunk_size != 0) instead of > 0 for usize valueSebastian Dröge-1/+1
2018-01-02Consistently use chunk_size as the field name for Chunks and ChunksMutSebastian Dröge-15/+15
2018-01-01Auto merge of #46735 - Manishearth:memchr-find, r=burntsushibors-84/+519
2018-01-01handle overflow/underflow in index offsetsManish Goregaokar-10/+15
2018-01-01memchr: fix variable name in docstringsHoàng Đức Hiếu-2/+2
2018-01-01Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebankbors-1/+1
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-1/+260
2017-12-31Use memchr for [i8]::contains as wellManish Goregaokar-0/+8
2017-12-30Optimise min/maxvarkor-4/+4
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-12-27Correct a few stability attributesOliver Middleton-10/+25
2017-12-26Rollup merge of #46986 - nvzqz:basic-usage, r=steveklabnikkennytm-0/+8
2017-12-26Rollup merge of #46933 - clarcharr:float_docs, r=steveklabnikkennytm-2/+12