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
/
libcollections
/
string.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-12-15
Add a doctest for the string Add function.
jbranchaud
-0
/
+10
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-2
/
+2
2014-12-13
libcollections: add commutative version of `Vec`/`String` addition
Jorge Aparicio
-0
/
+8
2014-12-13
libcollections: fix unit tests
Jorge Aparicio
-1
/
+1
2014-12-13
libcollections: String + &str
Jorge Aparicio
-0
/
+10
2014-12-11
auto merge of #19672 : alexcrichton/rust/snapshots, r=brson
bors
-17
/
+18
2014-12-11
Register new snapshots
Alex Crichton
-17
/
+18
2014-12-10
auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...
bors
-25
/
+26
2014-12-10
auto merge of #19628 : jbranchaud/rust/add-string-as-string-doctest, r=stevek...
bors
-0
/
+13
2014-12-09
rollup merge of #19626: bluss/string-extend-str
Alex Crichton
-0
/
+44
2014-12-09
Add a doctest for the std::string::as_string method.
jbranchaud
-0
/
+13
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-25
/
+26
2014-12-07
string: Add test for FromIterator<&str> and Extend<&str>
bluss
-2
/
+9
2014-12-07
string: Add test for FromIterator<char> and Extend<char>
bluss
-0
/
+14
2014-12-07
string: Implement FromIterator<&str> and Extend<&str> for String
bluss
-0
/
+21
2014-12-07
string: Use the iterator size_hint() in .extend()
bluss
-0
/
+2
2014-12-06
libcollections: remove unnecessary `to_string()` calls
Jorge Aparicio
-12
/
+12
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-23
/
+23
2014-12-03
Deprecate Equiv
Jorge Aparicio
-1
/
+2
2014-12-03
Fix fallout
Jorge Aparicio
-2
/
+4
2014-12-03
Overload the `==` operator
Jorge Aparicio
-1
/
+44
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-18
/
+30
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-20
/
+56
2014-11-18
rollup merge of #19008: alex/collections-typos
Jakub Bukaj
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-16
/
+16
2014-11-16
Fixed several typos in libcollections
Alex Gaynor
-2
/
+2
2014-11-16
Move ToString to collections::string
Brendan Zabarauskas
-1
/
+37
2014-11-16
Move IntoString to collections::string
Brendan Zabarauskas
-0
/
+6
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+8
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-2
/
+2
2014-11-08
Renamed Extendable to Extend
gamazeps
-2
/
+2
2014-11-06
rollup merge of #18605 : Gankro/collect-fruit
Alex Crichton
-25
/
+33
[prev]
[next]