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
/
liballoc
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-29
Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton
kennytm
-147
/
+0
2017-11-20
Fix result for assert_eq
Benjamin Hoffmeyer
-1
/
+1
2017-11-20
Fix doc tests for trim_right_matches
Benjamin Hoffmeyer
-1
/
+1
2017-11-18
Remove inherent `ascii_ctype` methods from `str` and `[u8]`
Lukas Kalbertodt
-147
/
+0
2017-11-14
Fixed several pulldown warnings when documenting libstd.
kennytm
-1
/
+1
2017-11-08
get() example should use get() not get_mut()
John Ford
-4
/
+4
2017-11-03
Mark several ascii methods as unstable again
Lukas Kalbertodt
-10
/
+14
2017-11-03
Remove unused AsciiExt imports and fix tests related to ascii methods
Lukas Kalbertodt
-4
/
+0
2017-11-03
Copy `AsciiExt` methods to `str` directly
Lukas Kalbertodt
-0
/
+276
2017-10-17
added non trivial examples of closures for str::find
Christian Poveda
-2
/
+2
2017-10-17
added examples of closures
Christian Poveda
-1
/
+3
2017-09-27
Remove mem::transmute used in Box<str> conversions
Nikolai Vazquez
-5
/
+3
2017-09-14
Rollup merge of #44521 - rwakulszowa:str_utf16_doc, r=frewsxcv
Corey Farwell
-0
/
+13
2017-09-14
Rollup merge of #44497 - tommyip:doc_example, r=frewsxcv
Corey Farwell
-0
/
+11
2017-09-12
Add an example of std::str::encode_utf16
rwakulszowa
-0
/
+13
2017-09-11
Add doc example to str::from_boxed_utf8_unchecked
Tommy Ip
-0
/
+11
2017-09-11
Removed trailing whitespace
42triangles
-1
/
+1
2017-09-11
Added an example for `std::str::into_boxed_bytes()`
42triangles
-0
/
+11
2017-09-10
Rollup merge of #44467 - toidiu:ak-44382, r=frewsxcv
Guillaume Gomez
-7
/
+16
2017-09-09
documentation update to demonstrate mutability
toidiu
-7
/
+16
2017-09-09
Add doc examples for str::as_bytes_mut
Ethan Dagner
-0
/
+28
2017-08-24
Fix inconsistent doc headings
lukaramu
-1
/
+1
2017-08-05
Indicate how to turn byte slices back into a string slice.
Corey Farwell
-2
/
+9
2017-08-05
Update str::split_at_mut example to demonstrate mutability.
Corey Farwell
-6
/
+10
2017-08-04
Indicate why str::{get,get_mut} examples return None.
Corey Farwell
-5
/
+15
2017-07-25
std: Stabilize the `str_{mut,box}_extras` feature
Alex Crichton
-3
/
+3
2017-07-25
std: Stabilize `str_checked_slicing` feature
Alex Crichton
-8
/
+4
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-1
/
+1982
2017-04-24
More methods for str boxes.
Clar Charr
-0
/
+21
[prev]