summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2017-06-25std: Fix implementation of `Alloc::alloc_one`Alex Crichton-1/+1
2017-06-24Stabilize RangeArgumentSteven Fackler-200/+12
2017-06-24Improve sort tests and benchmarksStjepan Glavina-33/+76
2017-06-24Auto merge of #42854 - razielgn:relaxed-debug-constraints-on-maps-iterators, ...bors-4/+4
2017-06-23Rollup merge of #42825 - letheed:patch-1, r=alexcrichtonMark Simulacrum-1/+1
2017-06-23Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}.Federico Ravasio-2/+2
2017-06-23Correctly iterate on keys/values when debugging BTreeMap::{Keys,Values}.Federico Ravasio-2/+2
2017-06-23Removed as many "```ignore" as possible.kennytm-7/+25
2017-06-22Update docs for std::fmt::format #29355.Ryan Thomas-5/+3
2017-06-22Fix ref as mutable ref in std::rc::Rc docLetheed-1/+1
2017-06-21Update version numbers for From implsOliver Middleton-1/+1
2017-06-21Convert Intos to Froms.Clar Charr-3/+3
2017-06-20Rollup merge of #42717 - ollie27:into_to_from2, r=sfacklerCorey Farwell-4/+6
2017-06-20Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichtonbors-118/+1339
2017-06-19Minor Allocator doc fixAlex Crichton-1/+0
2017-06-17Convert `Into<Box<[T]>> for Vec<T>` into `From<Vec<T>> for Box<[T]>`Oliver Middleton-4/+6
2017-06-16Rollup merge of #42705 - est31:master, r=alexcrichtonCorey Farwell-2/+2
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-2/+2
2017-06-15implement Error trait for error structs added in allocator API.Felix S. Klock II-0/+28
2017-06-15Allocator integration in `RawVec`.Felix S. Klock II-117/+220
2017-06-15Add impl of `Alloc` for the global rust heap.Felix S. Klock II-1/+78
2017-06-15Changed `Layout::from_size_align` to return `Option`.Felix S. Klock II-19/+43
2017-06-15Add API for `Alloc` trait.Felix S. Klock II-0/+990
2017-06-15Utf8Lossy type with chunks iterator and impl Display and DebugStepan Koltsov-99/+22
2017-06-13Merge crate `collections` into `alloc`Murarth-13/+29825
2017-06-05Use single quotes, and doc the Rc struct itself.Ulysse Carion-5/+6
2017-06-03Explicate what "Rc" and "Arc" stand for.Ulysse Carion-2/+4
2017-05-22Update Rc and Arc documentation.Nicolas Silva-28/+64
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