aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-061-513/+0
|
* tweaks to get it to attempt linkingVivian Lim2021-02-051-2/+1
|
* Update for nightly-2018-08-18Fenrir2018-08-191-45/+31
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-151-9/+20
| | | | * 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-32/+34
|
* Update to new panic ABIFenrir2018-04-211-0/+2
|
* Update for Rust nightly 2018-04-19Fenrir2018-04-211-26/+26
|
* repr_align stabilizedFenrir2018-01-261-1/+0
|
* Recreate ctr-std from latest nightlyFenrir2018-01-211-23/+348
|
* Patch `std` to be compatible with Rust nightly-2017-12-01Fenrir2017-12-011-14/+0
| | | | This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later.
* Add unwinding strategy for panicsFenrir2017-07-311-17/+4
|
* Merge branch 'master' into nightly_updatepanicbit2017-07-101-1/+1
|\
| * Use libc from crates.ioFenrir2017-07-071-1/+1
| | | | | | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore
* | update collections moduleFenrir2017-07-091-11/+12
| | | | | | | | also remove deprecated `collections` crate dependency
* | Add default allocator symbolspanicbit2017-07-101-1/+3
| |
* | ctr-std: Migrate to the new liballoc APIpanicbit2017-07-101-0/+1
| |
* | ctr-std: Use liballoc from rust-srcpanicbit2017-07-101-0/+1
|/
* Make ctru-rs compile againCristian Carlesso2017-04-301-1/+2
|
* Add HashMap and HashSetFenrir2017-03-111-0/+17
|
* Merge pull request #28 from FenrirWolf/fsRonald Kinard2017-03-111-0/+1
|\ | | | | Add std::fs module
| * Add fs moduleFenrir2017-03-101-0/+1
| |
* | Add the rest of std::syncFenrir2017-03-051-3/+0
| |
* | Initial thread supportFenrir2017-03-051-0/+9
|/
* implement buffered stdioFenrir2017-02-241-0/+1
|
* Merge pull request #18 from FenrirWolf/timeRonald Kinard2017-02-231-0/+2
|\ | | | | ctr-std: add time module
| * use svcGetSystemTick for InstantFenrir2017-02-181-0/+1
| |
| * ctr-std: Add Time moduleFenrir2017-02-181-0/+2
| |
* | Add sync::mutexFenrir2017-02-201-0/+3
|/
* Add thread local storage supportFenrir2017-02-181-0/+3
|
* ctr-std: add collections moduleFenrir2017-02-011-0/+3
|
* We stdlib nowFenrir2017-01-211-0/+174