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
/
str
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-41
/
+69
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-1
/
+27
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21157: steveklabnik/deprecation
Alex Crichton
-1
/
+1
2015-01-21
Improve quality of String#to_slice() deprecation message
Steve Klabnik
-1
/
+1
2015-01-21
Deprecate slicing methods in favor of notation
Aaron Turon
-41
/
+69
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+27
2015-01-21
Rollup merge of #21100 - tstorch:small_readability_update, r=alexcrichton
Barosl LEE
-12
/
+9
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-14
Small Readability Update
Tristan Storch
-12
/
+9
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-3
/
+3
2015-01-08
Forbid trailing attributes in impl blocks
Steven Fackler
-3
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-11
/
+10
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
fallout
Nick Cameron
-7
/
+8
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-10
/
+10
2015-01-07
Impls using the new scheme for slicing
Nick Cameron
-9
/
+15
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
Fix fallout
Corey Richardson
-11
/
+10
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-4
/
+5
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-3
/
+6
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-7
/
+23
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-4
/
+5
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-7
/
+23
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-1
/
+1
2015-01-04
std: Fixup some missing stabilization on str
Alex Crichton
-3
/
+7
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-111
/
+8
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-17
/
+17
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-1
/
+1
2015-01-03
core: use assoc types in Iterator et al
Jorge Aparicio
-20
/
+41
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+4
2014-12-29
rollup merge of #20160: nick29581/ranges2
Alex Crichton
-0
/
+1
2014-12-30
Fallout from mut slices
Nick Cameron
-0
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-2
/
+2
2014-12-25
Prepared most `StrExt` pattern using methods for stabilization
Marvin Löbel
-0
/
+1689
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-287
/
+0
2013-05-13
Remove re-exports from libcore/core.rc
Alex Crichton
-0
/
+3
2013-05-03
Add a brief description to show up in http://static.rust-lang.org/doc/core/in...
kud1ing
-0
/
+2
[next]