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-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-10
/
+10
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
-3
/
+3
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
-66
/
+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
-193
/
+239
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
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
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
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
[prev]
[next]