about summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
2019-10-20Remove leading :: from paths in doc examplesMikko Rantanen-2/+2
2019-10-04Allow unused attributes to avoid incremental bugMark Rousskov-0/+1
2019-09-25Snap cfgs to new betaMark Rousskov-4/+1
2019-09-24Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fnOliver Scherer-3/+5
2019-08-31Fix word repetition in str documentationJulian Gehring-4/+4
2019-08-28add missing `#[repr(C)]` on a unionDodo-0/+1
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-42/+74
2019-07-29comments from @lzutaoMaximilian Roos-1/+1
2019-07-29impl Debug for CharsMaximilian Roos-1/+11
2019-07-18Fix clippy::len_zero warningsMateusz MikuĊ‚a-2/+2
2019-07-17Auto merge of #61339 - jridgewell:pointer-alignment, r=BurntSushibors-6/+3
2019-07-05Do not use pointer alignment on unsupported platformsJustin Ridgewell-1/+1
2019-07-04Rollup merge of #62316 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+15
2019-07-03Fixed document bug, those replaced each otherKohei Takahashi-16/+16
2019-07-02When possible without changing semantics, implement Iterator::last in terms o...Kyle Huey-0/+15
2019-06-10make sure to_ascii_lowercase actually leaves upper-case non-ASCII characters ...Ralf Jung-2/+2
2019-06-08Add examples for make_ascii_{uppercase, lowercase}Napen123-0/+20
2019-05-29Optimize pointer alignment in utf8 validationJustin Ridgewell-6/+3
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-20/+0
2019-05-14Rollup merge of #60443 - RalfJung:as_ptr, r=SimonSapinMazdak Farrokhzad-0/+4
2019-05-14Rollup merge of #60130 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+20
2019-05-02clarify wordingRalf Jung-3/+2
2019-05-01as_ptr returns a read-only pointerRalf Jung-0/+5
2019-04-29Rollup merge of #60356 - JohnTitor:stabilize-as-mut-ptr, r=CentrilMazdak Farrokhzad-1/+1
2019-04-29Rollup merge of #59946 - mernen:patch-2, r=ehussMazdak Farrokhzad-1/+1
2019-04-29Stabilize str::as_mut_ptrYuki OKUSHI-1/+1
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+2
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+20
2019-04-19Rollup merge of #60098 - Centril:libcore-deny-more, r=varkorMazdak Farrokhzad-25/+25
2019-04-19Rollup merge of #60023 - koalatux:nth-back, r=scottmcmMazdak Farrokhzad-0/+5
2019-04-19libcore: deny more...Mazdak Farrokhzad-25/+25
2019-04-18libcore => 2018Taiki Endo-20/+19
2019-04-16implement nth_back for BytesAdrian Friedli-0/+5
2019-04-13Fix equivalent string in escape_defaultDaniel Luz-1/+1
2019-04-12Fix paste error in split_ascii_whitespace docs.Scott Olson-1/+1
2019-03-22add suggestions to trim_{left,right} deprecationsAndy Russell-4/+20
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-4/+4
2019-02-27Replace `s` with `self` in docs for str methods taking self.Trevor Spiteri-3/+3
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-1/+1
2019-02-17Use more impl header lifetime elisionScott McMurray-1/+1
2019-02-13Rollup merge of #58200 - RalfJung:str-as-mut-ptr, r=SimonSapinMazdak Farrokhzad-7/+23
2019-02-12Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichtonbors-114/+243
2019-02-12Add doctests for str::escape_*Simon Sapin-3/+93
2019-02-12Move str::escape_* to libcoreSimon Sapin-1/+125
2019-02-12Add internal impl_fn_for_zst macro for "named closure types"Simon Sapin-113/+28
2019-02-10libs: doc commentsAlexander Regueiro-9/+9
2019-02-10tests: doc commentsAlexander Regueiro-10/+10
2019-02-10rustc: doc commentsAlexander Regueiro-4/+4
2019-02-07also fix bad use of shared ref in split_at_mutRalf Jung-1/+1
2019-02-06add tracking issueRalf Jung-1/+1