about summary refs log tree commit diff
path: root/src/libstd/fmt
AgeCommit message (Expand)AuthorLines
2013-11-29Removed useless cmp::{min, max} reexports from the integer modulesMarvin Löbel-1/+1
2013-11-29Removed a few macro-expanding-to-module workaroundsMarvin Löbel-22/+17
2013-11-28Register new snapshotsAlex Crichton-10/+10
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-14/+14
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-2/+4
2013-11-11Move std::rt::io to std::ioAlex Crichton-5/+5
2013-11-05Clarify which errors are format string errorsAlex Crichton-15/+15
2013-10-23Removed unnecessary comments and white spaces as suggestedreedlepee-5/+3
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-14/+1
2013-10-23Making fields in std and extra : private #4386reedlepee-4/+18
2013-10-21std: Move sys::log_str to repr::repr_to_str. Further work on #2240.Brian Anderson-7/+3
2013-10-19std::fmt: fix markdown peculiarity, unicodify some arrows, ` some trait names.Huon Wilson-14/+14
2013-10-19auto merge of #9932 : alexcrichton/rust/better-fmt-errors, r=cmrbors-24/+27
2013-10-18Try to improve format! error messagesAlex Crichton-24/+27
2013-10-18Document traits and Default about format! betterAlex Crichton-3/+48
2013-10-17Register new snapshotsAlex Crichton-76/+0
2013-10-15Build a few extra features into format! parsingAlex Crichton-19/+135
2013-10-15Require module documentation with missing_docAlex Crichton-0/+6
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+5
2013-10-01remove the `float` typeDaniel Micay-2/+0
2013-10-01auto merge of #9644 : alexcrichton/rust/clarify, r=huonwbors-19/+42
2013-09-30std: Remove usage of fmt!Alex Crichton-5/+6
2013-09-30Clarify format! implicit positional referencesAlex Crichton-19/+42
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-30/+30
2013-09-17Document a few undocumented modules in libstdAlex Crichton-8/+9
2013-09-15Document all of the format! related macrosAlex Crichton-2/+74
2013-09-15Reduce the amount of complexity in format!Alex Crichton-0/+7
2013-09-12auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonwbors-2/+2
2013-09-12Parse underscores in identifiers for format!Alex Crichton-2/+2
2013-09-12Implement a format_args!() macroAlex Crichton-16/+75
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-3/+2
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-09-04auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonwbors-0/+11
2013-09-03Raise errors on format strings with unmatched `}`Alex Crichton-0/+11
2013-09-03Test and document escaping on format!()novalis-0/+7
2013-09-02Fix the std::fmt doc-block to show up in pandocAlex Crichton-1/+1
2013-08-30fix various warningsErick Tryzelaar-1/+0
2013-08-27librustc: Fix merge fallout.Patrick Walton-2/+6
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-4/+11
2013-08-24Settle on the format/write/print family of namesAlex Crichton-26/+26
2013-08-24Remove ifmt hax and implement fprintfAlex Crichton-17/+39
2013-08-19auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydonbors-4/+58
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-1/+55
2013-08-16Implement `{:s}` for ~str and @str as wellAlex Crichton-3/+3
2013-08-16doc: correct spelling in documentation.Huon Wilson-2/+2
2013-08-15Fix a typo in the ifmt doxAlex Crichton-1/+1
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-1/+33
2013-08-12Explain what ifmt! is all aboutAlex Crichton-0/+301
2013-08-12Correct the padding on integer types for formattingAlex Crichton-43/+63