summary refs log tree commit diff
path: root/library/core/src/str/mod.rs
AgeCommit message (Expand)AuthorLines
2020-09-28Rename Iterator::get_unchecked -> Iterator::__iterator_get_uncheckedMark Rousskov-2/+2
2020-08-23Disambiguate char -> prim@char for `core`Joshua Nelson-2/+33
2020-08-20Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisabors-6/+10
2020-08-19Use min_specialization in libcoreMatthew Jasper-6/+10
2020-08-19Rollup merge of #75499 - jack-champagne:jack-champagne/issue-75412, r=Dylan-DPCYuki Okushi-1/+1
2020-08-14Auto merge of #75157 - rodrimati1992:patch-1, r=oli-obkbors-13/+9
2020-08-13Fix documentation errorJack Champagne-1/+1
2020-08-13Fixed transmute argumentrodrimati1992-1/+1
2020-08-13Replaced union with transmuterodrimati1992-10/+4
2020-08-06Removed blank line that caused CI errorrodrimati1992-1/+0
2020-08-06Made formatting consistent with surrounding coderodrimati1992-5/+1
2020-08-05Fixed mistakerodrimati1992-2/+2
2020-08-05Added issue number, removed trailing whitespacerodrimati1992-2/+2
2020-08-04Constified str::from_utf8_uncheckedrodrimati1992-12/+19
2020-08-04Avoid `unwrap_or_else` in str indexingTomasz Miąsko-3/+12
2020-07-28Add str::[r]split_onceAleksey Kladov-0/+41
2020-07-27mv std libs to library/mark-0/+4807