about summary refs log tree commit diff
path: root/src/libcore/tests/fmt/float.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-31/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2017-12-19Always print floats with a decimal point with the Debug formatterDiggory Blake-0/+4
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+37
This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561.