aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
Commit message (Expand)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-06358-103829/+0
* tweaks to get it to attempt linkingVivian Lim2021-02-053-15/+14
* Write entire panic message to stderr at onceFenrir2018-08-191-2/+1
* Update for nightly-2018-08-18Fenrir2018-08-1999-1376/+3170
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-15243-1060/+36776
* Fixes according to Fenrir's reviewValentin2018-06-104-169/+30
* Fixes Cargo.tomlValentin2018-05-071-1/+1
* Update for latest nightly 2018-05-06linouxis92018-05-0785-958/+4102
* Update to new panic ABIFenrir2018-04-213-226/+126
* Update for Rust nightly 2018-04-19Fenrir2018-04-2151-2118/+2346
* Make std::path aware of archive prefixes (#61)FenrirWolf2018-03-042-4/+16
* Update to nightly-2018-03-01Fenrir2018-03-011-2/+2
* Updates for Rust 1.24Fenrir2018-02-158-628/+74
* Fix TcpStream::wait_timeoutFenrir2018-02-131-2/+4
* Don't use ioctl for TcpStream::connect_timeoutFenrir2018-02-131-3/+1
* Don't output an extra newline when panickingFenrir2018-02-121-1/+1
* Clean up the README a bit moreFenrir2018-02-111-6/+3
* Reorganize the list a bitFenrir2018-02-111-5/+7
* Add list of supported modulesFenrir2018-02-111-0/+65
* Stub out set_cloexecFenrir2018-02-111-26/+2
* Filter out glibc symbolsFenrir2018-02-112-2/+3
* repr_align stabilizedFenrir2018-01-261-1/+0
* 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-211-4/+1
* Recreate ctr-std from latest nightlyFenrir2018-01-21109-2942/+23070
* Better workaround for the `feature(rustc_private)]` issueFenrir2017-12-011-0/+1
* Patch `std` to be compatible with Rust nightly-2017-12-01Fenrir2017-12-0111-508/+262
* 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-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
|\|