| 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 | -12/+0 |
| | | |||||
| * | tweaks to get it to attempt linking | Vivian Lim | 2021-02-05 | 1 | -1/+1 |
| | | |||||
| * | Update for Rust nightly 2018-04-19 | Fenrir | 2018-04-21 | 1 | -6/+0 |
| | | |||||
| * | Ensure that the sysroot uses its own libc | Fenrir | 2018-01-21 | 1 | -4/+1 |
| | | |||||
| * | Better workaround for the `feature(rustc_private)]` issue | Fenrir | 2017-12-01 | 1 | -0/+1 |
| | | | | | Now you don't need a janky `Xargo` fork anymore! | ||||
| * | Enable old panic behavior for Citra | Fenrir | 2017-07-25 | 1 | -0/+3 |
| | | |||||
| * | Use rust3ds/alloc_system3ds again | panicbit | 2017-07-20 | 1 | -2/+1 |
| | | |||||
| * | Use alloc_system3ds again | Fenrir | 2017-07-18 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'master' into nightly_update | panicbit | 2017-07-10 | 1 | -2/+3 |
| |\ | |||||
| | * | Use libc from crates.io | Fenrir | 2017-07-07 | 1 | -3/+4 |
| | | | | | | | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore | ||||
| * | | ctr-std: Use liballoc from rust-src | panicbit | 2017-07-10 | 1 | -3/+0 |
| |/ | |||||
| * | Add the rest of std::sync | Fenrir | 2017-03-05 | 1 | -3/+0 |
| | | |||||
| * | Add sync::mutex | Fenrir | 2017-02-20 | 1 | -0/+3 |
| | | |||||
| * | ctr-libc: remove conditional dependency on std | Fenrir | 2017-01-24 | 1 | -1/+0 |
| | | | | | I'd thought that it would be necessary for implementing features such as the std::os::raw types in ctr-std, but I do not believe that that is the case. | ||||
| * | Bring in all the crates | Fenrir | 2017-01-21 | 1 | -0/+4 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 1 | -0/+13 |