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
/
libstd
/
alloc.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-29
Fix inconsequential typo in GlobalAlloc doc example
Ixrec
-1
/
+1
2018-06-18
Rename OOM to allocation error
Simon Sapin
-14
/
+14
2018-06-11
Move Unstable Book sections for #[global_allocator] and System to std::alloc ...
Simon Sapin
-0
/
+62
2018-06-11
Stabilize the `System` allocator
Simon Sapin
-1
/
+1
2018-06-11
Move set_oom_hook and take_oom_hook to a dedicated tracking issue
Simon Sapin
-2
/
+2
2018-06-11
Mark as permanently-unstable some implementation details
Simon Sapin
-2
/
+2
2018-06-11
Stablize the alloc module without changing stability of its contents.
Simon Sapin
-6
/
+13
2018-06-11
Document memory allocation APIs
Simon Sapin
-1
/
+1
2018-06-11
Remove the deprecated Heap type/const
Simon Sapin
-1
/
+0
2018-06-11
Replace `impl GlobalAlloc for Global` with a set of free functions
Mike Hommey
-0
/
+1
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-5
/
+5
2018-06-01
Make the OOM hook return `()` rather than `!`
Mike Hommey
-10
/
+12
2018-05-30
Add hooks allowing to override the `oom` behavior
Mike Hommey
-2
/
+46
2018-05-30
Pass a `Layout` to `oom`
Mike Hommey
-2
/
+2
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-61
/
+0
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-2
/
+11
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-3
/
+3
2018-04-12
Restore Global.oom() functionality
Simon Sapin
-0
/
+6
2018-04-12
Use the GlobalAlloc trait for #[global_allocator]
Simon Sapin
-99
/
+54
2018-04-12
Make AllocErr a zero-size unit struct
Simon Sapin
-30
/
+13
2018-04-12
Actually deprecate the Heap type
Simon Sapin
-1
/
+2
2018-04-12
Actually deprecate heap modules.
Simon Sapin
-3
/
+3
2018-04-12
Rename `heap` modules in the core, alloc, and std crates to `alloc`
Simon Sapin
-0
/
+176