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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
use slicing sugar
Jorge Aparicio
-49
/
+49
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-0
/
+6
2015-01-07
fallout
Nick Cameron
-10
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-53
/
+53
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-2
/
+6
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-2
/
+1
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-0
/
+3
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+6
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+6
2015-01-05
remove unused `Sized` imports
Jorge Aparicio
-1
/
+0
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-04
std: Fixup some missing stabilization on str
Alex Crichton
-0
/
+3
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-561
/
+75
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-5
/
+5
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-1
/
+1
2015-01-03
collections: fix fallout
Jorge Aparicio
-3
/
+9
2015-01-02
More fallout
Nick Cameron
-2
/
+2
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-31
collections: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-60
/
+28
2014-12-30
Libs: Unify concat and concat_vec
Aaron Turon
-40
/
+5
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-8
/
+2
2014-12-29
rollup merge of #20306: alexcrichton/second-pass-string
Alex Crichton
-2
/
+0
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-12
/
+5
2014-12-29
std: Second pass stabilization for `string`
Alex Crichton
-2
/
+0
2014-12-29
auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichton
bors
-78
/
+101
2014-12-29
Marked find and rfind as stable
Marvin Löbel
-2
/
+2
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-1
/
+1
2014-12-27
Rebasing changes
Nick Cameron
-1
/
+1
2014-12-25
Prepared most `StrExt` pattern using methods for stabilization
Marvin Löbel
-78
/
+101
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-47
/
+76
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-139
/
+983
2014-12-21
Remove a ton of public reexports
Corey Farwell
-2
/
+2
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-25
/
+10
2014-12-20
Fix more import_shadowing fallout in collections.
Eduard Burtescu
-4
/
+7
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-4
/
+4
2014-12-17
rollup merge of #19885: alexcrichton/char-escape
Alex Crichton
-13
/
+23
2014-12-16
std: Change escape_unicode to use new escapes
Alex Crichton
-13
/
+23
2014-12-15
Move hash module from collections to core
Steven Fackler
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-8
/
+6
2014-12-13
libcollections: use tuple indexing
Jorge Aparicio
-3
/
+3
2014-12-13
libcollections: fix fallout in unit tests
Jorge Aparicio
-12
/
+12
2014-12-11
auto merge of #19672 : alexcrichton/rust/snapshots, r=brson
bors
-291
/
+414
2014-12-11
Register new snapshots
Alex Crichton
-291
/
+414
2014-12-10
auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...
bors
-9
/
+9
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-9
/
+9
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-13
/
+21
[next]