summary refs log tree commit diff
path: root/src/liballoc_jemalloc
AgeCommit message (Expand)AuthorLines
2017-02-03Merge remote tracking branch 'upstream/master'Tatsuyuki Ishi-30/+27
2017-02-03liballoc_jemalloc: fix linking with system libraryTatsuyuki Ishi-5/+6
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-6/+11
2017-02-02Fix build in cross-compilation scenariosVadim Petrochenkov-2/+2
2017-02-02rustbuild: Build jemalloc and libbacktrace only once (take 2)Vadim Petrochenkov-35/+27
2017-01-26std: Compile libbacktrace with -fvisibility=hiddenAlex Crichton-0/+10
2017-01-26rustc: Don't export builtins/panic/alloc symsAlex Crichton-1/+18
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-01Merge branch 'master' into sparc64Seo Sanghyeon-0/+1
2016-12-30sparc64-linux supportJorge Aparicio-0/+6
2016-12-30std: Don't build docs for misc facade cratesAlex Crichton-0/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29liballoc_*: add MIN_ALIGN for sparc64Jonathan A. Kollasch-1/+2
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-1/+2
2016-12-17let BSD to use gmake for GNU-makeSébastien Marie-1/+1
2016-12-15WIP: Cross-compilation for Redox targetJeremy Soller-1/+2
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-5/+11
2016-12-01don't rebuild alloc_jemalloc if jemalloc's .git directory has changedJorge Aparicio-0/+1
2016-10-22Add Fuchsia supportRaph Levien-1/+1
2016-10-16run rustfmt on various foldersSrinivas Reddy Thatiparthy-18/+14
2016-09-30Build a dummy alloc_jemalloc crate on platforms that don't support itBrian Anderson-108/+172
2016-09-25Report which required build-time environment variable is not setJake Goulding-3/+3
2016-09-09Add s390x supportUlrich Weigand-1/+2
2016-08-27fix cross compilation of stdJorge Aparicio-1/+2
2016-07-30arm-musl targets now use cfg(env = "musl")Jorge Aparicio-3/+1
2016-07-30Add ARM MUSL targets.Timon Van Overveldt-2/+13
2016-07-30Update gcc crate dependency to 0.3.27.Timon Van Overveldt-1/+1
2016-06-16Fix issue where rustbuild expected msvc to have arPeter Atashian-1/+2
2016-06-05run rustfmt on liballoc_jemalloc folderSrinivas Reddy Thatiparthy-14/+26
2016-05-10rustbuild: Tighten dependencies of build scriptsAlex Crichton-0/+16
2016-05-01Fix alloc_jemalloc on windows gnu targetsOliver Middleton-8/+8
2016-04-02Prefix jemalloc on DragonFly to prevent segfaults.Michael Neumann-7/+14
2016-03-06rustbuild: fix cross compilation of libstd to i686-unknown-linux-muslJorge Aparicio-1/+1
2016-02-17std: Prefix jemalloc symbols on iOSAlex Crichton-5/+5
2016-02-14std: Stop prefixing jemalloc symbolsAlex Crichton-13/+37
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-1/+6
2016-02-11bootstrap: Add build scripts for cratesAlex Crichton-0/+104
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+22
2016-02-09target_arch is always powerpc64, remove powerpc64le checkAnton Blanchard-2/+1
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-1/+0
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+3
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-0/+11
2015-12-21Register new snapshotsAlex Crichton-5/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+1
2015-11-26Auto merge of #30015 - petrochenkov:staged, r=brsonbors-1/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-24rustfmt: liballoc, liballoc_*, libarenaNick Cameron-1/+1
2015-11-09std: Migrate to the new libcAlex Crichton-0/+1
2015-10-11Run rustfmt on liballoc_jemalloc.Ahmed Charles-11/+22