| 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 | -550/+0 |
| | | |||||
| * | 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 | 1 | -84/+48 |
| | | |||||
| * | Update for latest nightly 2018-06-09 (#70) | Valentin | 2018-06-15 | 1 | -29/+84 |
| | | | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd | ||||
| * | Update to new panic ABI | Fenrir | 2018-04-21 | 1 | -226/+120 |
| | | |||||
| * | Update to nightly-2018-03-01 | Fenrir | 2018-03-01 | 1 | -2/+2 |
| | | |||||
| * | 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 | ||||
| * | 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 | ||||
| * | Recreate ctr-std from latest nightly | Fenrir | 2018-01-21 | 1 | -40/+50 |
| | | |||||
| * | Update bindings for libctru v1.4.0 | Fenrir | 2017-11-18 | 1 | -4/+3 |
| | | |||||
| * | Properly set up main thread | Fenrir | 2017-08-01 | 1 | -22/+11 |
| | | |||||
| * | Add unwinding strategy for panics | Fenrir | 2017-07-31 | 1 | -88/+528 |
| | | |||||
| * | 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 | 1 | -0/+6 |
| | | |||||
| * | Enable old panic behavior for Citra | Fenrir | 2017-07-25 | 1 | -4/+33 |
| | | |||||
| * | Use Error applet to display panics | Fenrir | 2017-07-24 | 1 | -25/+23 |
| | | |||||
| * | Update to new panic ABI | Fenrir | 2017-07-24 | 1 | -8/+9 |
| | | |||||
| * | Fix missing stability attribute | Fenrir | 2017-07-24 | 1 | -0/+4 |
| | | |||||
| * | Update libraries for ctru-sys changes | Fenrir | 2017-07-10 | 1 | -3/+3 |
| | | |||||
| * | Terminate all threads when panicking | Fenrir | 2017-03-06 | 1 | -1/+13 |
| | | |||||
| * | Initial thread support | Fenrir | 2017-03-05 | 1 | -5/+106 |
| | | |||||
| * | implement buffered stdio | Fenrir | 2017-02-24 | 1 | -0/+9 |
| | | |||||
| * | ctr-std: Fix panic message formatting | Fenrir | 2017-01-27 | 1 | -2/+2 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 1 | -0/+59 |