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
/
alloc.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-05
Stop importing integer modules in liballoc
Linus Färnstrand
-1
/
+0
2020-03-29
Implement `init` and `init_offset` on `AllocInit` and mark it unsafe
Tim Diekmann
-4
/
+4
2020-03-28
Make fields in `MemoryBlock` public
Tim Diekmann
-17
/
+18
2020-03-26
Remove alignment from `MemoryBlock`
Tim Diekmann
-31
/
+31
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-51
/
+45
2020-03-26
Overhaul of the `AllocRef` trait to match allocator-wg's latest consens
Tim Diekmann
-33
/
+78
2020-03-08
Allow ZSTs in `AllocRef`
Tim Diekmann
-6
/
+28
2020-03-03
Remove `usable_size` APIs
Tim Diekmann
-7
/
+7
2020-02-11
Preparation for allocator aware `Box`
Tim Diekmann
-6
/
+12
2020-01-27
Rename `Alloc` to `AllocRef`
Tim Diekmann
-11
/
+11
2019-12-22
Format the world
Mark Rousskov
-15
/
+8
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-1
/
+0
2019-09-20
Exempt extern "Rust" from improper_ctypes
Josh Stone
-1
/
+1
2019-08-02
liballoc: Unconfigure tests during normal build
Vadim Petrochenkov
-33
/
+3
2019-07-04
Switch master to 1.38
Mark Rousskov
-2
/
+1
2019-06-08
Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc...
Vadim Petrochenkov
-1
/
+2
2019-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-0
/
+18
2019-04-18
make liballoc internal test suite mostly pass in Miri
Ralf Jung
-0
/
+1
2019-02-13
Clarify guarantees for `Box` allocation
Jethro Beekman
-0
/
+3
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-9
/
+5
2019-02-02
liballoc: apply uniform_paths.
Mazdak Farrokhzad
-1
/
+1
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-5
/
+9
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-12
global allocators: add a few comments
Ralf Jung
-0
/
+4
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-08-14
Add doc examples for std::alloc::{alloc,alloc_zeroed}.
Corey Farwell
-0
/
+31
2018-06-18
Rename OOM to allocation error
Simon Sapin
-7
/
+7
2018-06-11
More alloc docs tweaks
Simon Sapin
-2
/
+4
2018-06-11
Stabilize alloc::oom (but not set_oom_hook or take_oom_hook)
Simon Sapin
-1
/
+1
2018-06-11
Stabilize alloc free functions for the global allocators.
Simon Sapin
-4
/
+4
2018-06-11
Stablize the alloc module without changing stability of its contents.
Simon Sapin
-6
/
+5
2018-06-11
Document memory allocation APIs
Simon Sapin
-0
/
+65
2018-06-11
Remove the deprecated Heap type/const
Simon Sapin
-9
/
+0
2018-06-11
Replace `impl GlobalAlloc for Global` with a set of free functions
Mike Hommey
-23
/
+25
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-18
/
+15
2018-05-30
Pass a `Layout` to `oom`
Mike Hommey
-6
/
+7
2018-05-24
std: Ensure OOM is classified as `nounwind`
Alex Crichton
-0
/
+1
2018-05-17
Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton
bors
-46
/
+1
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-46
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-04-27
Auto merge of #50097 - glandium:box_free, r=nikomatsakis
bors
-3
/
+11
2018-04-25
Switch box_free to take the destructured contents of Box
Mike Hommey
-3
/
+11
2018-04-22
Remove Alloc::oom
Steven Fackler
-5
/
+0
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-17
/
+18
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-13
/
+13
2018-04-12
Remove conversions for allocated pointers
Simon Sapin
-3
/
+3
2018-04-12
Use NonNull<Void> instead of *mut u8 in the Alloc trait
Mike Hommey
-9
/
+10
2018-04-12
impl GlobalAlloc for Global
Simon Sapin
-35
/
+50
2018-04-12
Restore Global.oom() functionality
Simon Sapin
-0
/
+16
2018-04-12
realloc with a new size only, not a full new layout.
Simon Sapin
-13
/
+9
[next]