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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liballoc
/
heap.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-20
Rename std::ptr::Shared to NonNull
Simon Sapin
-1
/
+1
2017-08-28
std: Mark allocation functions as nounwind
Alex Crichton
-0
/
+10
2017-08-11
std: Tag OOM functions as `#[cold]`
Alex Crichton
-0
/
+2
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-182
/
+171
2017-06-15
Add impl of `Alloc` for the global rust heap.
Felix S. Klock II
-1
/
+78
2017-05-04
Deprecate heap::EMPTY in favour of Unique::empty or otherwise.
Alexis Beingessner
-2
/
+4
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-4
/
+2
2017-04-15
Specialize Vec::from_elem<u8> to use calloc or memset
Matt Brubeck
-0
/
+34
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-8
/
+0
2016-12-26
Remove extra lang item, exchange_free; use box_free instead.
Mark Simulacrum
-0
/
+1
2016-12-20
Inline base::malloc_raw_dyn.
Mark-Simulacrum
-0
/
+1
2016-11-11
[breaking-change] change the `box_free` item to accept pointers to unsized types
Oliver 'ker' Schneider
-4
/
+5
2016-05-28
rustfmt liballoc folder
Srinivas Reddy Thatiparthy
-1
/
+1
2016-02-04
Synthesize calls to box_free language item
Simonas Kazlauskas
-0
/
+13
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
[next]