summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
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
2015-08-03syntax: Implement #![no_core]Alex Crichton-7/+9
2015-07-30Auto merge of #27371 - Gankro:str-clone, r=alexcrichtonbors-0/+14
2015-07-30Auto merge of #27174 - Gankro:rc-sat, r=alexcrichtonbors-7/+42
2015-07-29implement Clone for Box<str>, closes #27323Alexis Beingessner-0/+14
2015-07-29make Arc mem::forget safeAlexis Beingessner-4/+26
2015-07-29make Rc mem::forget safeAlexis Beingessner-3/+16
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-22/+44
2015-07-28Auto merge of #26934 - reem:boxed-slice-clone, r=Gankrobors-1/+55
2015-07-28Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichtonbors-3/+1
2015-07-28Implement Clone for Box<[T]> where T: CloneJonathan Reem-1/+55
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+3
2015-07-27Show appropriate feature flags in docsSteve Klabnik-22/+44
2015-07-27Turn on `box(PLACE) expr` deprecation warning post-snapshot.Eduard Burtescu-1/+1
2015-07-27Register new snapshots (2015-07-26 a5c12f4).Eduard Burtescu-2/+0
2015-07-23fix doc-tests by opting into `placement_in_syntax` feature where necessary.Felix S. Klock II-1/+1
2015-07-23Review feedback: add unstable marker to Placer API and put in bound that now ...Felix S. Klock II-0/+3
2015-07-22address review feedback: remove dupe feature opt-in.Felix S. Klock II-1/+0
2015-07-22Add feature-gates for desugaring-based `box` and placement-`in`.Felix S. Klock II-0/+2