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_system
Age
Commit message (
Expand
)
Author
Lines
2017-09-10
Autodetect the type of allocator crate used
Michal 'vorner' Vaner
-0
/
+3
2017-09-06
Use memalign instead of posix_memalign for Solaris
bgermann
-2
/
+2
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-2
/
+0
2017-07-25
Bump master to 1.21.0
Alex Crichton
-352
/
+69
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-142
/
+608
2017-06-02
Improve reallocation in alloc_system on Windows
Peter Atashian
-17
/
+20
2017-04-15
Specialize Vec::from_elem<u8> to use calloc or memset
Matt Brubeck
-3
/
+31
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2017-01-01
Merge branch 'master' into sparc64
Seo Sanghyeon
-0
/
+1
2016-12-30
std: Don't build docs for misc facade crates
Alex Crichton
-0
/
+1
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-29
liballoc_*: add MIN_ALIGN for sparc64
Jonathan A. Kollasch
-1
/
+2
2016-12-20
Switch back to alloc_system
Jeremy Soller
-47
/
+4
2016-12-15
WIP: Cross-compilation for Redox target
Jeremy Soller
-1
/
+44
2016-10-25
Print out the error when HeapFree failures do occur
Peter Atashian
-2
/
+3
2016-10-16
run rustfmt on various folders
Srinivas Reddy Thatiparthy
-5
/
+1
2016-09-30
Preliminary wasm32 support
Brian Anderson
-1
/
+2
2016-09-09
Add s390x support
Ulrich Weigand
-1
/
+2
2016-08-27
fix cross compilation of std
Jorge Aparicio
-1
/
+2
2016-05-24
std: Use memalign, not posix_memalign, on Android
Alex Crichton
-7
/
+34
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-4
/
+3
2016-04-15
alloc_system: Handle failure properly
Alex Crichton
-2
/
+4
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+13
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-1
/
+2
2016-02-01
Remove "powerpc64le" and "mipsel" target_arch
Alex Crichton
-3
/
+1
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-13
Add powerpc64 and powerpc64le support
Anton Blanchard
-1
/
+3
2016-01-12
android has `posix_memalign` for API 16+ since NDK r10d
Tamir Duberstein
-26
/
+6
2015-12-21
Register new snapshots
Alex Crichton
-5
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+1
2015-12-02
MIN_ALIGN is definitely 8 on 32-bit x86, at least on Windows.
Peter Atashian
-3
/
+3
2015-11-26
Auto merge of #30015 - petrochenkov:staged, r=brson
bors
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-24
rustfmt: liballoc, liballoc_*, libarena
Nick Cameron
-3
/
+3
2015-11-09
std: Migrate to the new libc
Alex Crichton
-1
/
+8
2015-10-11
Run rustfmt on liballoc_system.
Ahmed Charles
-29
/
+48
2015-08-15
test: Fix tests for requiring issues
Alex Crichton
-1
/
+2
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-0
/
+212