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
/
libstd
/
fmt.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-13
/
+14
2015-01-21
Rollup merge of #20998 - estsauver:20984, r=steveklabnik
Barosl LEE
-1
/
+1
2015-01-17
s/deriving/derives in Comments/Docs
Earl St Sauver
-1
/
+1
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-9
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-2
/
+2
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-3
/
+3
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-7
/
+29
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-18
/
+5
2014-12-30
Register new snapshots
Alex Crichton
-27
/
+0
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-25
/
+36
2014-12-08
core: remove the dead function fmt::argumentstr.
Eduard Burtescu
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-11-26
More test fixes and rebase conflicts!
Alex Crichton
-99
/
+108
2014-11-26
/*! -> //!
Steve Klabnik
-386
/
+382
2014-11-25
remove deprecated stuff from std::fmt docs
Steve Klabnik
-22
/
+17
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-22
/
+17
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-5
/
+6
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-05
Register snapshots.
Eduard Burtescu
-16
/
+0
2014-11-02
core: Replace secret formatting functions with UFCS versions
Jorge Aparicio
-0
/
+6
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-9
/
+2
2014-09-04
Center alignment for fmt
wickerwaka
-1
/
+2
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-2
/
+0
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-0
/
+2
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-0
/
+2
2014-07-15
Fix errors
Adolfo OchagavĂa
-4
/
+1
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo OchagavĂa
-1
/
+1
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
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