aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-06356-103748/+0
|
* tweaks to get it to attempt linkingVivian Lim2021-02-052-14/+13
|
* 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
|
* Update for latest nightly 2018-05-06linouxis92018-05-0784-957/+4101
|
* Update to new panic ABIFenrir2018-04-213-226/+126
|
* Update for Rust nightly 2018-04-19Fenrir2018-04-2150-2112/+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
* 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.
* Recreate ctr-std from latest nightlyFenrir2018-01-21109-2942/+23070
|
* 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-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
| | | | | | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore
* | update collections moduleFenrir2017-07-098-494/+1062
| | | | | | | | also remove deprecated `collections` crate dependency
* | 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
|