aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-061-12/+0
|
* tweaks to get it to attempt linkingVivian Lim2021-02-051-1/+1
|
* Update for Rust nightly 2018-04-19Fenrir2018-04-211-6/+0
|
* Ensure that the sysroot uses its own libcFenrir2018-01-211-4/+1
|
* Better workaround for the `feature(rustc_private)]` issueFenrir2017-12-011-0/+1
| | | | Now you don't need a janky `Xargo` fork anymore!
* Enable old panic behavior for CitraFenrir2017-07-251-0/+3
|
* Use rust3ds/alloc_system3ds againpanicbit2017-07-201-2/+1
|
* Use alloc_system3ds againFenrir2017-07-181-0/+4
|
* Merge branch 'master' into nightly_updatepanicbit2017-07-101-2/+3
|\
| * Use libc from crates.ioFenrir2017-07-071-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-srcpanicbit2017-07-101-3/+0
|/
* Add the rest of std::syncFenrir2017-03-051-3/+0
|
* Add sync::mutexFenrir2017-02-201-0/+3
|
* ctr-libc: remove conditional dependency on stdFenrir2017-01-241-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 cratesFenrir2017-01-211-0/+4
|
* We stdlib nowFenrir2017-01-211-0/+13