| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -472/+0 | |
| 2020-03-01 | Remove assert that had been replaced by assert_ne | Michael Mc Donnell | -1/+0 | |
| 2020-02-26 | Use assert_ne in hash tests | Michael Mc Donnell | -17/+20 | |
| The hash tests were written before the assert_ne macro was added to the standard library. The assert_ne macro provides better output in case of a failure. | ||||
| 2019-12-22 | Format the world | Mark Rousskov | -1/+2 | |
| 2019-12-09 | Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichton | Tyler Mandry | -2/+4 | |
| libstd miri tests: avoid warnings Ignore tests in a way that all the code still gets compiled, to get rid of all the "unused" warnings that otherwise show up when running the test suite in Miri. | ||||
| 2019-12-07 | fix warnings with cfg(miri) | Ralf Jung | -2/+4 | |
| 2019-12-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -159/+169 | |
| 2019-02-13 | review or fix remaining miri failures in libcore | Ralf Jung | -2/+2 | |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -20/+0 | |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -1/+1 | |
| 2018-03-17 | Make the deprecated unstable SipHasher24 type private. | Simon Sapin | -6/+6 | |
| It is still used by the deprecated *stable* `SipHasher` type. | ||||
| 2017-10-25 | Implement Hash for raw pointers to unsized types | Matt Brubeck | -0/+8 | |
| 2017-10-20 | Fix some tests for linux gnux32 | Marco A L Barbosa | -8/+6 | |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -2/+5 | |
| remove FIXME(#13101) since `assert_receiver_is_total_eq` stays. remove FIXME(#19649) now that stability markers render. remove FIXME(#13642) now the benchmarks were moved. remove FIXME(#6220) now that floating points can be formatted. remove FIXME(#18248) and write tests for `Rc<str>` and `Rc<[u8]>` remove reference to irelevent issues in FIXME(#1697, #2178...) update FIXME(#5516) to point to getopts issue 7 update FIXME(#7771) to point to RFC 628 update FIXME(#19839) to point to issue 26925 | ||||
| 2017-09-12 | Disable the new Hasher tests on Emscripten. | kennytm | -0/+3 | |
| 2017-09-12 | impl Hasher for {&mut Hasher, Box<Hasher>} | kennytm | -0/+10 | |
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -0/+453 | |
| This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561. | ||||
