index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liballoc
/
heap.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-1
/
+1
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-1
/
+1
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-1
/
+1
2015-01-11
powerpc: Tell liballoc about power alignment
Richo Healey
-1
/
+2
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
Fix warning in liballoc about unused constant MIN_ALIGN when cfg(feature = ex...
John Ericson
-6
/
+10
2015-01-07
liballoc's "extern_funcs" impl mod had a duplicate and missing item
John Ericson
-5
/
+4
2015-01-07
Shorten cfg line lengths in liballoc
John Ericson
-3
/
+11
2015-01-07
liballoc's "external_funcs" and "external_crate" are now features
John Ericson
-5
/
+5
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-2
/
+3
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-2
/
+2
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-12-04
Add ability to use custom alloc::heap::imp
Alexander Light
-3
/
+55
2014-11-01
bubble up out-of-memory errors from liballoc
Daniel Micay
-56
/
+28
2014-10-25
fix sized deallocation documentation
Daniel Micay
-13
/
+13
2014-10-25
return the new usable size from reallocate_inplace
Daniel Micay
-19
/
+13
2014-10-25
get rid of libc_heap::{malloc_raw, realloc_raw}
Daniel Micay
-6
/
+21
2014-10-25
Make MIN_ALIGN a const to allow better optimization
Björn Steinbrink
-2
/
+2
2014-10-09
alloc: Convert statics to constants
Alex Crichton
-1
/
+1
2014-10-08
saner parameter order for reallocation functions
Daniel Micay
-19
/
+14
2014-10-02
Test fixes from the rollup
Alex Crichton
-0
/
+1
2014-10-02
alloc: fix reallocate_inplace implementation
Daniel Micay
-9
/
+26
2014-09-30
Fix liballoc
Steven Fackler
-8
/
+8
2014-09-16
Register new snapshots
Alex Crichton
-29
/
+0
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-16
auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r...
bors
-1
/
+0
2014-09-15
remove the closure_exchange_malloc lang item
Daniel Micay
-17
/
+1
2014-09-15
heap: optimize EMPTY to avoid relocations
Daniel Micay
-5
/
+6
2014-09-15
heap: rm out-of-date FIXMEs
Daniel Micay
-2
/
+0
2014-09-15
silence various warnings in stdlib, no idea why they suddenly started
Niko Matsakis
-1
/
+0
2014-09-11
auto merge of #17110 : thestinger/rust/dst, r=cmr
bors
-6
/
+0
2014-09-10
implement sized deallocation
Daniel Micay
-0
/
+11
2014-09-10
micro-optimize dynamic allocation alignment
Daniel Micay
-34
/
+64
2014-09-09
fixes for Box<[T]>
Daniel Micay
-6
/
+0
2014-09-06
fix sized deallocation for proc
Daniel Micay
-2
/
+17
2014-08-26
DST coercions and DST structs
Nick Cameron
-0
/
+6
2014-08-23
Copy only up to `min(new_size, old_size)` when doing reallocate.
Felix S. Klock II
-1
/
+2
2014-08-19
A few minor documentation fixes
P1start
-8
/
+8
2014-08-04
rustc: Link entire archives of native libraries
Alex Crichton
-0
/
+3
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-5
/
+6
2014-06-18
Merge conflicts from the rollup
Alex Crichton
-1
/
+1
2014-06-16
alloc: Refactor OOM into a common routine
Alex Crichton
-3
/
+2
2014-06-16
alloc: Allow disabling jemalloc
Alex Crichton
-48
/
+199
2014-06-16
alloc: Format heap.rs to 80-char max
Alex Crichton
-24
/
+39
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-25
/
+0
2014-05-30
Register new snapshots
Alex Crichton
-8
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-6
/
+6
2014-05-21
alter `exchange_free` for sized deallocation
Daniel Micay
-3
/
+9
[next]