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
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
2015-10-31
Fix excessive memory allocation in RawVec::reserve
Stepan Koltsov
-3
/
+49
2015-10-30
Typo fix
Simon Sapin
-1
/
+1
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-5
/
+5
2015-10-11
Run rustfmt on liballoc.
Ahmed Charles
-5
/
+13
2015-10-06
Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.
Felix S. Klock II
-0
/
+1
2015-09-24
Better function calls
Nick Cameron
-4
/
+12
2015-09-24
rustfmt liballoc
Nick Cameron
-18
/
+38
2015-08-15
Reduce libcore/liballoc's dependence on pointer sizes
Dylan McKay
-6
/
+4
2015-07-17
Add RawVec to unify raw Vecish code
Alexis Beingessner
-0
/
+453
[prev]