| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in redox | Mazdak Farrokhzad | -1/+1 | |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -2/+2 | |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -14/+14 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -30/+0 | |
| 2018-08-16 | std: stop backtracing when the frames are full | Josh Stone | -8/+10 | |
| 2018-01-26 | Print inlined functions on Windows | John Kåre Alsaker | -0/+1 | |
| 2017-11-09 | std: Avoid use of `libc` in portable modules | Alex Crichton | -2/+2 | |
| This commit removes usage of the `libc` crate in "portable" modules like those at the top level and `sys_common`. Instead common types like `*mut u8` or `u32` are used instead of `*mut c_void` or `c_int` as well as switching to platform-specific functions like `sys::strlen` instead of `libc::strlen`. | ||||
| 2017-08-03 | Simplify Redox backtrace/ to not include non-Redox implementations | Ian Douglas Scott | -207/+3 | |
| 2017-08-03 | Make backtraces work on Redox, copying Unix implementation | Ian Douglas Scott | -0/+363 | |
