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-27
Auto merge of #21586 - pyfisch:patch-1, r=alexcrichton
bors
-2
/
+2
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
-7
/
+11
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
-61
/
+106
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-7
/
+7
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
-33
/
+33
2015-01-22
Add `#[rustc_on_unimplemented]` annotations to more traits
P1start
-0
/
+4
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-33
/
+33
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-42
/
+70
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
[prev]
[next]