| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -371/+0 | |
| 2020-04-06 | Use assoc float consts in libcore | Linus Färnstrand | -2/+0 | |
| 2020-04-05 | Stop importing int/float modules in libcore | Linus Färnstrand | -2/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -2/+4 | |
| 2019-12-09 | Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichton | Tyler Mandry | -5/+12 | |
| 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 | -3/+10 | |
| 2019-12-07 | libcore: ignore tests in Miri instead of removing them entirely | Ralf Jung | -2/+2 | |
| 2019-12-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -13/+20 | |
| 2019-08-09 | Miri is really slow | Ralf Jung | -0/+1 | |
| 2019-06-09 | Miri: disable a slow test | Ralf Jung | -0/+2 | |
| 2019-02-13 | review or fix remaining miri failures in libcore | Ralf Jung | -0/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -30/+0 | |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 | |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+1 | |
| 2018-02-19 | Make ".e0" not parse as 0.0 | varkor | -0/+6 | |
| This forces floats to have either a digit before the separating point, or after. Thus ".e0" is invalid like ".", when using `parse()`. | ||||
| 2017-06-13 | Ignore some failing test on wasm32-unknown-emscripten | Marco A L Barbosa | -0/+5 | |
| See #42629 and #42630. | ||||
| 2017-04-20 | Remove float_extras | Josh Stone | -12/+35 | |
| [unstable, deprecated since 1.11.0] | ||||
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -0/+351 | |
| This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561. | ||||
