about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2017-05-20Correct some stability versionsOliver Middleton-1/+1
2017-05-09Improve docs on Arc<T> and Send/Syncsteveklabnik-10/+29
2017-05-05Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichtonCorey Farwell-64/+53
2017-05-04Deprecate heap::EMPTY in favour of Unique::empty or otherwise.Alexis Beingessner-17/+17
2017-05-04fallout from NonZero/Unique/Shared changesAlexis Beingessner-48/+37
2017-05-03Document the reasoning for the Acquire/Release handshake when dropping Arcs.Bobby Holley-0/+11
2017-04-29Update stage0 bootstrap compilerAlex Crichton-1/+0
2017-04-26Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundibors-5/+36
2017-04-24More methods for str boxes.Clar Charr-5/+36
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-18/+1
2017-04-22cache attributes of items from foreign cratesAriel Ben-Yehuda-6/+36
2017-04-20Privatize Rc::is_uniqueJosh Stone-5/+1
2017-04-20Remove Rc::would_wrapJosh Stone-13/+0
2017-04-15Specialize Vec::from_elem<u8> to use calloc or memsetMatt Brubeck-1/+50
2017-04-13Rollup merge of #41266 - projektir:weak_docs_rc, r=alexcrichtonCorey Farwell-33/+33
2017-04-12Updating docs for std::rc::Rcprojektir-33/+33
2017-04-12Updating docs for std::sync::Weak #29377projektir-33/+33
2017-03-20Fix up various linkssteveklabnik-2/+2
2017-03-17Minor fixups to fix tidy errorsAlex Crichton-1/+4
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-26/+18
2017-03-17Stabilize ptr_eq feature, closes #36497Aaron Turon-10/+2
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-2/+2
2017-03-08Box docs: no allocation is done for ZSTs.Clar Charr-0/+2
2017-02-20Revert "Fix up links"Steve Klabnik-2/+2
2017-02-15Auto merge of #39594 - clarcharr:cstr_box, r=aturonbors-0/+8
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+8
2017-02-13Fix up linksSteve Klabnik-2/+2
2017-02-06Direct conversions between slices and boxes.Clar Charr-0/+40
2017-02-03Bump version, upgrade bootstrapAlex Crichton-9/+0
2017-02-02Rollup merge of #39299 - federicomenaquintero:master, r=GuillaumeGomezGuillaume Gomez-3/+6
2017-01-31In std:rc, clarify the lack of mutability inside an RcFederico Mena Quintero-3/+6
2017-01-30Implement Drop for BoxVadim Petrochenkov-0/+8
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-0/+1
2017-01-28Fix typo in liballoc/lib.rsDenis Andrejew-1/+1
2017-01-27Fix a few links in the docsOliver Middleton-1/+1
2017-01-10Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelixSeo Sanghyeon-7/+5
2017-01-09Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27bors-4/+4
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29Rollup merge of #38587 - GuillaumeGomez:arc_docs, r=frewsxcvAlex Crichton-15/+17
2016-12-28Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`Andrew Paseltiner-7/+5
2016-12-27Merge branch 'master' into escape-reason-docsEsteban Küber-47/+11
2016-12-26Remove extra lang item, exchange_free; use box_free instead.Mark Simulacrum-0/+1
2016-12-24Add missing urls in Arc docsGuillaume Gomez-15/+17
2016-12-20Inline base::malloc_raw_dyn.Mark-Simulacrum-0/+1
2016-12-16Address falloutAaron Turon-31/+2
2016-12-15Stabilize:Aaron Turon-16/+7
2016-12-12rustdoc: escape the deprecated and unstable reason textEsteban Küber-4/+4
2016-12-09Auto merge of #37492 - japaric:no-atomics-alloc, r=brsonbors-15/+36
2016-12-07Rollup merge of #38189 - GuillaumeGomez:rc_links, r=frewsxcvGuillaume Gomez-43/+45