aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src
Commit message (Expand)AuthorAgeFilesLines
* Update bindings for libctru v1.4.0Fenrir2017-11-182-20/+16
* 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-251-4/+33
* 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
* Merge branch 'master' into nightly_updatepanicbit2017-07-116-24/+22
|\
| * Update libraries for ctru-sys changesFenrir2017-07-106-24/+22
* | Merge branch 'master' into nightly_updatepanicbit2017-07-104-18/+236
|\|
| * Use libc from crates.ioFenrir2017-07-074-22/+236
* | 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-101-0/+1
|/
* 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-1111-5/+6297
* 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-0516-11/+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-182-9/+37
| * ctr-std: Add Time moduleFenrir2017-02-185-2/+1184
* | Add sync::mutexFenrir2017-02-2010-5/+1283
|/
* 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
* We stdlib nowFenrir2017-01-2136-0/+16862