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
/
allocator.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-29
Move the alloc::allocator module to core::heap
Simon Sapin
-1082
/
+0
2018-03-14
implementing fallible allocation API (try_reserve) for Vec, String and HashMap
snf
-0
/
+18
2018-01-20
Replace Unique<T> with NonZero<T> in Alloc trait
Simon Sapin
-10
/
+10
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-37
/
+9
2017-10-20
Fix most rendering warnings from switching to CommonMark
steveklabnik
-3
/
+3
2017-08-29
Auto merge of #44049 - alexcrichton:nounwind-allocators, r=BurntSushi
bors
-0
/
+23
2017-08-28
std: Mark allocation functions as nounwind
Alex Crichton
-0
/
+23
2017-08-24
Fix inconsistent doc headings
lukaramu
-12
/
+12
2017-08-15
Fix typos & us spellings
Fourchaux
-3
/
+3
2017-08-13
Auto merge of #43815 - alexcrichton:optimize-alloc, r=sfackler
bors
-0
/
+4
2017-08-12
Fix some typos
Bastien Orivel
-3
/
+3
2017-08-11
std: Tag `AllocErr` functions as `#[inline]`
Alex Crichton
-0
/
+4
2017-08-11
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-29
Rollup merge of #43513 - alexcrichton:inline-repeat, r=BurntSushi
Mark Simulacrum
-0
/
+1
2017-07-29
std: Mark `Layout::repeat` as `#[inline]`
Alex Crichton
-0
/
+1
2017-07-28
Auto merge of #43217 - pnkfelix:alloc-requires-align-it-in-u32, r=alexcrichton
bors
-7
/
+15
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-3
/
+3
2017-07-13
Add precondition to `Layout` that the `align` fit in a u32.
Felix S. Klock II
-7
/
+15
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-2
/
+21
2017-06-25
std: Fix implementation of `Alloc::alloc_one`
Alex Crichton
-1
/
+1
2017-06-19
Minor Allocator doc fix
Alex Crichton
-1
/
+0
2017-06-15
implement Error trait for error structs added in allocator API.
Felix S. Klock II
-0
/
+28
2017-06-15
Changed `Layout::from_size_align` to return `Option`.
Felix S. Klock II
-19
/
+43
2017-06-15
Add API for `Alloc` trait.
Felix S. Klock II
-0
/
+986