aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
Commit message (Collapse)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
| | | | This change has also been pushed to ctr-std-horizon, so it will carry over on the next rebase
* Update for nightly-2018-08-18Fenrir2018-08-1999-1376/+3170
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-15243-1060/+36776
| | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd
* 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
| | | | POLLOUT is 0x4 and PULLHUP is 0x10 on every other platform, except for the 3DS where they're switched around because Nintendo
* Don't use ioctl for TcpStream::connect_timeoutFenrir2018-02-131-3/+1
| | | | libctru exposes ioctl, but using it causes an ENODEV error.
* Don't output an extra newline when panickingFenrir2018-02-121-1/+1
| | | | svcOutputDebugString seems to append newlines on its own after each write to stderr
* 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
| | | | we're not glibc and these caused a linker error when building `std` in debug mode
* 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
| | | | Wow, not sure how I messed that one up
* Initial rwlock implFenrir2018-01-251-4/+54
|
* Add debug svc printing to the default panic hookFenrir2018-01-231-63/+26
| | | | Removes the need to have a separate panic hook for Citra
* Remove macOS files that were accidentally includedFenrir2018-01-223-259/+0
|
* Restore thread APIs that were accidentally deletedFenrir2018-01-221-0/+18
| | | | Oops.
* 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
| | | | Now you don't need a janky `Xargo` fork anymore!
* Patch `std` to be compatible with Rust nightly-2017-12-01Fenrir2017-12-0111-508/+262
| | | | This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later.
* 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
|\|