aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/collections/hash/table.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-061-1133/+0
|
* Update for nightly-2018-08-18Fenrir2018-08-191-3/+4
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-151-113/+53
| | | | * 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-071-5/+5
|
* Update for Rust nightly 2018-04-19Fenrir2018-04-211-49/+44
|
* Recreate ctr-std from latest nightlyFenrir2018-01-211-6/+3
|
* Patch `std` to be compatible with Rust nightly-2017-12-01Fenrir2017-12-011-26/+26
| | | | 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-091-203/+332
| | | | 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-111-0/+1071