summary refs log tree commit diff
path: root/src/libstd/sys/redox/mod.rs
AgeCommit message (Expand)AuthorLines
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-0/+1
2017-11-08std: Move the `cmath` module into the `sys` moduleAlex Crichton-0/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-0/+2
2017-07-12Update mod.rsJeremy Soller-3/+1
2017-07-12Update mod.rsJeremy Soller-17/+1
2017-02-08Fix compilation on RedoxJeremy Soller-1/+1
2016-12-22Remove start functions, use newlib instead of openlibm + rallocJeremy Soller-1/+0
2016-12-20Fix building without backtraceJeremy Soller-0/+1
2016-12-20Move rt into sys::rt, fix tidyJeremy Soller-1/+1
2016-12-15WIP: Cross-compilation for Redox targetJeremy Soller-2/+2
2016-11-28Commit to fix make tidyJeremy Soller-0/+10
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-19/+20
2016-11-03Update to new sys requirementsJeremy Soller-0/+6
2016-10-28Remove unsafe libc layerJeremy Soller-36/+3
2016-10-27Add redox systemJeremy Soller-0/+111