index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcoretest
/
fmt
Age
Commit message (
Expand
)
Author
Lines
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-727
/
+0
2017-02-07
Improve fmt float
Son
-7
/
+25
2017-02-01
Adjust heuristics to better handle "{}..." format strings.
Michał Krasnoborski
-1
/
+3
2017-01-28
use `String::with_capacity` in `format!`
Michał Krasnoborski
-0
/
+8
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-104
/
+0
2016-03-11
cleanup int suffixes in libcoretest
srinivasreddy
-10
/
+10
2016-02-08
Implement fmt::Pointer for pointers to unsized types
Kamal Marhubi
-0
/
+8
2016-01-30
test: Deny warnings in {core,collections}test
Alex Crichton
-1
/
+6
2015-10-16
Add unused modules to libcoretest
Florian Hahn
-2
/
+5
2015-07-14
Fix negate_unsigned feature gate check
Simonas Kazlauskas
-2
/
+0
2015-06-30
std: Fix formatting flags for chars
Alex Crichton
-0
/
+2
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-14
/
+14
2015-04-10
Fix for #23150
Ben Ashford
-0
/
+17
2015-04-02
Test fixes and rebase conflicts, round 2
Alex Crichton
-8
/
+8
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-30
/
+127
2015-03-09
Switch derive(Debug) to use the debug builders
Steven Fackler
-0
/
+10
2015-03-09
Implement RFC 640
Steven Fackler
-0
/
+392
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-02-20
try to reduce bajillion warnings
Alexis
-14
/
+14
2015-02-18
Convert required suffixes into a use of `as`.
Niko Matsakis
-13
/
+13
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-2
/
+2
2015-01-23
Clean up `isize`, `usize`. Don't bench allocation but formatting.
Tobias Bucher
-70
/
+72
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-12
/
+12
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-0
/
+24
2014-12-06
libcoretest: remove unnecessary `as_slice()` calls
Jorge Aparicio
-107
/
+107
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-44
/
+37
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-09-09
coretest: Ensure that pointer formatting flags are cleaned up
Piotr Czarnecki
-0
/
+7
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+245