aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core::ops::Place is unsafe nowFenrir2018-01-261-1/+1
* Increase reader count + style fixesFenrir2018-01-251-3/+19
* Notify all threads when the write-lock goes out of scopeFenrir2018-01-251-1/+1
* Fix mutex try_lock logicFenrir2018-01-251-4/+4
* Initial rwlock implFenrir2018-01-251-4/+54
* Add debug svc printing to the default panic hookFenrir2018-01-231-63/+26
* Remove macOS files that were accidentally includedFenrir2018-01-223-259/+0
* Restore thread APIs that were accidentally deletedFenrir2018-01-221-0/+18
* Ensure that the sysroot uses its own libcFenrir2018-01-213-4/+6
* Update Travis for the latest nightlyFenrir2018-01-211-3/+4
* Recreate ctr-std from latest nightlyFenrir2018-01-21109-2942/+23070
* Update CI for Rust nightly-2017-12-01 + other fixesFenrir2017-12-013-5/+4
* Better workaround for the `feature(rustc_private)]` issueFenrir2017-12-012-0/+6
* Patch `std` to be compatible with Rust nightly-2017-12-01Fenrir2017-12-0111-508/+262
* Update bindings for libctru v1.4.0Fenrir2017-11-187-4465/+4459
* Merge pull request #44 from FenrirWolf/panic-unwindRonald Kinard2017-08-0211-128/+571
|\
| * Properly set up main threadFenrir2017-08-012-25/+27
| * Update pinned nightly to 2017-07-31Fenrir2017-08-011-1/+1
| * Add unwinding strategy for panicsFenrir2017-07-3110-116/+557
|/
* Merge pull request #41 from FenrirWolf/panic-rebootRonald Kinard2017-07-311-2/+6
|\
| * Trigger reboot after panickingFenrir2017-07-291-2/+6
* | Merge pull request #42 from FenrirWolf/hid-updateRonald Kinard2017-07-316-109/+199
|\ \ | |/ |/|
| * Fix documentationFenrir2017-07-291-4/+4
| * Update examplesFenrir2017-07-293-4/+79
| * Bump versionFenrir2017-07-291-1/+1
| * Refactor HID moduleFenrir2017-07-291-87/+99
| * Update bitflagsFenrir2017-07-272-17/+20
|/
* Merge pull request #40 from FenrirWolf/thread-fixRonald Kinard2017-07-266-254/+606
|\
| * Print thread name in panic msgFenrir2017-07-261-5/+19
| * Thread fixes + module updateFenrir2017-07-266-249/+587
* | Merge pull request #38 from FenrirWolf/examplesRonald Kinard2017-07-267-0/+157
|\ \
| * | Add examples directoryFenrir2017-07-257-0/+157
| |/
* | Merge pull request #39 from panicbit/travis_fixRonald Kinard2017-07-261-5/+1
|\ \
| * | travis: Build examples properlypanicbit2017-07-261-5/+1
|/ /
* | Merge pull request #37 from panicbit/travis_fixRonald Kinard2017-07-261-3/+26
|\ \ | |/ |/|
| * travis: allow unbound variables againpanicbit2017-07-261-1/+1
| * travis: build examplespanicbit2017-07-261-2/+26
| * Don't run cargo test for CIpanicbit2017-07-261-1/+0
|/
* Merge pull request #36 from FenrirWolf/errDispRonald Kinard2017-07-254-36/+71
|\
| * Enable old panic behavior for CitraFenrir2017-07-252-4/+36
| * Use Error applet to display panicsFenrir2017-07-242-26/+24
| * Update to new panic ABIFenrir2017-07-242-12/+13
| * Fix missing stability attributeFenrir2017-07-241-0/+4
* | Merge pull request #35 from panicbit/travis_ciRonald Kinard2017-07-251-0/+14
|\ \ | |/ |/|
| * Add travis configpanicbit2017-07-241-0/+14
|/
* Merge pull request #34 from panicbit/nightly_updateRonald Kinard2017-07-248-413/+1235
|\
| * Use rust3ds/alloc_system3ds againpanicbit2017-07-201-2/+1
| * Merge branch 'master' into nightly_updatepanicbit2017-07-202-44/+249
| |\ | |/ |/|
* | Merge pull request #33 from FenrirWolf/ctrulib-1.3.0Ronald Kinard2017-07-142-44/+249
|\ \
| * | Use -lctrud for debug buildsFenrir2017-07-141-3/+7