]> git.lizzy.rs Git - rust.git/history - tests/run-pass/heap_allocator.rs
rustup for AllocRef changes
[rust.git] / tests / run-pass / heap_allocator.rs
2020-04-02 Ralf Jungrustup for AllocRef changes
2020-03-04 borsAuto merge of #1205 - RalfJung:serde, r=RalfJung
2020-03-04 borsAuto merge of #1204 - RalfJung:rustup, r=RalfJung
2020-03-04 Ralf Jungfix allocator tests
2020-02-08 borsAuto merge of #1159 - divergentdave:shim-seek, r=RalfJung
2020-01-30 borsAuto merge of #1151 - divergentdave:statx-AT_EMPTY_PATH...
2020-01-29 borsAuto merge of #1154 - TimDiekmann:rename-alloc, r=RalfJung
2020-01-29 Tim DiekmannRename `Alloc` to `AllocRef`
2019-07-24 borsAuto merge of #852 - lzutao:rustup, r=RalfJung
2019-07-24 borsAuto merge of #851 - RalfJung:intrptrcast-by-default...
2019-07-23 Ralf Jungupdate miri-seed handling for run-pass test suite
2019-07-06 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2019-07-04 borsAuto merge of #822 - RalfJung:tls, r=RalfJung
2019-07-03 borsAuto merge of #820 - RalfJung:intptrcast, r=RalfJung
2019-07-03 Ralf Jungdont add the -Zmiri-seed flag twice
2019-07-02 borsAuto merge of #819 - RalfJung:test-name, r=RalfJung
2019-07-02 Ralf Jungfix outdated test name: overalign -> align
2019-07-01 borsAuto merge of #815 - RalfJung:memory-audit, r=RalfJung
2019-07-01 Ralf JungMerge branch 'master' into rustup
2019-06-30 borsAuto merge of #809 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungtest even more size-alignment combinations. found a...
2019-06-30 Ralf Jungfix minimal alignment for system allocation functions
2019-06-30 Ralf Jungfix setting rustc flags
2019-06-30 Ralf JungMiri is not deterministic any more
2019-06-30 Ralf Junguse intptrcast for heap_allocator test; then it should...
2019-04-22 Ralf JungMerge branch 'master' into exit
2019-04-21 Ralf JungMerge pull request #708 from RalfJung/alloc-tests
2019-04-21 Ralf Jungtest System/Global allocator API: alloc_zeroed, realloc
2019-02-26 Ralf JungMerge pull request #635 from alexreg/cosmetic-2
2019-02-26 Alexander RegueiroVarious cosmetic improvements.
2019-02-25 Oliver SchererMerge pull request #645 from RalfJung/box-alloc
2019-02-25 Ralf Jungtest using the Global allocator trait to alloc/free...