about summary refs log tree commit diff
path: root/src/liballoc/heap.rs
AgeCommit message (Expand)AuthorLines
2014-06-18Merge conflicts from the rollupAlex Crichton-1/+1
2014-06-16alloc: Refactor OOM into a common routineAlex Crichton-3/+2
2014-06-16alloc: Allow disabling jemallocAlex Crichton-48/+199
2014-06-16alloc: Format heap.rs to 80-char maxAlex Crichton-24/+39
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-25/+0
2014-05-30Register new snapshotsAlex Crichton-8/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-6/+6
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-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-0/+201