about summary refs log tree commit diff
path: root/src/libcoretest/fmt
AgeCommit message (Expand)AuthorLines
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-2/+2
2015-01-23Clean up `isize`, `usize`. Don't bench allocation but formatting.Tobias Bucher-70/+72
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-12/+12
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-0/+24
2014-12-06libcoretest: remove unnecessary `as_slice()` callsJorge Aparicio-107/+107
2014-11-18std: Stabilize std::fmtAlex Crichton-44/+37
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-09-09coretest: Ensure that pointer formatting flags are cleaned upPiotr Czarnecki-0/+7
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+245