about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2015-11-24rustfmt: liballoc, liballoc_*, libarenaNick Cameron-39/+37
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+36
2015-11-16Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichtonbors-0/+40
2015-11-16Fix feature nameAlexander Bulaev-3/+3
2015-11-12Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnikbors-1/+1
2015-11-12Remove impls for cases considered `niche`Alexander Bulaev-29/+0
2015-11-12liballoc: deny warnings in doctestsKevin Butler-1/+1
2015-11-11Fix import warnings for stage0Steve Klabnik-3/+10
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-4/+0
2015-11-04liballoc: implement From for Box, Rc, ArcAlexander Bulaev-0/+69
2015-11-02remove #![feature(rc_unique)] from Rc docsAlex Burka-3/+0
2015-10-30Auto merge of #29454 - stepancheg:vec-reserve, r=blussbors-3/+49
2015-10-31Fix excessive memory allocation in RawVec::reserveStepan Koltsov-3/+49
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-4/+4
2015-10-30expose drop_in_place as ptr::drop_in_placeAlexis Beingessner-0/+2
2015-10-30Typo fixSimon Sapin-1/+1
2015-10-17Remove some trivial `transmute`sAndrew Paseltiner-1/+1
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-10/+13
2015-10-15Fix minor error in Arc docsMatt Brubeck-1/+1
2015-10-13Correct spelling in docsAndrew Paseltiner-5/+5
2015-10-11Run rustfmt on liballoc.Ahmed Charles-25/+39
2015-10-10Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1bors-0/+8
2015-10-09Added the param-blindness attribute to `Rc` and `Arc`.Felix S. Klock II-0/+2
2015-10-06Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.Felix S. Klock II-0/+6
2015-10-02std: Add AsRef/AsMut impls to Box/Rc/ArcAlex Crichton-0/+20
2015-09-25Auto merge of #28610 - nrc:fmt6, r=brsonbors-106/+258
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-2/+1
2015-09-24Better function callsNick Cameron-10/+32
2015-09-24manual fixupsNick Cameron-4/+5
2015-09-24rustfmt liballocNick Cameron-115/+244
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-1/+1
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-55/+35
2015-09-03doc: reduce indentation of examples to 4 spacesTshepang Lekhonkhobe-7/+7
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-0/+18
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-2/+2
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-0/+1
2015-08-19don't do deprecations yetAlexis Beingessner-5/+0
2015-08-19Rework Arc for FCP of #27718Alexis Beingessner-71/+118
2015-08-19Rework Rc for FCP of #27718Alexis Beingessner-82/+117
2015-08-17core: Move `atomic` into a new `sync` moduleAlex Crichton-2/+2
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-0/+1
2015-08-15alloc: Add issues for all unstable featuresAlex Crichton-27/+44
2015-08-15Reduce libcore/liballoc's dependence on pointer sizesDylan McKay-6/+5
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-375/+25
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-210/+79
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-12/+0
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-2/+2
2015-08-11Register new snapshotsAlex Crichton-12/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-1/+1