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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
fmt.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-25
Fix wrong type name: IoError<()> -> IoResult<()>
Alexei Sholik
-1
/
+1
2014-06-25
Fix a typo in fmt.rs
Alexei Sholik
-2
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-10
/
+10
2014-06-18
std: Remove dual export of `Show`
Alex Crichton
-1
/
+1
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-82
/
+4
2014-06-02
docs: Stop using `notrust`
Florian Gilcher
-6
/
+6
2014-05-30
Register new snapshots
Alex Crichton
-40
/
+0
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-7
/
+0
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-19
/
+31
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-27
std: Remove String's to_owned
Richo Healey
-12
/
+12
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-5
/
+5
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-8
/
+8
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-2
/
+10
2014-05-15
std: Fix float tests
Alex Crichton
-3
/
+0
2014-05-15
std: Delegate some integer formatting to core::fmt
Alex Crichton
-1
/
+1
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+1
2014-05-15
core: Inherit the std::fmt module
Alex Crichton
-0
/
+583