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
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