aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/sys/unix/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-061-167/+0
|
* Update for nightly-2018-08-18Fenrir2018-08-191-0/+1
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-151-14/+47
| | | | * 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-2/+0
|
* Recreate ctr-std from latest nightlyFenrir2018-01-211-17/+36
|
* Patch `std` to be compatible with Rust nightly-2017-12-01Fenrir2017-12-011-0/+2
| | | | This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later.
* update collections moduleFenrir2017-07-091-1/+0
| | | | also remove deprecated `collections` crate dependency
* ctr-std: Migrate to the new liballoc APIpanicbit2017-07-101-20/+0
|
* ctr-std: Add heap allocator shimpanicbit2017-07-101-0/+1
|
* Add HashMap and HashSetFenrir2017-03-111-0/+1
|
* Merge pull request #28 from FenrirWolf/fsRonald Kinard2017-03-111-0/+1
|\ | | | | Add std::fs module
| * Add fs moduleFenrir2017-03-101-0/+1
| |
* | Initial thread supportFenrir2017-03-051-0/+3
|/
* implement buffered stdioFenrir2017-02-241-0/+2
|
* Merge pull request #18 from FenrirWolf/timeRonald Kinard2017-02-231-2/+76
|\ | | | | ctr-std: add time module
| * ctr-std: Add Time moduleFenrir2017-02-181-2/+76
| |
* | Add sync::mutexFenrir2017-02-201-0/+1
|/
* Add thread local storage supportFenrir2017-02-181-0/+2
|
* We stdlib nowFenrir2017-01-211-0/+50