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-07-21
fix string in from_utf8_lossy_100_multibyte benchmark
Ted Horst
-2
/
+1
2014-07-15
Fix errors
Adolfo Ochagavía
-22
/
+27
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo Ochagavía
-34
/
+231
2014-07-15
Deprecate `str::from_utf16_lossy`
Adolfo Ochagavía
-0
/
+107
2014-07-15
Deprecate `str::from_utf16`
Adolfo Ochagavía
-0
/
+26
2014-07-15
Deprecate str::from_byte
Adolfo Ochagavía
-1
/
+18
2014-07-15
Deprecate `str::from_chars`
Adolfo Ochagavía
-0
/
+14
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-0
/
+21
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+7
2014-07-06
Optimize String::push_byte()
Simon Sapin
-1
/
+1
2014-07-01
rustc: Remove `&str` indexing from the language.
Brian Anderson
-1
/
+1
2014-06-24
std: Bring back half of Add on String
Alex Crichton
-0
/
+17
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-0
/
+2
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-3
/
+3
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+470