about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-01-20Rename NonNull::empty to dangling.Simon Sapin-1/+2
2018-01-20Preserve formatting options in Debug for NonNull/UniqueSimon Sapin-2/+2
2018-01-20Fix some doc-comment examples for earlier API refactorSimon Sapin-4/+4
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-16/+17
2018-01-20Remove a deprecated (renamed) and unstable method of NonNullSimon Sapin-7/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-18/+18
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-0/+7
2018-01-20Rename std::ptr::Shared to NonNullSimon Sapin-41/+46
2018-01-20Implement Debug for ptr::Shared and ptr::Unique.Corey Farwell-2/+14
2018-01-18Rollup merge of #47497 - goffrie:patch-1, r=dtolnaykennytm-7/+4
2018-01-18Rollup merge of #47404 - integer32llc:reexport-to-re-export, r=steveklabnikkennytm-5/+5
2018-01-18Rollup merge of #47333 - arthurprs:iter-position-bounds-check, r=dtolnaykennytm-0/+56
2018-01-16Remove incorrect `Default::default` links, add a new oneGeoffry Song-7/+4
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-5/+5
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-8/+338
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-17/+3
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+105
2018-01-13Test the whole chunks instead of just an element in the chunks/chunks_mut testsSebastian Dröge-8/+8
2018-01-13Implement TrustedRandomAccess for slice::{ExactChunks, ExactChunksMut}Sebastian Dröge-0/+18
2018-01-13Remove useless assertionSebastian Dröge-2/+0
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-11Enable num tests on wasmDiggory Blake-1/+0
2018-01-11Auto merge of #47180 - varkor:range-iterator-overrides, r=alexcrichtonbors-0/+75
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-5/+33
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-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