about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-19/+239
2014-07-01Improve rustdocs for Rc, add examplesAlisdair Owens-9/+134
2014-06-30auto merge of #15030 : sfackler/rust/partial-cmp, r=huonwbors-0/+10
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-0/+10
2014-06-30auto merge of #15256 : erickt/rust/optimizations, r=alexcrichtonbors-0/+8
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+48
2014-06-29alloc: impl Default for RcErick Tryzelaar-0/+8
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-7/+7
2014-06-28Rename all raw pointers as necessaryAlex Crichton-6/+7
2014-06-28librustc: Match trait self types exactly.Patrick Walton-0/+29
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-25Register new snapshotsAlex Crichton-1/+0
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+5
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-8/+8
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-1/+2
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+2
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Merge conflicts from the rollupAlex Crichton-1/+1
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-2/+6
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-16alloc: Refactor OOM into a common routineAlex Crichton-8/+12
2014-06-16alloc: Allow disabling jemallocAlex Crichton-48/+199
2014-06-16alloc: Format heap.rs to 80-char maxAlex Crichton-24/+39
2014-06-14Register new snapshotsAlex Crichton-11/+2
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-25/+0
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-5/+2
2014-06-11sync: Move underneath libstdAlex Crichton-5/+2
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-1/+1
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-2/+2
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-2/+10
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-17/+15
2014-06-02Adding show impl for Rcfort-0/+7
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-6/+6
2014-05-31doc: Fix a number of broken linksAlex Crichton-0/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-6/+6
2014-05-30Register new snapshotsAlex Crichton-8/+1
2014-05-29Make Arc::make_unique check weak refs; add make_unique to RcAaron Turon-1/+107
2014-05-28Issue #13933: Remove transmute_mut from ArcAriel Ben-Yehuda-1/+2
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-36/+44
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-6/+23
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21alter `exchange_free` for sized deallocationDaniel Micay-3/+9
2014-05-21migrate from `exchange_malloc` to `allocate`Daniel Micay-10/+4
2014-05-17Register new snapshotsAlex Crichton-1/+0
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-0/+1201