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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-28
Register new snapshots
Tamir Duberstein
-12
/
+6
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-16
/
+8
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-16
/
+8
2015-04-21
Pick a feature name for write_char
Simon Sapin
-1
/
+1
2015-04-21
write_char is unlikely to make it for 1.0, it’ll be 1.1
Simon Sapin
-1
/
+1
2015-04-21
Add a `write_char` method to `std::fmt::Write`
Simon Sapin
-0
/
+17
2015-04-14
rollup merge of #24379: rkruppe/fmt-negative-zero
Alex Crichton
-23
/
+23
2015-04-12
Destabilize format_args! internals.
Ryan Prichard
-6
/
+12
2015-04-12
Make Debug include the - in -0.0
Robin Kruppe
-23
/
+23
2015-04-09
fmt: Assume that we'll only ever see 32 or 64 bit pointers
Richo Healey
-2
/
+1
2015-04-09
fmt: {:p#} formats pointers padded to native width
Richo Healey
-1
/
+25
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-3
/
+10
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-3
/
+10
2015-04-01
Fallout in libstd: remove impls now considered to conflict.
Niko Matsakis
-6
/
+0
2015-03-29
Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton
bors
-37
/
+40
2015-03-28
Oops fix output examples
Steven Fackler
-4
/
+4
2015-03-28
Fold in debug builder doc examples
Steven Fackler
-15
/
+3
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-28
Fold collections debug impls
Steven Fackler
-16
/
+1
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-11
/
+41
2015-03-25
Change lint names to plurals
Nick Cameron
-3
/
+3
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+6
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+4
2015-03-09
Switch derive(Debug) to use the debug builders
Steven Fackler
-1
/
+5
2015-03-09
Implement RFC 640
Steven Fackler
-1
/
+117
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-02-28
Fix assuming 32-bit pointers
John Hodge
-1
/
+1
2015-02-27
register snapshot 880fb89
Flavio Percoco
-15
/
+0
2015-02-24
Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton
Manish Goregaokar
-23
/
+38
2015-02-23
int audit - libcore::fmt
Nick Cameron
-23
/
+38
2015-02-21
Kill fmt::Show and fmt::String with fire!
Simonas Kazlauskas
-32
/
+0
2015-02-18
Introduce the new phantomdata/phantomfn markers and integrate them
Niko Matsakis
-1
/
+6
2015-02-17
Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
Manish Goregaokar
-9
/
+9
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-9
/
+9
2015-02-12
std: Add missing stability for core::fmt
Alex Crichton
-0
/
+1
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-0
/
+2
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-02
std: Add some missing stability attributes
Alex Crichton
-0
/
+2
2015-02-02
rollup merge of #21854: alexcrichton/try-borrow
Alex Crichton
-4
/
+6
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-02
register snapshots
Jorge Aparicio
-53
/
+0
2015-02-01
std: Deprecate RefCell::{try_borrow, try_borrow_mut}
Alex Crichton
-4
/
+6
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-107
/
+145
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
register snaphots
Jorge Aparicio
-7
/
+0
2015-01-29
remove unused imports
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+2
2015-01-27
Auto merge of #21586 - pyfisch:patch-1, r=alexcrichton
bors
-2
/
+2
[prev]
[next]