about summary refs log tree commit diff
path: root/src/libcoretest/fmt
AgeCommit message (Expand)AuthorLines
2017-04-03Move libXtest into libX/testsStjepan Glavina-727/+0
2017-02-07Improve fmt floatSon-7/+25
2017-02-01Adjust heuristics to better handle "{}..." format strings.Michał Krasnoborski-1/+3
2017-01-28use `String::with_capacity` in `format!`Michał Krasnoborski-0/+8
2016-03-12std: Clean out deprecated APIsAlex Crichton-104/+0
2016-03-11cleanup int suffixes in libcoretestsrinivasreddy-10/+10
2016-02-08Implement fmt::Pointer for pointers to unsized typesKamal Marhubi-0/+8
2016-01-30test: Deny warnings in {core,collections}testAlex Crichton-1/+6
2015-10-16Add unused modules to libcoretestFlorian Hahn-2/+5
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-2/+0
2015-06-30std: Fix formatting flags for charsAlex Crichton-0/+2
2015-04-14test: Fixup many library unit testsAlex Crichton-14/+14
2015-04-10Fix for #23150Ben Ashford-0/+17
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-8/+8
2015-03-28Update debug helpers and add list builderSteven Fackler-30/+127
2015-03-09Switch derive(Debug) to use the debug buildersSteven Fackler-0/+10
2015-03-09Implement RFC 640Steven Fackler-0/+392
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-02-20try to reduce bajillion warningsAlexis-14/+14
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-13/+13
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