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
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
2017-06-15
Allocator integration in `RawVec`.
Felix S. Klock II
-117
/
+220
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-0
/
+1
2017-05-04
Deprecate heap::EMPTY in favour of Unique::empty or otherwise.
Alexis Beingessner
-14
/
+12
2017-05-04
fallout from NonZero/Unique/Shared changes
Alexis Beingessner
-2
/
+2
2017-04-15
Specialize Vec::from_elem<u8> to use calloc or memset
Matt Brubeck
-1
/
+16
2016-12-28
Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`
Andrew Paseltiner
-2
/
+1
2016-10-16
run rustfmt on various folders
Srinivas Reddy Thatiparthy
-11
/
+3
2016-09-28
Remove stage0 hacks
Brian Anderson
-1
/
+0
2016-08-24
Remove drop flags from structs and enums implementing Drop.
Eduard Burtescu
-9
/
+2
2016-08-14
Fix a couple of typos in RawVec
Ivan Ukhov
-3
/
+3
2016-05-19
Support 16-bit pointers as well as i/usize
Jake Goulding
-3
/
+3
2016-05-09
Inline RawVec::cap
Matt Brubeck
-0
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-2
/
+1
2016-01-05
Implement in-place growth for RawVec
Piotr Czarnecki
-11
/
+107
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+1
[next]