aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/collections/hash/map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-061-3686/+0
|
* Update for nightly-2018-08-18Fenrir2018-08-191-12/+26
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-151-15/+45
| | | | * 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-6/+6
|
* Update for Rust nightly 2018-04-19Fenrir2018-04-211-190/+177
|
* 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-211-1/+49
|
* Patch `std` to be compatible with Rust nightly-2017-12-01Fenrir2017-12-011-18/+157
| | | | This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later.
* update collections moduleFenrir2017-07-091-104/+482
| | | | also remove deprecated `collections` crate dependency
* Add HashMap and HashSetFenrir2017-03-111-0/+3073