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-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
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-1
/
+1
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-1
/
+14
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-4
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-8
/
+10
2014-12-16
auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
bors
-7
/
+7
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-7
/
+7
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-13
libcore: use unboxed closures in `Formatter` methods
Jorge Aparicio
-5
/
+4
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+4
2014-12-08
core: make the public fmt API completely safe.
Eduard Burtescu
-28
/
+53
2014-12-08
core: remove the dead function fmt::argumentstr.
Eduard Burtescu
-8
/
+0
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+3
[next]