| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete ctr-std to use my fork of the rust repo instead | Vivian Lim | 2021-02-06 | 358 | -103829/+0 |
| | | |||||
| * | tweaks to get it to attempt linking | Vivian Lim | 2021-02-05 | 3 | -15/+14 |
| | | |||||
| * | Write entire panic message to stderr at once | Fenrir | 2018-08-19 | 1 | -2/+1 |
| | | | | | This change has also been pushed to ctr-std-horizon, so it will carry over on the next rebase | ||||
| * | Update for nightly-2018-08-18 | Fenrir | 2018-08-19 | 99 | -1376/+3170 |
| | | |||||
| * | Update for latest nightly 2018-06-09 (#70) | Valentin | 2018-06-15 | 243 | -1060/+36776 |
| | | | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd | ||||
| * | Fixes according to Fenrir's review | Valentin | 2018-06-10 | 4 | -169/+30 |
| | | |||||
| * | Fixes Cargo.toml | Valentin | 2018-05-07 | 1 | -1/+1 |
| | | |||||
| * | Update for latest nightly 2018-05-06 | linouxis9 | 2018-05-07 | 85 | -958/+4102 |
| | | |||||
| * | Update to new panic ABI | Fenrir | 2018-04-21 | 3 | -226/+126 |
| | | |||||
| * | Update for Rust nightly 2018-04-19 | Fenrir | 2018-04-21 | 51 | -2118/+2346 |
| | | |||||
| * | Make std::path aware of archive prefixes (#61) | FenrirWolf | 2018-03-04 | 2 | -4/+16 |
| | | |||||
| * | Update to nightly-2018-03-01 | Fenrir | 2018-03-01 | 1 | -2/+2 |
| | | |||||
| * | Updates for Rust 1.24 | Fenrir | 2018-02-15 | 8 | -628/+74 |
| | | |||||
| * | 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. | ||||
| * | Don't output an extra newline when panicking | Fenrir | 2018-02-12 | 1 | -1/+1 |
| | | | | | svcOutputDebugString seems to append newlines on its own after each write to stderr | ||||
| * | Clean up the README a bit more | Fenrir | 2018-02-11 | 1 | -6/+3 |
| | | |||||
| * | Reorganize the list a bit | Fenrir | 2018-02-11 | 1 | -5/+7 |
| | | |||||
| * | Add list of supported modules | Fenrir | 2018-02-11 | 1 | -0/+65 |
| | | |||||
| * | Stub out set_cloexec | Fenrir | 2018-02-11 | 1 | -26/+2 |
| | | |||||
| * | Filter out glibc symbols | Fenrir | 2018-02-11 | 2 | -2/+3 |
| | | | | | we're not glibc and these caused a linker error when building `std` in debug mode | ||||
| * | repr_align stabilized | Fenrir | 2018-01-26 | 1 | -1/+0 |
| | | |||||
| * | core::ops::Place is unsafe now | Fenrir | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add debug svc printing to the default panic hook | Fenrir | 2018-01-23 | 1 | -63/+26 |
| | | | | | Removes the need to have a separate panic hook for Citra | ||||
| * | Remove macOS files that were accidentally included | Fenrir | 2018-01-22 | 3 | -259/+0 |
| | | |||||
| * | Restore thread APIs that were accidentally deleted | Fenrir | 2018-01-22 | 1 | -0/+18 |
| | | | | | Oops. | ||||
| * | Ensure that the sysroot uses its own libc | Fenrir | 2018-01-21 | 1 | -4/+1 |
| | | |||||
| * | Recreate ctr-std from latest nightly | Fenrir | 2018-01-21 | 109 | -2942/+23070 |
| | | |||||
| * | Better workaround for the `feature(rustc_private)]` issue | Fenrir | 2017-12-01 | 1 | -0/+1 |
| | | | | | Now you don't need a janky `Xargo` fork anymore! | ||||
| * | Patch `std` to be compatible with Rust nightly-2017-12-01 | Fenrir | 2017-12-01 | 11 | -508/+262 |
| | | | | | 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 | 2 | -20/+16 |
| | | |||||
| * | Properly set up main thread | Fenrir | 2017-08-01 | 2 | -25/+27 |
| | | |||||
| * | Add unwinding strategy for panics | Fenrir | 2017-07-31 | 6 | -115/+548 |
| | | |||||
| * | Trigger reboot after panicking | Fenrir | 2017-07-29 | 1 | -2/+6 |
| | | |||||
| * | Print thread name in panic msg | Fenrir | 2017-07-26 | 1 | -5/+19 |
| | | |||||
| * | Thread fixes + module update | Fenrir | 2017-07-26 | 6 | -249/+587 |
| | | |||||
| * | Enable old panic behavior for Citra | Fenrir | 2017-07-25 | 2 | -4/+36 |
| | | |||||
| * | Use Error applet to display panics | Fenrir | 2017-07-24 | 1 | -25/+23 |
| | | |||||
| * | Update to new panic ABI | Fenrir | 2017-07-24 | 2 | -12/+13 |
| | | |||||
| * | Fix missing stability attribute | Fenrir | 2017-07-24 | 1 | -0/+4 |
| | | |||||
| * | Use rust3ds/alloc_system3ds again | panicbit | 2017-07-20 | 1 | -2/+1 |
| | | |||||
| * | Use alloc_system3ds again | Fenrir | 2017-07-18 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'master' into nightly_update | panicbit | 2017-07-11 | 8 | -48/+22 |
| |\ | |||||
| | * | Update libraries for ctru-sys changes | Fenrir | 2017-07-10 | 8 | -62/+22 |
| | | | |||||
| * | | Remove ctr-libc dep from ctr-std | panicbit | 2017-07-10 | 1 | -4/+0 |
| | | | |||||
| * | | Merge branch 'master' into nightly_update | panicbit | 2017-07-10 | 5 | -20/+239 |
| |\| | |||||