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
/
libstd
/
path
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-7
/
+11
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-7
/
+11
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-13
/
+13
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-23
/
+23
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-82
/
+80
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-1
/
+0
2015-01-07
std: Tweak String implementations
Alex Crichton
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-82
/
+80
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-2
/
+2
2015-01-07
Register new snapshots
Alex Crichton
-1
/
+0
2015-01-06
More test fixes
Alex Crichton
-7
/
+6
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-6
/
+6
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-138
/
+113
2015-01-07
markers -> marker
Nick Cameron
-2
/
+2
2015-01-07
fallout
Nick Cameron
-4
/
+8
2015-01-06
Fallout from stabilization
Aaron Turon
-6
/
+6
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-138
/
+113
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-77
/
+80
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-2
/
+2
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-72
/
+72
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-72
/
+72
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-71
/
+8
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-17
/
+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
-3
/
+3
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-4
/
+4
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-6
/
+4
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-4
/
+0
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+5
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-6
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-9
/
+22
2014-12-30
Fallout from stabilization
Aaron Turon
-3
/
+3
2014-12-30
Libs: Unify concat and concat_vec
Aaron Turon
-4
/
+4
2014-12-29
rollup merge of #20306: alexcrichton/second-pass-string
Alex Crichton
-2
/
+2
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `string`
Alex Crichton
-2
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-3
/
+5
2014-12-29
auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichton
bors
-2
/
+2
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-9
/
+7
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-1
/
+1
2014-12-27
auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler
bors
-15
/
+13
[next]