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
/
libcore
/
alloc.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-11
Rollup merge of #55844 - waywardmonkeys:typo-fixes, r=varkor
Pietro Albini
-2
/
+2
2018-11-10
Fix documentation typos.
Bruce Mitchener
-2
/
+2
2018-11-08
Fix Rc/Arc allocation layout
Murarth
-0
/
+17
2018-11-06
Add a tracking issue for extra Layout methods
Amanieu d'Antras
-7
/
+7
2018-11-06
API changes as discussed in the comments
Amanieu d'Antras
-17
/
+6
2018-11-06
Add a comment about how Layout::extend matches the C struct layout
Amanieu d'Antras
-0
/
+3
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-08-04
Remove explicit returns where unnecessary
ljedrz
-5
/
+5
2018-08-01
Switch to bootstrapping from 1.29 beta
Mark Rousskov
-5
/
+1
2018-07-09
Implement #[alloc_error_handler]
Simon Sapin
-0
/
+1
2018-06-29
Move core::alloc::CollectionAllocErr to alloc::collections
Simon Sapin
-28
/
+0
2018-06-27
Document that Layout::from_size_align does not allow align=0
Simon Sapin
-0
/
+2
2018-06-18
Rename OOM to allocation error
Simon Sapin
-24
/
+24
2018-06-11
More alloc docs tweaks
Simon Sapin
-1
/
+23
2018-06-11
Alloc docs teaks
Simon Sapin
-5
/
+0
2018-06-11
Stablize the GlobalAlloc trait
Simon Sapin
-1
/
+5
2018-06-11
Stabilize alloc::Layout (with only some of its methods)
Simon Sapin
-9
/
+9
2018-06-11
Mark as permanently-unstable some implementation details
Simon Sapin
-1
/
+1
2018-06-11
Stablize the alloc module without changing stability of its contents.
Simon Sapin
-6
/
+26
2018-06-11
Document memory allocation APIs
Simon Sapin
-49
/
+178
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-41
/
+24
2018-06-02
Rollup merge of #51226 - gnzlbg:nonzero_align, r=SimonSapin
Mark Simulacrum
-37
/
+43
2018-06-02
add missing inline's and optimizations
gnzlbg
-4
/
+11
2018-06-02
remove debug_assert in padding_needed_for
gnzlbg
-3
/
+0
2018-06-01
Simplify HashMap layout calculation by using Layout
Amanieu d'Antras
-0
/
+8
2018-05-30
make Layout's align a NonZeroUsize
gnzlbg
-36
/
+38
2018-04-22
Remove Alloc::oom
Steven Fackler
-26
/
+0
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-11
/
+0
2018-04-20
Implement Copy for std::alloc::Layout
Simon Sapin
-1
/
+1
2018-04-15
Auto merge of #49884 - alexcrichton:less-unwrap, r=Mark-Simulacrum
bors
-8
/
+14
2018-04-13
core: Remove panics from some `Layout` methods
Alex Crichton
-8
/
+14
2018-04-13
core: Inline `From<AllocErr> for CollectionAllocErr`
Alex Crichton
-0
/
+1
2018-04-12
Initial docs for the GlobalAlloc trait
Simon Sapin
-5
/
+39
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-19
/
+19
2018-04-12
Remove conversions for allocated pointers
Simon Sapin
-17
/
+0
2018-04-12
Use NonNull<Void> instead of *mut u8 in the Alloc trait
Mike Hommey
-33
/
+25
2018-04-12
Restore Global.oom() functionality
Simon Sapin
-0
/
+4
2018-04-12
Conversions between Result<*mut u8, AllocErr>> and *mut Void
Simon Sapin
-0
/
+21
2018-04-12
realloc with a new size only, not a full new layout.
Simon Sapin
-51
/
+36
2018-04-12
Return Result instead of Option in alloc::Layout constructors
Simon Sapin
-22
/
+41
2018-04-12
Remove the now-unit-struct AllocErr field inside CollectionAllocErr
Simon Sapin
-3
/
+3
2018-04-12
Remove the now-unit-struct AllocErr parameter of oom()
Simon Sapin
-1
/
+1
2018-04-12
Implement GlobalAlloc for System
Simon Sapin
-0
/
+4
2018-04-12
Make AllocErr a zero-size unit struct
Simon Sapin
-50
/
+8
2018-04-12
Rename `heap` modules in the core, alloc, and std crates to `alloc`
Simon Sapin
-0
/
+1125