| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -342/+0 | |
| This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561. | ||||
| 2017-02-04 | Extract libcore benchmarks to a separate folder | Son | -130/+0 | |
| 2016-10-25 | Small improvement to SipHasher | arthurprs | -0/+21 | |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -0/+3 | |
| This commit is intended to be backported to the 1.13 branch, and works with the following APIs: Stabilized * `i32::checked_abs` * `i32::wrapping_abs` * `i32::overflowing_abs` * `RefCell::try_borrow` * `RefCell::try_borrow_mut` * `DefaultHasher` * `DefaultHasher::new` * `DefaultHasher::default` Deprecated * `BinaryHeap::push_pop` * `BinaryHeap::replace` * `SipHash13` * `SipHash24` * `SipHasher` - use `DefaultHasher` instead in the `std::collections::hash_map` module Closes #28147 Closes #34767 Closes #35057 Closes #35070 | ||||
| 2016-06-29 | std: use siphash-1-3 for HashMap | Sean McArthur | -21/+110 | |
| 2015-07-25 | siphash: Add more benchmarks | Ulrik Sverdrup | -3/+87 | |
| 2015-07-14 | core: Revive SipHash's tests | Ulrik Sverdrup | -67/+59 | |
| These tests were bitrotting, include them in the crate and bring them up to date and compiling.. and they pass. | ||||
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -4/+4 | |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -4/+4 | |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -2/+2 | |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -2/+2 | |
| 2014-12-15 | Move hash module from collections to core | Steven Fackler | -0/+283 | |
