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
/
libcore
/
fmt
Age
Commit message (
Expand
)
Author
Lines
2016-09-16
Add links between format_args! macro and std::fmt::Arguments struct
Mark-Simulacrum
-3
/
+7
2016-09-16
Update to new macro url syntax
Guillaume Gomez
-2
/
+2
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-8
/
+0
2016-08-19
Remove old stage0 compatibility
Brian Anderson
-19
/
+10
2016-08-13
Rename empty/bang to never
Andrew Cann
-2
/
+2
2016-08-13
Minor fixups based on @eddyb's feedback
Andrew Cann
-2
/
+2
2016-08-13
impl Debug + Display for !
Andrew Cann
-0
/
+23
2016-07-28
Rename `char::escape` to `char::escape_debug` and add tracking issue
Tobias Bucher
-2
/
+2
2016-07-26
Restore `char::escape_default` and add `char::escape` instead
Tobias Bucher
-2
/
+2
2016-07-21
Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...
bors
-7
/
+11
2016-07-06
feat: reinterpret `precision` field for strings
Evgeny Safronov
-7
/
+11
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-5
/
+2
2016-06-23
Use `len` instead of `size_hint` where appropiate
Tobias Bucher
-1
/
+1
2016-06-03
Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch
bors
-0
/
+4
2016-05-23
Add explanations about what derived trait implementations do
Carol (Nichols || Goulding)
-1
/
+5
2016-05-19
Support 16-bit pointers as well as i/usize
Jake Goulding
-0
/
+4
2016-05-10
Doc improvement on std::fmt module
Guillaume Gomez
-0
/
+26
2016-04-16
Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton
bors
-1
/
+1
2016-04-15
Implement `Default` for more types in the standard library
Tobias Bucher
-1
/
+1
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-30
/
+30
2016-03-22
std: Change `encode_utf{8,16}` to return iterators
Alex Crichton
-14
/
+13
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-4
/
+28
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-111
/
+12
2016-03-08
std: Fix rustdoc links with std::fmt::Alignment
Alex Crichton
-12
/
+33
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-02-17
fmt: Make sure write_fmt's implementation can use write_char
Ulrik Sverdrup
-0
/
+4
2016-02-11
Auto merge of #31479 - kamalmarhubi:fmt-pointer-unsized, r=alexcrichton
bors
-5
/
+5
2016-02-08
Implement fmt::Pointer for pointers to unsized types
Kamal Marhubi
-5
/
+5
2016-02-08
Remove old #[allow(trivial_casts)] annotations
Alex Crichton
-6
/
+0
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-2
/
+14
2016-01-15
Rename is_positive argument in fmt::Formatter::pad_integral
Oliver Middleton
-9
/
+9
2016-01-12
Fix the Debug impl of PhantomData requiring Sized on T
Pierre Krieger
-1
/
+1
2015-12-24
Fix link to `Formatter::debug_struct`
mitaa
-1
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-14
/
+9
2015-11-18
Review fixes
Vadim Petrochenkov
-4
/
+4
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-1
/
+8
2015-11-16
Make note about traits that can be derived
Steve Klabnik
-0
/
+2
2015-11-12
Fix the manual implementation example for the Debug trait so it matches the g...
Erik Davidson
-1
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-15
/
+8
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-4
/
+4
2015-10-08
Fix comment gone astray
Michael Pankov
-1
/
+2
2015-10-08
rustfmt part of libcore/fmt
Michael Pankov
-20
/
+65
2015-10-02
Auto merge of #28662 - semmaz:fmt-debug, r=alexcrichton
bors
-7
/
+16
2015-10-01
Implement `size_hint` for `EscapeUnicode`
Simon Mazur
-1
/
+1
2015-09-30
Fix module links from core::fmt::* to go to std::fmt
Ted Mielczarek
-9
/
+9
2015-09-30
Fix module links in std::fmt and the Rust book's documentation chapter.
Ted Mielczarek
-9
/
+9
2015-09-30
Implement `size_hint` for `EscapeDefault`
Simon Mazur
-3
/
+4
2015-09-29
Improve speed of `fmt::Debug` for `str` and `char`
Simon Mazur
-7
/
+15
2015-09-23
Add accessors for Formatter flags
Steven Fackler
-7
/
+29
[prev]
[next]