| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-04-05 | Stop importing integer modules in libstd | Linus Färnstrand | -1/+0 |
| 2020-04-03 | Delete unnecessary stub stack overflow handler for hermit. | Vytautas Astrauskas | -4/+0 |
| 2020-04-02 | Remove unnecessary intermediate pointer cast in Thread::new. | Vytautas Astrauskas | -1/+1 |
| 2020-04-01 | In Thread::new, add a comment that a panic could cause a memory leak. | Vytautas Astrauskas | -1/+1 |
| 2020-03-31 | Use Box::into_raw instead of ManuallyDrop in Thread::new. | Vytautas Astrauskas | -4/+4 |
| 2020-03-31 | Inline start_thread into its callers. | Vytautas Astrauskas | -3/+6 |
| 2020-03-31 | Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new. | Vytautas Astrauskas | -6/+8 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -16/+26 |
| 2019-10-20 | move interface to the unikernel in the crate hermit-abi | Stefan Lankes | -13/+6 |
| 2019-10-06 | minor changes to follow the Rust's style guidelines | Stefan Lankes | -2/+4 |
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -0/+121 |
