]> git.lizzy.rs Git - rust.git/history - tests/run-pass/hashmap.rs
fix tests for latest Rust
[rust.git] / tests / run-pass / hashmap.rs
2019-05-01 Ralf Jungfix tests for latest Rust
2019-04-22 Ralf JungMerge branch 'master' into exit
2019-04-21 Ralf JungMerge pull request #708 from RalfJung/alloc-tests
2019-04-21 Ralf Jungtest System/Global allocator API: alloc_zeroed, realloc
2019-04-17 Ralf JungMerge pull request #692 from RalfJung/rand
2019-04-16 Ralf JungMerge branch 'master' into rand
2019-04-16 Ralf Jungtweak entropy tests a bit
2019-04-11 Ralf JungMerge remote-tracking branch 'origin/master'
2019-04-10 Ralf JungMerge pull request #683 from Aaron1011/feature/random
2019-04-10 Aaron HillDon't create HashMap<K, V> when not needed
2019-04-09 Oliver SchererMerge branch 'master' into feature/random
2019-04-09 Aaron HillOS X is "macos", not "darwin"
2019-04-09 Aaron HillDisable normal HashMap test on OS X
2019-04-09 Aaron HillOnly run test with default hasher
2019-04-07 Aaron HillImplement non-deterministc mode
2019-02-15 Ralf JungMerge pull request #623 from RalfJung/fat-ptr-eq
2019-02-15 Ralf Jungtypo and comments
2018-12-10 Oliver S̶c̶h̶n̶e̶i... Merge pull request #566 from RalfJung/foreign-full-mir
2018-12-10 Ralf Jungthe test suite assumes a libstd with full MIR; run...
2017-06-22 Oliver SchneiderMerge pull request #201 from oli-obk/test_suite_fails
2017-06-22 Oliver SchneiderMerge pull request #206 from RalfJung/ptrs
2017-06-22 Ralf Jungtest HashMap creation in libstd-MIR, and make it work...
2017-06-06 Oliver SchneiderMerge pull request #185 from RalfJung/pointers
2017-06-05 Ralf Jungwrite_bytes intrinsic: if the write count is 0, the...