about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
AgeCommit message (Expand)AuthorLines
2018-01-18Make liballoc_jemalloc work on CloudABI.Ed Schouten-3/+10
2017-12-30Add CloudABI to the list of systems on which we stub out alloc_jemalloc.Ed Schouten-3/+3
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-3/+3
2017-11-28*: strip calls to cc::Build::compileTamir Duberstein-1/+1
2017-11-20Remove comment about a branch being optimized out, fix #45831Simon Sapin-2/+1
2017-11-20alloc_jemalloc: don’t assume MIN_ALIGN for small sizesSimon Sapin-11/+11
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-1/+1
2017-11-04rustc: Handle some libstd symbole exports betterAlex Crichton-10/+10
2017-11-04Auto merge of #45514 - gnzlbg:jemalloc_realloc2, r=sfacklerbors-3/+5
2017-11-03[jemalloc] set correct excess in alloc_excessgnzlbg-1/+2
2017-10-25use nallocx instead of sallocxgnzlbg-21/+6
2017-10-25move sallocx and excess into not null branchgnzlbg-2/+3
2017-10-25[jemalloc] set correct excess in realloc_excessgnzlbg-1/+1
2017-10-25[jemalloc] set correct excess in realloc_excessgnzlbg-5/+20
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-14/+1
2017-10-11Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 supportMarco A L Barbosa-1/+1
2017-09-28Update to the `cc` crateAlex Crichton-4/+4
2017-09-17Add a file to trivially disable tool building or testingOliver Schneider-3/+3
2017-09-10Autodetect the type of allocator crate usedMichal 'vorner' Vaner-0/+3
2017-09-02update gcc crateRalf Jung-2/+2
2017-08-29Auto merge of #43648 - RalfJung:jemalloc-debug, r=alexcrichtonbors-3/+5
2017-08-29give up on trying to fix the assertion failureRalf Jung-3/+5
2017-08-29Fix alloc_jemalloc debug featureRalf Jung-1/+1
2017-08-27Whitelist for dummy_jemallocTatsuyuki Ishi-1/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-08-16Update jemalloc to 4.5.0arthurprs-23/+1
2017-07-25Bump master to 1.21.0Alex Crichton-15/+8
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-66/+139
2017-06-25Stop disabling fill in jemallocSteven Fackler-2/+0
2017-06-19Bump version and stage0 compilerAlex Crichton-0/+5
2017-06-09Revert "Update jemalloc to 4.5.0"arthurprs-1/+23
2017-06-01Support VS 2017Brian Anderson-1/+1
2017-05-10Update jemalloc to 4.5.0arthurprs-23/+1
2017-04-15Specialize Vec::from_elem<u8> to use calloc or memsetMatt Brubeck-0/+21
2017-04-08Fix jemalloc support for muslShiz-6/+6
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-03-04Automate timestamp creation and build skipping for native librariesVadim Petrochenkov-9/+4
2017-03-04Build compiler-rt and sanitizers only onceVadim Petrochenkov-25/+15
2017-03-04Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov-2/+0
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-12/+0
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-17/+0
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