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
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-7
/
+0
2018-04-22
Remove Alloc::oom
Steven Fackler
-4
/
+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
/
+11
2018-04-12
Use the GlobalAlloc trait for #[global_allocator]
Simon Sapin
-106
/
+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
-2
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-07
Inject the `compiler_builtins` crate whenever the `core` crate is injected
Oliver Schneider
-0
/
+1
2018-04-02
Use Alloc and Layout from core::heap.
Mike Hommey
-3
/
+1
2018-01-18
Make liballoc_jemalloc work on CloudABI.
Ed Schouten
-3
/
+10
2017-12-30
Add CloudABI to the list of systems on which we stub out alloc_jemalloc.
Ed Schouten
-3
/
+3
2017-12-27
Revert "Add a file to trivially disable tool building or testing"
kennytm
-3
/
+3
2017-11-28
*: strip calls to cc::Build::compile
Tamir Duberstein
-1
/
+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-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-1
/
+1
2017-11-04
rustc: Handle some libstd symbole exports better
Alex Crichton
-10
/
+10
2017-11-04
Auto merge of #45514 - gnzlbg:jemalloc_realloc2, r=sfackler
bors
-3
/
+5
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-10-15
rustbuild: Support specifying archiver and linker explicitly
Vadim Petrochenkov
-14
/
+1
2017-10-11
Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support
Marco A L Barbosa
-1
/
+1
2017-09-28
Update to the `cc` crate
Alex Crichton
-4
/
+4
2017-09-17
Add a file to trivially disable tool building or testing
Oliver Schneider
-3
/
+3
2017-09-10
Autodetect the type of allocator crate used
Michal 'vorner' Vaner
-0
/
+3
2017-09-02
update gcc crate
Ralf Jung
-2
/
+2
2017-08-29
Auto merge of #43648 - RalfJung:jemalloc-debug, r=alexcrichton
bors
-3
/
+5
2017-08-29
give up on trying to fix the assertion failure
Ralf Jung
-3
/
+5
2017-08-29
Fix alloc_jemalloc debug feature
Ralf Jung
-1
/
+1
2017-08-27
Whitelist for dummy_jemalloc
Tatsuyuki Ishi
-1
/
+1
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-2
/
+0
2017-08-16
Update jemalloc to 4.5.0
arthurprs
-23
/
+1
2017-07-25
Bump master to 1.21.0
Alex Crichton
-15
/
+8
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-66
/
+139
2017-06-25
Stop disabling fill in jemalloc
Steven Fackler
-2
/
+0
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-0
/
+5
2017-06-09
Revert "Update jemalloc to 4.5.0"
arthurprs
-1
/
+23
2017-06-01
Support VS 2017
Brian Anderson
-1
/
+1
2017-05-10
Update jemalloc to 4.5.0
arthurprs
-23
/
+1
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
-6
/
+6
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2017-03-04
Automate timestamp creation and build skipping for native libraries
Vadim Petrochenkov
-9
/
+4
2017-03-04
Build compiler-rt and sanitizers only once
Vadim Petrochenkov
-25
/
+15
2017-03-04
Add/remove `rerun-if-changed` when necessary
Vadim Petrochenkov
-2
/
+0
2017-02-21
test: Verify all sysroot crates are unstable
Alex Crichton
-12
/
+0
[next]