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-02-07
Make std::fmt a simple re-export from collections
Keegan McAllister
-414
/
+0
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-23
/
+1
2015-02-02
register snapshots
Jorge Aparicio
-4
/
+0
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-8
/
+8
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-4
/
+3
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-8
/
+8
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-8
/
+6
2015-01-26
Fallout of io => old_io
Alex Crichton
-8
/
+6
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-13
/
+14
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-3
/
+4
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
[next]