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
2020-07-27
mv std libs to library/
mark
-379
/
+0
2020-07-14
Deny unsafe op in unsafe functions in libstd/alloc.rs
Alexis Bourget
-20
/
+71
2020-05-17
abort_internal is safe
Ralf Jung
-1
/
+1
2020-04-03
Minor follow-up after renaming librustc(_middle)
Yuki Okushi
-2
/
+2
2020-04-02
Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu
bors
-34
/
+73
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
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
-16
/
+17
2020-03-26
Remove alignment from `MemoryBlock`
Tim Diekmann
-32
/
+29
2020-03-26
Add comment to `AllocRef` implementation for `System`
Tim Diekmann
-0
/
+2
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-50
/
+44
2020-03-26
Overhaul of the `AllocRef` trait to match allocator-wg's latest consens
Tim Diekmann
-32
/
+77
2020-03-08
Allow ZSTs in `AllocRef`
Tim Diekmann
-11
/
+36
2020-03-03
Remove `usable_size` APIs
Tim Diekmann
-6
/
+10
2020-01-27
Rename `Alloc` to `AllocRef`
Tim Diekmann
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-26
/
+23
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-2
/
+2
2019-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-0
/
+5
2019-03-27
Add `Default` to `std::alloc::System`
Tim Diekmann
-1
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-2
/
+3
2019-01-26
Replace deprecated ATOMIC_INIT consts
Mark Rousskov
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-1
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-12
global allocators: add a few comments
Ralf Jung
-0
/
+5
2018-11-11
std: Delete the `alloc_system` crate
Alex Crichton
-2
/
+87
2018-11-02
Remove all jemalloc-related content
Alex Crichton
-6
/
+3
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-4
/
+0
2018-08-26
rustc: Continue to tweak "std internal symbols"
Alex Crichton
-4
/
+4
2018-08-01
Switch to bootstrapping from 1.29 beta
Mark Rousskov
-2
/
+1
2018-07-09
Implement #[alloc_error_handler]
Simon Sapin
-1
/
+2
2018-07-09
Remove `extern` on the `pub fn rust_oom` lang item in libstd, to match ABI of...
Simon Sapin
-1
/
+1
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
[next]