| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\| | |||||
| | * | Use libc from crates.io | Fenrir | 2017-07-07 | 5 | -25/+240 |
| * | | update collections module | Fenrir | 2017-07-09 | 8 | -494/+1062 |
| * | | Add default allocator symbols | panicbit | 2017-07-10 | 2 | -1/+168 |
| * | | ctr-std: Migrate to the new liballoc API | panicbit | 2017-07-10 | 3 | -27/+8 |
| * | | ctr-std: Add heap allocator shim | panicbit | 2017-07-10 | 2 | -0/+101 |
| * | | ctr-std: Use liballoc from rust-src | panicbit | 2017-07-10 | 3 | -3/+3 |
| * | | Update target json | panicbit | 2017-07-10 | 1 | -14/+2 |
| |/ | |||||
| * | More changes needed after today's rustup update | Cristian Carlesso | 2017-05-16 | 1 | -7/+7 |
| * | Make ctru-rs compile again | Cristian Carlesso | 2017-04-30 | 5 | -69/+4 |
| * | fix condvar impl | Fenrir | 2017-03-19 | 1 | -5/+34 |
| * | Add HashMap and HashSet | Fenrir | 2017-03-11 | 12 | -5/+6299 |
| * | Merge pull request #28 from FenrirWolf/fs | Ronald Kinard | 2017-03-11 | 6 | -22/+3543 |
| |\ | |||||
| | * | Add fs module | Fenrir | 2017-03-10 | 7 | -23/+3544 |
| * | | Bump minimum thread stack size | Fenrir | 2017-03-06 | 1 | -1/+1 |
| * | | Terminate all threads when panicking | Fenrir | 2017-03-06 | 1 | -1/+13 |
| * | | 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 | 17 | -14/+6707 |
| * | | Initial thread support | Fenrir | 2017-03-05 | 17 | -7/+3400 |
| |/ | |||||
| * | Merge pull request #22 from FenrirWolf/stdio | Ronald Kinard | 2017-02-25 | 12 | -109/+1303 |
| |\ | |||||
| | * | implement buffered stdio | Fenrir | 2017-02-24 | 12 | -109/+1303 |
| * | | ctr-std: Mark thread::panicking | panicbit | 2017-02-24 | 1 | -0/+2 |
| |/ | |||||
| * | Merge pull request #18 from FenrirWolf/time | Ronald Kinard | 2017-02-23 | 5 | -2/+1215 |
| |\ | |||||
| | * | Overhaul Instant impl | Fenrir | 2017-02-18 | 1 | -39/+42 |
| | * | Yet another bugfix | Fenrir | 2017-02-18 | 1 | -6/+7 |
| | * | 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 | 3 | -9/+40 |
| | * | ctr-std: Add Time module | Fenrir | 2017-02-18 | 5 | -2/+1184 |
| * | | Add sync::mutex | Fenrir | 2017-02-20 | 11 | -5/+1286 |
| |/ | |||||
| * | Add thread local storage support | Fenrir | 2017-02-18 | 8 | -0/+1249 |
| * | ctr-std: add collections module | Fenrir | 2017-02-01 | 2 | -0/+461 |
| * | ctr-std: Fix panic message formatting | Fenrir | 2017-01-27 | 1 | -2/+2 |
| * | ctr-libc: remove conditional dependency on std | Fenrir | 2017-01-24 | 2 | -2/+0 |
| * | Bring in all the crates | Fenrir | 2017-01-21 | 2 | -0/+8 |
| * | We stdlib now | Fenrir | 2017-01-21 | 40 | -0/+16913 |