aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/sys_common/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-061-141/+0
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-151-4/+10
| | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd
* Recreate ctr-std from latest nightlyFenrir2018-01-211-2/+36
|
* Add unwinding strategy for panicsFenrir2017-07-311-0/+4
|
* Use libc from crates.ioFenrir2017-07-071-4/+1
| | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore
* Initial thread supportFenrir2017-03-051-0/+5
|
* implement buffered stdioFenrir2017-02-241-0/+15
|
* Add sync::mutexFenrir2017-02-201-0/+3
|
* Add thread local storage supportFenrir2017-02-181-0/+1
|
* We stdlib nowFenrir2017-01-211-0/+76