| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete ctr-std to use my fork of the rust repo instead | Vivian Lim | 2021-02-06 | 1 | -513/+0 |
| | | |||||
| * | tweaks to get it to attempt linking | Vivian Lim | 2021-02-05 | 1 | -2/+1 |
| | | |||||
| * | Update for nightly-2018-08-18 | Fenrir | 2018-08-19 | 1 | -45/+31 |
| | | |||||
| * | Update for latest nightly 2018-06-09 (#70) | Valentin | 2018-06-15 | 1 | -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-06 | linouxis9 | 2018-05-07 | 1 | -32/+34 |
| | | |||||
| * | Update to new panic ABI | Fenrir | 2018-04-21 | 1 | -0/+2 |
| | | |||||
| * | Update for Rust nightly 2018-04-19 | Fenrir | 2018-04-21 | 1 | -26/+26 |
| | | |||||
| * | repr_align stabilized | Fenrir | 2018-01-26 | 1 | -1/+0 |
| | | |||||
| * | Recreate ctr-std from latest nightly | Fenrir | 2018-01-21 | 1 | -23/+348 |
| | | |||||
| * | Patch `std` to be compatible with Rust nightly-2017-12-01 | Fenrir | 2017-12-01 | 1 | -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 panics | Fenrir | 2017-07-31 | 1 | -17/+4 |
| | | |||||
| * | Merge branch 'master' into nightly_update | panicbit | 2017-07-10 | 1 | -1/+1 |
| |\ | |||||
| | * | Use libc from crates.io | Fenrir | 2017-07-07 | 1 | -1/+1 |
| | | | | | | | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore | ||||
| * | | update collections module | Fenrir | 2017-07-09 | 1 | -11/+12 |
| | | | | | | | | | also remove deprecated `collections` crate dependency | ||||
| * | | Add default allocator symbols | panicbit | 2017-07-10 | 1 | -1/+3 |
| | | | |||||
| * | | ctr-std: Migrate to the new liballoc API | panicbit | 2017-07-10 | 1 | -0/+1 |
| | | | |||||
| * | | ctr-std: Use liballoc from rust-src | panicbit | 2017-07-10 | 1 | -0/+1 |
| |/ | |||||
| * | Make ctru-rs compile again | Cristian Carlesso | 2017-04-30 | 1 | -1/+2 |
| | | |||||
| * | Add HashMap and HashSet | Fenrir | 2017-03-11 | 1 | -0/+17 |
| | | |||||
| * | Merge pull request #28 from FenrirWolf/fs | Ronald Kinard | 2017-03-11 | 1 | -0/+1 |
| |\ | | | | | Add std::fs module | ||||
| | * | Add fs module | Fenrir | 2017-03-10 | 1 | -0/+1 |
| | | | |||||
| * | | Add the rest of std::sync | Fenrir | 2017-03-05 | 1 | -3/+0 |
| | | | |||||
| * | | Initial thread support | Fenrir | 2017-03-05 | 1 | -0/+9 |
| |/ | |||||
| * | implement buffered stdio | Fenrir | 2017-02-24 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #18 from FenrirWolf/time | Ronald Kinard | 2017-02-23 | 1 | -0/+2 |
| |\ | | | | | ctr-std: add time module | ||||
| | * | use svcGetSystemTick for Instant | Fenrir | 2017-02-18 | 1 | -0/+1 |
| | | | |||||
| | * | ctr-std: Add Time module | Fenrir | 2017-02-18 | 1 | -0/+2 |
| | | | |||||
| * | | Add sync::mutex | Fenrir | 2017-02-20 | 1 | -0/+3 |
| |/ | |||||
| * | Add thread local storage support | Fenrir | 2017-02-18 | 1 | -0/+3 |
| | | |||||
| * | ctr-std: add collections module | Fenrir | 2017-02-01 | 1 | -0/+3 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 1 | -0/+174 |