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_jemalloc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-22
Remove Alloc::oom
Steven Fackler
-3
/
+2
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-3
/
+2
2018-04-12
Restore Global.oom() functionality
Simon Sapin
-0
/
+10
2018-04-12
Use the GlobalAlloc trait for #[global_allocator]
Simon Sapin
-105
/
+5
2018-04-12
Make AllocErr a zero-size unit struct
Simon Sapin
-22
/
+3
2018-04-12
Separate alloc::heap::Alloc trait for stage0 #[global_allocator]
Simon Sapin
-1
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-02
Use Alloc and Layout from core::heap.
Mike Hommey
-3
/
+1
2017-11-20
Remove comment about a branch being optimized out, fix #45831
Simon Sapin
-2
/
+1
2017-11-20
alloc_jemalloc: don’t assume MIN_ALIGN for small sizes
Simon Sapin
-11
/
+11
2017-11-04
rustc: Handle some libstd symbole exports better
Alex Crichton
-10
/
+10
2017-11-03
[jemalloc] set correct excess in alloc_excess
gnzlbg
-1
/
+2
2017-10-25
use nallocx instead of sallocx
gnzlbg
-21
/
+6
2017-10-25
move sallocx and excess into not null branch
gnzlbg
-2
/
+3
2017-10-25
[jemalloc] set correct excess in realloc_excess
gnzlbg
-1
/
+1
2017-10-25
[jemalloc] set correct excess in realloc_excess
gnzlbg
-5
/
+20
2017-09-10
Autodetect the type of allocator crate used
Michal 'vorner' Vaner
-0
/
+3
2017-08-27
Whitelist for dummy_jemalloc
Tatsuyuki Ishi
-1
/
+1
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-2
/
+0
2017-07-25
Bump master to 1.21.0
Alex Crichton
-11
/
+6
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-66
/
+135
2017-04-15
Specialize Vec::from_elem<u8> to use calloc or memset
Matt Brubeck
-0
/
+21
2017-04-08
Fix jemalloc support for musl
Shiz
-5
/
+5
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2017-02-21
test: Verify all sysroot crates are unstable
Alex Crichton
-12
/
+0
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-16
/
+0
2017-01-26
rustc: Don't export builtins/panic/alloc syms
Alex Crichton
-1
/
+1
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+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-09-30
Build a dummy alloc_jemalloc crate on platforms that don't support it
Brian Anderson
-108
/
+154
2016-09-09
Add s390x support
Ulrich Weigand
-1
/
+2
2016-08-27
fix cross compilation of std
Jorge Aparicio
-1
/
+2
2016-06-05
run rustfmt on liballoc_jemalloc folder
Srinivas Reddy Thatiparthy
-5
/
+6
2016-05-01
Fix alloc_jemalloc on windows gnu targets
Oliver Middleton
-8
/
+8
2016-04-02
Prefix jemalloc on DragonFly to prevent segfaults.
Michael Neumann
-7
/
+12
2016-02-17
std: Prefix jemalloc symbols on iOS
Alex Crichton
-5
/
+5
2016-02-14
std: Stop prefixing jemalloc symbols
Alex Crichton
-10
/
+23
2016-02-11
bootstrap: Add directives to not double-link libs
Alex Crichton
-1
/
+4
2016-02-09
target_arch is always powerpc64, remove powerpc64le check
Anton Blanchard
-2
/
+1
2016-02-01
Remove "powerpc64le" and "mipsel" target_arch
Alex Crichton
-1
/
+0
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
2015-12-21
std: Remove rust_builtin C support library
Alex Crichton
-0
/
+11
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-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
-1
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-0
/
+1
[next]