about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2018-09-27liballoc: mark str.to_owned() and String::from(&str) as #[inline].Matthias Krüger-0/+2
2018-09-25Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichtonPietro Albini-19/+19
2018-09-25Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmasterPietro Albini-89/+12
2018-09-25Also rename ExactChunks iterator name to ChunksExactSebastian Dröge-1/+1
2018-09-24Rename slice::exact_chunks() to slice::chunks_exact()Sebastian Dröge-18/+18
2018-09-23Auto merge of #54339 - cramertj:no-cx, r=aturonbors-67/+4
2018-09-23Make the `Vec::dedup` method use `slice::partition_dedup` internallyClément Renault-84/+7
2018-09-23Introduce the partition_dedup/by/by_key methods for slicesClément Renault-5/+5
2018-09-22address RalfJung's commentJorge Aparicio-6/+6
2018-09-22alloc: fix deprecated warningsJorge Aparicio-20/+21
2018-09-20std: Check for overflow in `str::repeat`Alex Crichton-1/+28
2018-09-19Remove spawning from task::ContextTaylor Cramer-67/+4
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-313/+44
2018-09-17Cleanup and fix method resolution issueTaylor Cramer-1/+5
2018-09-16Auto merge of #53804 - RalfJung:ptr-invalid, r=nagisabors-6/+4
2018-09-16use mem::zeroed to make up ZST valuesRalf Jung-4/+4
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-08Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum...bors-15/+7
2018-09-07Rollup merge of #53874 - withoutboats:pin-ptr-impls, r=RalfJungkennytm-2/+33
2018-09-06Fix invalid urlsGuillaume Gomez-15/+7
2018-09-06Fix typos.Without Boats-2/+2
2018-09-05Auto merge of #52994 - varkor:trim_direction, r=alexcrichtonbors-30/+38
2018-09-05Add comment.Without Boats-0/+22
2018-09-04Breaking change upgradesMark Rousskov-4/+5
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-4/+5
2018-09-01Rollup merge of #53782 - rask:task/arc-docs-adjustment, r=cramertjkennytm-4/+5
2018-09-01Update to a new pinning API.Without Boats-313/+40
2018-09-01Fix Rc impl.Without Boats-1/+1
2018-09-01Implement Unpin for Box, Rc, and ArcWithout Boats-2/+11
2018-08-31Add clearer wording to Arc clone example codeOtto Rask-1/+1
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-2/+4
2018-08-30Rollup merge of #53113 - kpp:more_docs_for_cow, r=GuillaumeGomezPietro Albini-0/+35
2018-08-30Rephrase Arc documentation changes regarding clonesOtto Rask-4/+4
2018-08-29fix some uses of pointer intrinsics with invalid pointersRalf Jung-6/+4
2018-08-29Auto merge of #53564 - MaloJaffre:vecdeque, r=gnzlbgbors-5/+47
2018-08-29Add another assertMaloJaffre-0/+4
2018-08-29Make Arc cloning mechanics clearer in module docsOtto Rask-4/+5
2018-08-28Fix tidyMaloJaffre-1/+2
2018-08-28Add docs and debug assertsMaloJaffre-11/+23
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-202/+312
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-25remove copyright headers now that they are not madatoryNiv Kaminer-10/+0
2018-08-24Auto merge of #53662 - kennytm:rollup, r=kennytmbors-4/+4
2018-08-24Optimize VecDeque::appendMaloJaffre-2/+27
2018-08-24Slightly refactor VecDeque implementationMaloJaffre-3/+3
2018-08-24Rollup merge of #53592 - matthiaskrgr:str_doc, r=alexcrichtonkennytm-4/+4
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-1/+0
2018-08-23link to items in pin module to std docsNiv Kaminer-3/+3
2018-08-23reexport Unpin into pin moduleNiv Kaminer-1/+2