| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete ctr-std to use my fork of the rust repo instead | Vivian Lim | 2021-02-06 | 44 | -10892/+0 |
| | | |||||
| * | Update for nightly-2018-08-18 | Fenrir | 2018-08-19 | 16 | -110/+241 |
| | | |||||
| * | Update for latest nightly 2018-06-09 (#70) | Valentin | 2018-06-15 | 43 | -874/+7977 |
| | | | | | * 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 | 5 | -32/+25 |
| | | |||||
| * | Update to new panic ABI | Fenrir | 2018-04-21 | 1 | -0/+4 |
| | | |||||
| * | Update for Rust nightly 2018-04-19 | Fenrir | 2018-04-21 | 3 | -2/+25 |
| | | |||||
| * | Make std::path aware of archive prefixes (#61) | FenrirWolf | 2018-03-04 | 1 | -2/+10 |
| | | |||||
| * | Fix TcpStream::wait_timeout | Fenrir | 2018-02-13 | 1 | -2/+4 |
| | | | | | POLLOUT is 0x4 and PULLHUP is 0x10 on every other platform, except for the 3DS where they're switched around because Nintendo | ||||
| * | Don't use ioctl for TcpStream::connect_timeout | Fenrir | 2018-02-13 | 1 | -3/+1 |
| | | | | | libctru exposes ioctl, but using it causes an ENODEV error. | ||||
| * | Stub out set_cloexec | Fenrir | 2018-02-11 | 1 | -26/+2 |
| | | |||||
| * | Filter out glibc symbols | Fenrir | 2018-02-11 | 1 | -0/+1 |
| | | | | | we're not glibc and these caused a linker error when building `std` in debug mode | ||||
| * | Increase reader count + style fixes | Fenrir | 2018-01-25 | 1 | -3/+19 |
| | | |||||
| * | Notify all threads when the write-lock goes out of scope | Fenrir | 2018-01-25 | 1 | -1/+1 |
| | | |||||
| * | Fix mutex try_lock logic | Fenrir | 2018-01-25 | 1 | -4/+4 |
| | | | | | Wow, not sure how I messed that one up | ||||
| * | Initial rwlock impl | Fenrir | 2018-01-25 | 1 | -4/+54 |
| | | |||||
| * | Restore thread APIs that were accidentally deleted | Fenrir | 2018-01-22 | 1 | -0/+18 |
| | | | | | Oops. | ||||
| * | Recreate ctr-std from latest nightly | Fenrir | 2018-01-21 | 26 | -217/+1479 |
| | | |||||
| * | Patch `std` to be compatible with Rust nightly-2017-12-01 | Fenrir | 2017-12-01 | 2 | -38/+29 |
| | | | | | This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later. | ||||
| * | Update bindings for libctru v1.4.0 | Fenrir | 2017-11-18 | 1 | -16/+13 |
| | | |||||
| * | Thread fixes + module update | Fenrir | 2017-07-26 | 2 | -20/+29 |
| | | |||||
| * | Merge branch 'master' into nightly_update | panicbit | 2017-07-11 | 5 | -21/+19 |
| |\ | |||||
| | * | Update libraries for ctru-sys changes | Fenrir | 2017-07-10 | 5 | -21/+19 |
| | | | |||||
| * | | Merge branch 'master' into nightly_update | panicbit | 2017-07-10 | 1 | -17/+4 |
| |\| | |||||
| | * | Use libc from crates.io | Fenrir | 2017-07-07 | 1 | -17/+4 |
| | | | | | | | | | 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 | 2 | -101/+0 |
| | | | | | | | | | also remove deprecated `collections` crate dependency | ||||
| * | | ctr-std: Migrate to the new liballoc API | panicbit | 2017-07-10 | 1 | -20/+0 |
| | | | |||||
| * | | ctr-std: Add heap allocator shim | panicbit | 2017-07-10 | 2 | -0/+101 |
| |/ | |||||
| * | fix condvar impl | Fenrir | 2017-03-19 | 1 | -5/+34 |
| | | |||||
| * | Add HashMap and HashSet | Fenrir | 2017-03-11 | 2 | -0/+55 |
| | | |||||
| * | Merge pull request #28 from FenrirWolf/fs | Ronald Kinard | 2017-03-11 | 3 | -0/+594 |
| |\ | | | | | Add std::fs module | ||||
| | * | Add fs module | Fenrir | 2017-03-10 | 3 | -0/+594 |
| | | | |||||
| * | | Bump minimum thread stack size | Fenrir | 2017-03-06 | 1 | -1/+1 |
| | | | | | | | | | FBI uses 64kb threads so it must be legit | ||||
| * | | Ensure child threads have higher priority than main | Fenrir | 2017-03-05 | 1 | -2/+9 |
| | | | |||||
| * | | Add the rest of std::sync | Fenrir | 2017-03-05 | 1 | -6/+13 |
| | | | |||||
| * | | Initial thread support | Fenrir | 2017-03-05 | 4 | -0/+265 |
| |/ | |||||
| * | implement buffered stdio | Fenrir | 2017-02-24 | 4 | -0/+301 |
| | | |||||
| * | Merge pull request #18 from FenrirWolf/time | Ronald Kinard | 2017-02-23 | 2 | -2/+346 |
| |\ | | | | | ctr-std: add time module | ||||
| | * | Overhaul Instant impl | Fenrir | 2017-02-18 | 1 | -39/+42 |
| | | | |||||
| | * | Yet another bugfix | Fenrir | 2017-02-18 | 1 | -6/+7 |
| | | | | | | | | | Also renamed stuff and improved the documentation | ||||
| | * | use libc types in Instant impl | Fenrir | 2017-02-18 | 1 | -2/+2 |
| | | | |||||
| | * | fix Instant impl | Fenrir | 2017-02-18 | 1 | -2/+2 |
| | | | |||||
| | * | use svcGetSystemTick for Instant | Fenrir | 2017-02-18 | 1 | -9/+36 |
| | | | |||||
| | * | ctr-std: Add Time module | Fenrir | 2017-02-18 | 2 | -2/+315 |
| | | | |||||
| * | | Add sync::mutex | Fenrir | 2017-02-20 | 2 | -0/+85 |
| |/ | |||||
| * | Add thread local storage support | Fenrir | 2017-02-18 | 3 | -0/+184 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 7 | -0/+474 |