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
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-2
/
+2
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-60
/
+102
2015-01-17
Register new snapshots.
Eduard Burtescu
-32
/
+0
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-3
/
+3
2015-01-10
core: rm unused lifetime.
Huon Wilson
-0
/
+32
2015-01-08
Improvements to feature staging
Brian Anderson
-11
/
+11
2015-01-08
Add missing module stability attributes
Aaron Turon
-0
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-8
/
+7
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
-8
/
+7
2015-01-07
register new snapshots
Jorge Aparicio
-56
/
+0
2015-01-07
Register new snapshots
Alex Crichton
-58
/
+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
-24
/
+165
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
-24
/
+165
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-6
/
+7
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-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-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-8
/
+8
2015-01-06
Fallout
Nick Cameron
-4
/
+4
2015-01-05
Remove i suffix in docs
Steve Klabnik
-1
/
+1
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
-4
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-16
/
+16
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-2
/
+2
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
-49
/
+46
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-5
/
+5
2014-12-31
core: unbox closures used in let bindings
Jorge Aparicio
-3
/
+3
2014-12-30
Register new snapshots
Alex Crichton
-94
/
+0
2014-12-30
Fallout from mut slices
Nick Cameron
-2
/
+2
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-0
/
+93
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-5
/
+5
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
-2
/
+15
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-24
/
+10
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-33
/
+35
[next]