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
/
libcollectionstest
/
string.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-28
Add test for string AddAssign
Knight
-0
/
+11
2016-05-22
run rustfmt on libcollections test module
Srinivas Reddy Thatiparthy
-66
/
+51
2016-05-09
Utilize `Result::unwrap_err` in more places.
Corey Farwell
-1
/
+1
2016-04-15
std: Change String::truncate to panic less
Alex Crichton
-1
/
+1
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-2
/
+2
2016-01-30
test: Deny warnings in {core,collections}test
Alex Crichton
-2
/
+18
2015-09-28
Minor code cleanup.
Scott Olson
-1
/
+1
2015-08-13
Rename String::into_boxed_slice -> into_boxed_str
Ulrik Sverdrup
-2
/
+2
2015-07-17
Add RawVec to unify raw Vecish code
Alexis Beingessner
-9
/
+0
2015-07-11
Add String::into_boxed_slice and Box<str>::into_string
Jonathan Reem
-0
/
+7
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-08
Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton
bors
-28
/
+28
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-28
/
+28
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+8
2015-05-01
collections: Implement String::drain(range) according to RFC 574
Ulrik Sverdrup
-0
/
+17
2015-04-19
collections: Move optimized String::from_str to String::from
Erick Tryzelaar
-0
/
+27
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-10
std: Stabilize the Utf8Error type
Alex Crichton
-1
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-4
/
+4
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-0
/
+453