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
/
string.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-06
More test fixes
Alex Crichton
-1
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-4
/
+36
2015-01-07
fallout
Nick Cameron
-12
/
+14
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+36
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-19
/
+19
2015-01-07
Impls using the new scheme for slicing
Nick Cameron
-9
/
+15
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-4
/
+4
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+2
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-4
/
+4
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-42
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-142
/
+8
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-1
/
+3
2015-01-03
collections: fix fallout
Jorge Aparicio
-4
/
+4
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-4
/
+7
2015-01-02
rollup merge of #20391: daramos/utf8_lossy
Alex Crichton
-3
/
+7
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-2
/
+6
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-3
/
+12
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-2
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+3
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-3
/
+12
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2015-01-01
Reimplement a minor optimization in String::from_utf8_lossy that avoids havin...
dan@daramos.com
-3
/
+7
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
rollup merge of #20353: alexcrichton/snapshots
Alex Crichton
-9
/
+0
2014-12-30
Register new snapshots
Alex Crichton
-9
/
+0
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+5
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `string`
Alex Crichton
-64
/
+107
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-0
/
+9
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-8
/
+14
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-34
/
+40
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-21
/
+0
2014-12-21
rollup merge of #20079: SimonSapin/string_push_ascii_fast_path
Alex Crichton
-0
/
+40
2014-12-21
rollup merge of #19965: japaric/remove-wrong-add
Alex Crichton
-8
/
+0
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+2
2014-12-20
Merge String::push_with_ascii_fast_path into String::push.
Simon Sapin
-40
/
+0
2014-12-20
Add String::push_with_ascii_fast_path, bench it against String::push
Simon Sapin
-0
/
+80
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-5
/
+2
2014-12-19
Register new snapshots
Alex Crichton
-22
/
+0
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-3
/
+3
2014-12-17
Remove wrong `&str + String` and `&[T] + Vec<T>` implementations
Jorge Aparicio
-8
/
+0
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+1
2014-12-17
rollup merge of #19895: jbranchaud/add-string-add-doctest
Alex Crichton
-0
/
+10
2014-12-15
Move hash module from collections to core
Steven Fackler
-1
/
+1
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+1
2014-12-16
auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson
bors
-2
/
+2
[prev]
[next]