- 05 Apr, 2019 1 commit
-
-
Jeremy Soller authored
-
- 02 Apr, 2019 1 commit
-
-
Jeremy Soller authored
Remove stable feature declarations Closes #61 See merge request !66
-
- 01 Apr, 2019 1 commit
-
-
Brian Anderson authored
-
- 30 Jun, 2018 4 commits
-
-
Tom Almeida authored
Revert "Added 'oom' lang-item so downstream crates don't complain about missing 'oom' symbol" See merge request !64
-
Tom Almeida authored
This reverts commit 7d7e3137
-
Tom Almeida authored
-
Tom Almeida authored
-
- 24 Jun, 2018 1 commit
-
-
Tom Almeida authored
Make sure all tests and benches actually use ralloc as their global allocator See merge request !63
-
- 23 Jun, 2018 1 commit
-
-
Tom Almeida authored
-
- 22 Jun, 2018 5 commits
-
-
Jeremy Soller authored
Master Closes #45 See merge request !62
-
Tom Almeida authored
Fixed occasional failing of 'partial_realloc'. This is because our bookkeeper's vec gets too cramped and should (theoretically) need resizing
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
- 21 Jun, 2018 4 commits
-
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
- 12 Jun, 2018 1 commit
-
-
Jeremy Soller authored
-
- 20 May, 2018 2 commits
-
-
Jeremy Soller authored
Fix sbrk to actually return the *old* break.
-
Valentin Lorentz authored
-
- 04 Mar, 2018 1 commit
-
-
Jeremy Soller authored
-
- 08 Nov, 2017 3 commits
-
-
Jeremy Soller authored
Use new allocator API, and otherwise update for new Rust
-
Ian Douglas Scott authored
-
Ian Douglas Scott authored
- New allocator API - Remove the "allocator" feature, which should be unnecessary due to how the new allocator API works - NonZero no longer implements Deref (https://github.com/rust-lang/rust/pull/41064) - NonZero::new() returns an Option; use NonZero::new_unchecked() - Thread locals are no longer 'static (https://github.com/rust-lang/rust/pull/43746) - Changes to feature flags - Use unsafe to access extern static (https://github.com/rust-lang/rust/issues/36247)
-
- 24 Sep, 2017 2 commits
-
-
Jeremy Soller authored
MacOSX is not supported anymore
-
Jeremy Soller authored
Grammar fix
-
- 22 Jul, 2017 1 commit
-
-
Ivan Enderlin authored
-
- 17 Jun, 2017 1 commit
-
-
Luca Barbato authored
it is missing some needed syscalls.
-
- 06 Mar, 2017 1 commit
-
-
Oliver Schneider authored
fixes #37
-
- 23 Jan, 2017 1 commit
-
-
Edwin Amsler authored
-
- 17 Jan, 2017 1 commit
-
-
Jorge Aparicio authored
by switching from the syscall crate to the sc crate. The sc crate is a fork of the syscall crate that adds supports for several other platforms.
-
- 12 Jan, 2017 1 commit
-
-
Jorge Aparicio authored
* fix the build the `unborrow!` macro is need in the block and bookkeeper modules * cfg(tls) away impl LocalAllocator as the struct LocalAllocator is not available when the tls feature is disabled
-
- 15 Dec, 2016 2 commits
- 23 Oct, 2016 1 commit
-
-
This feature is now in Rust stable, so adding !#[feature(question_mark)] is now useless and causes a warning.
-
- 04 Oct, 2016 1 commit
-
-
ticki authored
-
- 23 Aug, 2016 1 commit
-
-
ticki authored
We make the `Leak` trait unsafe and consituting an invariant. Secondly, we implement `Leak` for all `Copy` types.
-
- 21 Aug, 2016 2 commits
-
-
ticki authored