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
/
raw_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-16
Const-stabilize `Vec::new`.
Mazdak Farrokhzad
-1
/
+26
2019-09-14
Update src/liballoc/raw_vec.rs
Alexander Regueiro
-1
/
+1
2019-09-06
A few cosmetic improvements to code & comments in liballoc and libcore
Alexander Regueiro
-76
/
+74
2019-08-16
Add the Layout of the failed allocation to TryReserveError::AllocError
Simon Sapin
-9
/
+11
2019-08-16
Rename CollectionAllocError to TryReserveError
Simon Sapin
-6
/
+6
2019-08-02
liballoc: Unconfigure tests during normal build
Vadim Petrochenkov
-79
/
+3
2019-07-25
Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton
bors
-59
/
+60
2019-06-25
Remove RawVec::cap()
Matthias Geier
-6
/
+0
2019-05-27
avoid materializing unintialized Boxes in RawVec
Aleksey Kladov
-4
/
+6
2019-04-27
Rename .cap() methods to .capacity()
Matthias Geier
-59
/
+66
2019-04-12
Stabilize the `alloc` crate.
Simon Sapin
-2
/
+2
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-13
/
+9
2019-02-02
liballoc: apply uniform_paths.
Mazdak Farrokhzad
-2
/
+2
2019-02-02
liballoc: adjust abolute imports + more import fixes.
Mazdak Farrokhzad
-1
/
+1
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-11
/
+14
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-5
/
+5
2019-01-08
RawVec doesn't always abort on allocation errors
Jonathan Behrens
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-08-21
Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung
kennytm
-2
/
+2
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-2
/
+2
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-06-29
Move core::alloc::CollectionAllocErr to alloc::collections
Simon Sapin
-2
/
+2
2018-06-29
Make raw_vec perma-unstable and hidden
Simon Sapin
-2
/
+5
2018-06-18
Rename OOM to allocation error
Simon Sapin
-6
/
+10
2018-06-11
Remove some unneeded casts
Simon Sapin
-3
/
+3
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-10
/
+9
2018-05-30
Pass a `Layout` to `oom`
Mike Hommey
-74
/
+82
2018-05-10
Restore RawVec::reserve* documentation
Mike Hommey
-56
/
+57
2018-05-08
Cleanup a `use` in a raw_vec test
Mike Hommey
-1
/
+1
2018-04-29
heh, logic is hard
Mark Mansi
-1
/
+1
2018-04-29
use const trick
Mark Mansi
-23
/
+6
2018-04-25
make RawVec::empty const
Mark Mansi
-1
/
+4
2018-04-25
Make Vec::new const
Mark Mansi
-0
/
+16
2018-04-22
Remove Alloc::oom
Steven Fackler
-7
/
+7
2018-04-16
Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler
bors
-8
/
+15
2018-04-14
Cleanup liballoc use statements
Mike Hommey
-4
/
+5
2018-04-13
Reduce the size of panics in RawVec
Alex Crichton
-8
/
+15
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-11
/
+11
2018-04-12
Use NonNull<Void> instead of *mut u8 in the Alloc trait
Mike Hommey
-21
/
+19
2018-04-12
realloc with a new size only, not a full new layout.
Simon Sapin
-9
/
+8
2018-04-12
Return Result instead of Option in alloc::Layout constructors
Simon Sapin
-2
/
+2
2018-04-12
Remove the now-unit-struct AllocErr field inside CollectionAllocErr
Simon Sapin
-2
/
+2
2018-04-12
Remove the now-unit-struct AllocErr parameter of oom()
Simon Sapin
-6
/
+6
2018-04-12
Make AllocErr a zero-size unit struct
Simon Sapin
-1
/
+1
2018-04-12
Actually deprecate the Heap type
Simon Sapin
-12
/
+11
2018-04-02
Use Alloc and Layout from core::heap.
Mike Hommey
-1
/
+2
2018-03-14
implementing fallible allocation API (try_reserve) for Vec, String and HashMap
snf
-42
/
+60
[next]