| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete ctr-std to use my fork of the rust repo instead | Vivian Lim | 2021-02-06 | 1 | -424/+0 |
| | | |||||
| * | Update for latest nightly 2018-06-09 (#70) | Valentin | 2018-06-15 | 1 | -34/+39 |
| | | | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd | ||||
| * | Update for latest nightly 2018-05-06 | linouxis9 | 2018-05-07 | 1 | -1/+1 |
| | | |||||
| * | Fix TcpStream::wait_timeout | Fenrir | 2018-02-13 | 1 | -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_timeout | Fenrir | 2018-02-13 | 1 | -3/+1 |
| | | | | | libctru exposes ioctl, but using it causes an ENODEV error. | ||||
| * | Filter out glibc symbols | Fenrir | 2018-02-11 | 1 | -0/+1 |
| | | | | | we're not glibc and these caused a linker error when building `std` in debug mode | ||||
| * | Recreate ctr-std from latest nightly | Fenrir | 2018-01-21 | 1 | -0/+418 |