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-11-24
rustfmt: liballoc, liballoc_*, libarena
Nick Cameron
-1
/
+1
2015-09-24
Better function calls
Nick Cameron
-2
/
+6
2015-09-24
rustfmt liballoc
Nick Cameron
-8
/
+17
2015-08-15
alloc: Add issues for all unstable features
Alex Crichton
-1
/
+2
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-371
/
+19
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-1
/
+6
2015-06-13
Switch to direct HeapAlloc on Windows when not using jemalloc
Peter Atashian
-17
/
+102
2015-05-11
Rollup merge of #25254 - cgaebel:check-sizes-on-allocate, r=Gankro
Steve Klabnik
-0
/
+12
2015-05-09
[liballoc] Adds checks for UB during allocation.
Clark Gaebel
-0
/
+12
2015-05-09
Convert #[lang="..."] to #[lang = "..."]
Nick Hamann
-2
/
+2
2015-04-27
std: Prepare for linking to musl
Alex Crichton
-1
/
+3
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-16
Suppress improper_ctypes warnings when compiling liballoc with external_features
Krzysztof Drewniak
-0
/
+1
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-1
/
+0
2015-03-31
Stabilize std::num
Aaron Turon
-1
/
+0
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-1
/
+1
2015-03-23
Add note about pointer state after the call.
Steve Klabnik
-0
/
+3
2015-03-18
Register new snapshots
Alex Crichton
-4
/
+0
2015-03-16
remove imports
Jorge Aparicio
-1
/
+0
2015-03-16
impl<T> *const T, impl<T> *mut T
Jorge Aparicio
-0
/
+1
2015-03-13
Add an "allocator" attribute to mark functions as allocators
Björn Steinbrink
-0
/
+1
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+2
2015-02-26
Fixed build with jemalloc disabled
Valerii Hiora
-1
/
+1
2015-02-09
int/uint => isize/usize in liblibc/liballoc/libarena
we
-43
/
+44
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-29
Rollup merge of 21681 - japaric:no-warn, r=alexcrichton
Manish Goregaokar
-0
/
+1
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-0
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
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
[next]