aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
Commit message (Expand)AuthorAgeFilesLines
* Properly set up main threadFenrir2017-08-012-25/+27
* Add unwinding strategy for panicsFenrir2017-07-316-115/+548
* Trigger reboot after panickingFenrir2017-07-291-2/+6
* Print thread name in panic msgFenrir2017-07-261-5/+19
* Thread fixes + module updateFenrir2017-07-266-249/+587
* Enable old panic behavior for CitraFenrir2017-07-252-4/+36
* Use Error applet to display panicsFenrir2017-07-241-25/+23
* Update to new panic ABIFenrir2017-07-242-12/+13
* Fix missing stability attributeFenrir2017-07-241-0/+4
* Use rust3ds/alloc_system3ds againpanicbit2017-07-201-2/+1
* Use alloc_system3ds againFenrir2017-07-181-0/+4
* Merge branch 'master' into nightly_updatepanicbit2017-07-118-48/+22
|\
| * Update libraries for ctru-sys changesFenrir2017-07-108-62/+22
* | Remove ctr-libc dep from ctr-stdpanicbit2017-07-101-4/+0
* | Merge branch 'master' into nightly_updatepanicbit2017-07-105-20/+239
|\|
| * Use libc from crates.ioFenrir2017-07-075-25/+240
* | update collections moduleFenrir2017-07-098-494/+1062
* | Add default allocator symbolspanicbit2017-07-102-1/+168
* | ctr-std: Migrate to the new liballoc APIpanicbit2017-07-103-27/+8
* | ctr-std: Add heap allocator shimpanicbit2017-07-102-0/+101
* | ctr-std: Use liballoc from rust-srcpanicbit2017-07-103-3/+3
* | Update target jsonpanicbit2017-07-101-14/+2
|/
* More changes needed after today's rustup updateCristian Carlesso2017-05-161-7/+7
* Make ctru-rs compile againCristian Carlesso2017-04-305-69/+4
* fix condvar implFenrir2017-03-191-5/+34
* Add HashMap and HashSetFenrir2017-03-1112-5/+6299
* Merge pull request #28 from FenrirWolf/fsRonald Kinard2017-03-116-22/+3543
|\
| * Add fs moduleFenrir2017-03-107-23/+3544
* | Bump minimum thread stack sizeFenrir2017-03-061-1/+1
* | Terminate all threads when panickingFenrir2017-03-061-1/+13
* | Ensure child threads have higher priority than mainFenrir2017-03-051-2/+9
* | Add the rest of std::syncFenrir2017-03-0517-14/+6707
* | Initial thread supportFenrir2017-03-0517-7/+3400
|/
* Merge pull request #22 from FenrirWolf/stdioRonald Kinard2017-02-2512-109/+1303
|\
| * implement buffered stdioFenrir2017-02-2412-109/+1303
* | ctr-std: Mark thread::panickingpanicbit2017-02-241-0/+2
|/
* Merge pull request #18 from FenrirWolf/timeRonald Kinard2017-02-235-2/+1215
|\
| * Overhaul Instant implFenrir2017-02-181-39/+42
| * Yet another bugfixFenrir2017-02-181-6/+7
| * use libc types in Instant implFenrir2017-02-181-2/+2
| * fix Instant implFenrir2017-02-181-2/+2
| * use svcGetSystemTick for InstantFenrir2017-02-183-9/+40
| * ctr-std: Add Time moduleFenrir2017-02-185-2/+1184
* | Add sync::mutexFenrir2017-02-2011-5/+1286
|/
* Add thread local storage supportFenrir2017-02-188-0/+1249
* ctr-std: add collections moduleFenrir2017-02-012-0/+461
* ctr-std: Fix panic message formattingFenrir2017-01-271-2/+2
* ctr-libc: remove conditional dependency on stdFenrir2017-01-242-2/+0
* Bring in all the cratesFenrir2017-01-212-0/+8
* We stdlib nowFenrir2017-01-2140-0/+16913