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
Age
Commit message (
Expand
)
Author
Lines
2020-09-26
Move functions converting bytes to str to new mod
Lzu Tao
-194
/
+202
2020-09-26
Move utf-8 validating helpers to new mod
Lzu Tao
-279
/
+288
2020-09-26
Move str's impl of iterations to new mod
Lzu Tao
-1246
/
+1292
2020-09-26
Move traits implementation of str to new mod
Lzu Tao
-602
/
+599
2020-09-26
Move Utf8Error to new mod
Lzu Tao
-126
/
+134
2020-09-25
Rename Iterator::get_unchecked
Matthew Jasper
-3
/
+3
2020-09-18
Fixed some intra-docs links in library/core
Amjad Alsharafi
-17
/
+6
2020-08-23
Disambiguate char -> prim@char for `core`
Joshua Nelson
-2
/
+33
2020-08-22
Rollup merge of #75782 - GuillaumeGomez:more-links, r=jyn514
Dylan DPC
-57
/
+57
2020-08-22
Add more links
Guillaume Gomez
-46
/
+55
2020-08-21
Convert links to intra-doc links format
Guillaume Gomez
-11
/
+2
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
/
+6606
[prev]