summary refs log tree commit diff
path: root/library/core/src/str/mod.rs
AgeCommit message (Expand)AuthorLines
2024-03-02const_eval_select: make it safe but be careful with what we expose on stable ...Ralf Jung-0/+1
2024-02-20docs: add missing "the" to `str::strip_prefix` docMalobre-2/+2
2024-02-09Change wordingVenus Xeon-Blonde-7/+6
2024-02-07Fix whitespace issues that tidy caughtVenus Xeon-Blonde-4/+4
2024-02-07Add documentation on `str::starts_with`Venus Xeon-Blonde-0/+14
2024-01-26Rollup merge of #119466 - Sky9x:str_from_raw_parts, r=dtolnayMatthias Krüger-0/+3
2024-01-21reviewMichal Nazarewicz-2/+2
2024-01-20core: introduce split_at{,_mut}_checkedMichal Nazarewicz-18/+111
2023-12-31Initial implementation of `str::from_raw_parts[_mut]`Sky-0/+3
2023-12-12Add ASCII whitespace trimming functions to `&str`okaneco-0/+79
2023-10-29Increase the reach of panic_immediate_abortBen Kimock-0/+6
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-3/+3
2023-10-08Bump to latest betaMark Rousskov-2/+2
2023-10-06Rollup merge of #115454 - vwkd:patch-1, r=scottmcmGuillaume Gomez-1/+1
2023-10-03Bump version placeholdersMark Rousskov-1/+1
2023-09-16Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726bors-0/+2
2023-09-01Update mod.rsvwkd-1/+1
2023-09-01Const-stabilize `is_ascii`Scott McMurray-1/+1
2023-08-22Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj...bors-1/+1
2023-08-21Add `suggestion` for some `#[deprecated]` itemsDmitry Murzin-1/+1
2023-08-15Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-sebors-4/+3
2023-08-15Fix typo.Mara Bos-1/+1
2023-08-06Add #[rustc_never_returns_null_ptr] to std functionsest31-0/+2
2023-07-30Rollup merge of #113512 - vallentin:lines-doc, r=workingjubileefee1-dead-3/+8
2023-07-26Fix URL for `rmatches`Veera-1/+1
2023-07-09Updated lines doc to include trailing carriage return notevallentin-3/+8
2023-06-26str docs: remove "Basic usage" text where not usefulTshepang Mbambo-40/+0
2023-06-07Don't panic in ceil_char_boundaryltdk-4/+3
2023-05-04Constify `[u8]::is_ascii` (unstably)Scott McMurray-2/+3
2023-05-03Add the basic `ascii::Char` typeScott McMurray-0/+11
2023-04-16core is now compilableDeadbeef-13/+5
2023-04-16rm const traits in libcoreDeadbeef-6/+5
2023-03-30add comment to `impl !Error for &str`Lukas Markeffsky-0/+1
2023-03-23Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDentonDylan DPC-5/+5
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-1/+1
2022-12-17str.lines() docstring: clarify that line endings are not returnedStefano Zacchiroli-2/+4
2022-12-07Make some trivial functions `#[inline(always)]`Eduardo Sánchez Muñoz-2/+2
2022-11-24Document split{_ascii,}_whitespace() for empty stringsVojtech Kral-0/+12
2022-10-06Fix handling of trailing bare CR in str::linesKonrad Borowski-4/+4
2022-10-06Rename LinesAnyMap to LinesMapKonrad Borowski-2/+2
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-0/+2
2022-08-22Move error trait into coreJane Losare-Lusby-0/+4
2022-08-20Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-3/+3
2022-08-05ascii -> ASCII in code commentXavier Noria-1/+1
2022-06-13Document an edge case of `str::split_once`Imbolc-0/+1
2022-05-19Say "last" instead of "rightmost" in the documentation for `std::str::rfind`.Dan Gohman-1/+1
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-17/+9
2022-04-07Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPCbors-2/+2