about summary refs log tree commit diff
path: root/src/liballoc/boxed.rs
AgeCommit message (Expand)AuthorLines
2016-05-28rustfmt liballoc folderSrinivas Reddy Thatiparthy-2/+3
2016-05-12fix tidyAlex Burka-4/+8
2016-05-12update "reason" for fnbox feature gateAlex Burka-4/+4
2016-03-11alloc: Add unstable issue for FnBox APIsAlex Crichton-4/+4
2016-02-08Implement fmt::Pointer for pointers to unsized typesKamal Marhubi-1/+1
2016-01-14Rollup merge of #30912 - tshepang:remove-distraction, r=steveklabnikSteve Klabnik-1/+1
2016-01-14Rollup merge of #30910 - tshepang:improve-description, r=steveklabnikSteve Klabnik-1/+1
2016-01-14doc: that suffix serves as mere distractionTshepang Lekhonkhobe-1/+1
2016-01-14doc: "x" is used as variable name on this API, so avoid using it hereTshepang Lekhonkhobe-1/+1
2016-01-14doc: "moves" has a specific meaning in Rust, so avoid using it hereTshepang Lekhonkhobe-1/+1
2016-01-13Improve grammar of Box::{into,from}_raw docsJake Goulding-14/+14
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+0
2015-11-24rustfmt: liballoc, liballoc_*, libarenaNick Cameron-8/+6
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+22
2015-11-16Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichtonbors-0/+8
2015-11-16Fix feature nameAlexander Bulaev-1/+1
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-2/+0
2015-11-04liballoc: implement From for Box, Rc, ArcAlexander Bulaev-0/+8
2015-10-17Remove some trivial `transmute`sAndrew Paseltiner-1/+1
2015-10-11Run rustfmt on liballoc.Ahmed Charles-4/+16
2015-10-02std: Add AsRef/AsMut impls to Box/Rc/ArcAlex Crichton-0/+10
2015-09-25Auto merge of #28610 - nrc:fmt6, r=brsonbors-34/+67
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-2/+1
2015-09-24manual fixupsNick Cameron-3/+2
2015-09-24rustfmt liballocNick Cameron-34/+68
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-11/+3
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-0/+8
2015-08-15alloc: Add issues for all unstable featuresAlex Crichton-6/+12
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-26/+0
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-30Auto merge of #27371 - Gankro:str-clone, r=alexcrichtonbors-0/+13
2015-07-29implement Clone for Box<str>, closes #27323Alexis Beingessner-0/+13
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-4/+8
2015-07-28Auto merge of #26934 - reem:boxed-slice-clone, r=Gankrobors-1/+54
2015-07-28Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichtonbors-1/+1
2015-07-28Implement Clone for Box<[T]> where T: CloneJonathan Reem-1/+54
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+3
2015-07-27Show appropriate feature flags in docsSteve Klabnik-4/+8
2015-07-27Turn on `box(PLACE) expr` deprecation warning post-snapshot.Eduard Burtescu-1/+1
2015-07-23fix doc-tests by opting into `placement_in_syntax` feature where necessary.Felix S. Klock II-1/+1
2015-07-22prototype Placer protocol for unstable overloaded-box and placement-in.Felix S. Klock II-5/+102
2015-07-17Add RawVec to unify raw Vecish codeAlexis Beingessner-1/+1
2015-07-13Update boxed.rsWei-Ming Yang-2/+2
2015-07-11Update boxed.rsWei-Ming Yang-2/+2
2015-06-26Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc...Ms2ger-4/+2
2015-06-17Add comment about stabilizing CString::from_ptrAlex Crichton-0/+2
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+1
2015-06-17std: Move free-functions to associated functionsAlex Crichton-3/+26
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-4/+4