aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/sys_common
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-0619-4260/+0
|
* Update for nightly-2018-08-18Fenrir2018-08-198-39/+77
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-1511-37/+46
| | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd
* Update for latest nightly 2018-05-06linouxis92018-05-071-1/+1
|
* Update for Rust nightly 2018-04-19Fenrir2018-04-215-28/+25
|
* Filter out glibc symbolsFenrir2018-02-111-2/+2
| | | | we're not glibc and these caused a linker error when building `std` in debug mode
* Recreate ctr-std from latest nightlyFenrir2018-01-2116-422/+3003
|
* Add unwinding strategy for panicsFenrir2017-07-311-0/+4
|
* Thread fixes + module updateFenrir2017-07-261-14/+4
|
* Use libc from crates.ioFenrir2017-07-072-4/+231
| | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore
* Initial thread supportFenrir2017-03-056-0/+289
|
* implement buffered stdioFenrir2017-02-242-0/+95
|
* Add sync::mutexFenrir2017-02-204-0/+504
|
* Add thread local storage supportFenrir2017-02-182-0/+271
|
* We stdlib nowFenrir2017-01-212-0/+255