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
2019-07-18
Fix clippy::clone_on_copy warnings
Mateusz Mikuła
-2
/
+2
2019-07-09
Add missing links for CannotReallocInPlace type
Guillaume Gomez
-2
/
+5
2019-05-19
Rollup merge of #60947 - blkerby:global_alloc_typo, r=jonas-schievink
Mazdak Farrokhzad
-2
/
+2
2019-05-18
Fix typos in docs of GlobalAlloc
Brent Kerby
-2
/
+2
2019-05-14
Mark core::alloc::Layout::from_size_align_unchecked const
Richard Wiedenhöft
-1
/
+1
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-3
/
+3
2019-04-18
libcore => 2018
Taiki Endo
-6
/
+6
2019-02-25
heading # Unsafety => # Safety in stdlib docs.
Mazdak Farrokhzad
-2
/
+2
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-12
/
+12
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
[next]