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
/
library
/
core
/
src
/
str
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-02
Rollup merge of #78606 - autarch:patch-1, r=m-ou-se
Yuki Okushi
-1
/
+3
2020-11-01
Remove incorrect statement about line ending content in lines doc change
Dave Rolsky
-2
/
+2
2020-11-01
Rollup merge of #78073 - fusion-engineering-forks:inline, r=eddyb
Mara Bos
-0
/
+9
2020-10-31
Clarify handling of final line ending in str::lines()
Dave Rolsky
-1
/
+3
2020-10-29
Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik
Jonas Schievink
-8
/
+6
2020-10-21
switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable
Florian Warzecha
-1
/
+2
2020-10-18
Add #[inline] to {&str, &mut str}::default.
Mara Bos
-0
/
+2
2020-10-18
Add #[inline] to some core::str functions.
Mara Bos
-0
/
+7
2020-10-12
docs: Rewrap `str::strip_prefix` and `strip_suffix` back to 100
Ian Jackson
-8
/
+4
2020-10-12
docs: Reword `str::strip_prefix` and `strip_suffix` a bit
Ian Jackson
-8
/
+10
2020-09-26
Remove unneeded tidy comment
Lzu Tao
-2
/
+0
2020-09-26
Gather all ZST structs of str together
Lzu Tao
-26
/
+22
2020-09-26
Move functions converting bytes to str to new mod
Lzu Tao
-192
/
+8
2020-09-26
Move utf-8 validating helpers to new mod
Lzu Tao
-274
/
+6
2020-09-26
Move str's impl of iterations to new mod
Lzu Tao
-1246
/
+37
2020-09-26
Move traits implementation of str to new mod
Lzu Tao
-602
/
+2
2020-09-26
Move Utf8Error to new mod
Lzu Tao
-126
/
+5
2020-09-25
Rename Iterator::get_unchecked
Matthew Jasper
-3
/
+3
2020-09-18
Fixed some intra-docs links in library/core
Amjad Alsharafi
-16
/
+5
2020-08-23
Disambiguate char -> prim@char for `core`
Joshua Nelson
-2
/
+33
2020-08-20
Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa
bors
-6
/
+10
2020-08-19
Use min_specialization in libcore
Matthew Jasper
-6
/
+10
2020-08-19
Rollup merge of #75499 - jack-champagne:jack-champagne/issue-75412, r=Dylan-DPC
Yuki Okushi
-1
/
+1
2020-08-14
Auto merge of #75157 - rodrimati1992:patch-1, r=oli-obk
bors
-13
/
+9
2020-08-13
Fix documentation error
Jack Champagne
-1
/
+1
2020-08-13
Fixed transmute argument
rodrimati1992
-1
/
+1
2020-08-13
Replaced union with transmute
rodrimati1992
-10
/
+4
2020-08-06
Removed blank line that caused CI error
rodrimati1992
-1
/
+0
2020-08-06
Made formatting consistent with surrounding code
rodrimati1992
-5
/
+1
2020-08-05
Fixed mistake
rodrimati1992
-2
/
+2
2020-08-05
Added issue number, removed trailing whitespace
rodrimati1992
-2
/
+2
2020-08-04
Constified str::from_utf8_unchecked
rodrimati1992
-12
/
+19
2020-08-04
Avoid `unwrap_or_else` in str indexing
Tomasz Miąsko
-3
/
+12
2020-07-28
Add str::[r]split_once
Aleksey Kladov
-0
/
+41
2020-07-27
mv std libs to library/
mark
-0
/
+4807