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
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-05-27
avoid materializing unintialized Boxes in RawVec
Aleksey Kladov
-4
/
+6
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
2018-01-20
Replace Unique<T> with NonZero<T> in Alloc trait
Simon Sapin
-1
/
+1
2017-11-01
Fix typo.
Lance John
-1
/
+1
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-7
/
+7
2017-08-15
Fix typos & us spellings
Fourchaux
-2
/
+2
2017-08-12
std: Unsafe-away runtime checks in `Vec`
Alex Crichton
-76
/
+127
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-3
/
+3
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-11
/
+11
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-3
/
+19
[next]