]> git.lizzy.rs Git - rust.git/history - tests/run-pass/heap_allocator.rs
fix minimal alignment for system allocation functions
[rust.git] / tests / run-pass / heap_allocator.rs
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...