aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/collections
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-066-7211/+0
|
* Update for nightly-2018-08-18Fenrir2018-08-194-32/+47
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-153-136/+98
| | | | * 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-06linouxis92018-05-072-11/+11
|
* Update for Rust nightly 2018-04-19Fenrir2018-04-214-257/+277
|
* Updates for Rust 1.24Fenrir2018-02-151-28/+45
|
* core::ops::Place is unsafe nowFenrir2018-01-261-1/+1
|
* Recreate ctr-std from latest nightlyFenrir2018-01-213-21/+91
|
* Patch `std` to be compatible with Rust nightly-2017-12-01Fenrir2017-12-013-60/+231
| | | | This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later.
* Add unwinding strategy for panicsFenrir2017-07-311-3/+3
|
* update collections moduleFenrir2017-07-094-378/+1050
| | | | also remove deprecated `collections` crate dependency
* ctr-std: Migrate to the new liballoc APIpanicbit2017-07-101-7/+7
|
* More changes needed after today's rustup updateCristian Carlesso2017-05-161-7/+7
|
* Make ctru-rs compile againCristian Carlesso2017-04-301-1/+1
|
* Add HashMap and HashSetFenrir2017-03-116-5/+5831
|
* ctr-std: add collections moduleFenrir2017-02-011-0/+458