| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -2/+0 | |
| - the old interface between HermitCore and the Rust Standard Library based on a small C library (newlib) - remove this interface and call directly the unikernel - remove the dependency to the HermitCore linker - use rust-lld as linker | ||||
| 2019-07-18 | Fix clippy::clone_on_copy warnings | Mateusz MikuĊa | -1/+1 | |
| 2019-07-03 | fix unused-import error on android | Ralf Jung | -2/+1 | |
| 2019-07-02 | improve and deduplicate comments | Ralf Jung | -4/+3 | |
| 2019-07-02 | request at least ptr-size alignment from posix_memalign | Ralf Jung | -1/+11 | |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -4/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -0/+100 | |
| This commit deletes the `alloc_system` crate from the standard distribution. This unstable crate is no longer needed in the modern stable global allocator world, but rather its functionality is folded directly into the standard library. The standard library was already the only stable location to access this crate, and as a result this should not affect any stable code. | ||||
