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-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-3
/
+7
2015-01-25
Add a missing fmt::Debug impl lint
Steven Fackler
-0
/
+1
2015-01-25
Auto merge of #21582 - FlaPer87:rollup, r=brson
bors
-0
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-50
/
+93
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-3
/
+3
2015-01-24
Spellfix for Debug trait
Pyfisch
-2
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-8
/
+8
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-29
/
+29
2015-01-22
Add `#[rustc_on_unimplemented]` annotations to more traits
P1start
-0
/
+4
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-29
/
+29
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-38
/
+62
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-51
/
+91
2015-01-17
Register new snapshots.
Eduard Burtescu
-23
/
+0
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
2015-01-10
core: rm unused lifetime.
Huon Wilson
-0
/
+23
2015-01-08
Improvements to feature staging
Brian Anderson
-10
/
+10
2015-01-08
Add missing module stability attributes
Aaron Turon
-0
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-4
/
+4
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-33
/
+6
2015-01-07
std: Tweak String implementations
Alex Crichton
-55
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-4
/
+4
2015-01-07
register new snapshots
Jorge Aparicio
-40
/
+0
2015-01-07
Register new snapshots
Alex Crichton
-42
/
+0
2015-01-06
More test fixes
Alex Crichton
-6
/
+42
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-3
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-18
/
+121
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-18
/
+121
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+4
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-4
/
+4
2015-01-06
Fallout
Nick Cameron
-4
/
+4
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-1
/
+4
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-8
/
+8
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2
Alex Crichton
-4
/
+20
2015-01-02
Ensure that, for every trait `Foo`, the predicate `Foo : Foo` holds.
Niko Matsakis
-3
/
+0
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-1
/
+20
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-38
/
+33
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-3
/
+3
2014-12-31
core: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-30
Register new snapshots
Alex Crichton
-85
/
+0
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-0
/
+86
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-1
/
+1
[prev]
[next]