| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -326/+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-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -12/+12 | |
| 2019-11-23 | make `./x.py bench` again | Mazdak Farrokhzad | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -50/+0 | |
| 2018-11-21 | core/benches/num: Add `from_str/from_str_radix()` benchmarks | Tobias Bieniek | -0/+105 | |
| 2017-04-28 | num: add minimal benchmarks for full floating-point formatting | Nathan Froyd | -0/+24 | |
| We have benchmarks for the floating-point formatting algorithms themselves, but not for the surrounding machinery like Formatter and translating to the flt2dec::Part slices. | ||||
| 2017-02-06 | Extract collections benchmarks to libcollections/benches | Son | -0/+251 | |
| And libcore/benches | ||||
