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-11-02
Remove all jemalloc-related content
Alex Crichton
-318
/
+0
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-5
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-27
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
bors
-0
/
+1
2018-08-26
rustc: Continue to tweak "std internal symbols"
Alex Crichton
-4
/
+4
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-09
liballoc_jemalloc: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-07-31
enable jemalloc assertions when configured to do so
Ralf Jung
-5
/
+4
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+1
2018-06-11
Mark alloc_jemalloc as perma-unstable
Simon Sapin
-3
/
+2
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
[next]