about summary refs log tree commit diff
path: root/src/libstd/ascii.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-213/+0
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-7/+19
2019-11-29Format libstd with rustfmtDavid Tolnay-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-30Remove unstable and deprecated APIsSimon Sapin-310/+0
2018-07-08Update std::ascii::ASCIIExt deprecation notesKevin Zajler-10/+30
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-0/+17
2018-03-05Remove unnecessary imports1011X-4/+0
2018-03-05Move tests, re-export items from core::ascii1011X-474/+3
2018-02-24Fixes docs for ASCII functions to no longer claim U+0021 is '@'.Nathan Ringo-1/+1
2017-12-30Fix doc typo for is_ascii_graphicvarkor-1/+1
2017-11-29Update bootstrap compilerAlex Crichton-200/+0
2017-11-18Remove inherent `ascii_ctype` methods from `str` and `[u8]`Lukas Kalbertodt-43/+166
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-3/+5
2017-11-03Copy `AsciiExt` methods to `str` directlyLukas Kalbertodt-3/+13
2017-11-03Copy `AsciiExt` methods to `[u8]` directlyLukas Kalbertodt-0/+10
2017-11-03Remove examples in doc-comments of `AsciiExt` methodsLukas Kalbertodt-319/+48
2017-11-03Use direct implementation on u8/char to implement AsciiExtLukas Kalbertodt-280/+41
2017-11-03Revert signature of eq_ignore_ascii_case() to originalLukas Kalbertodt-1/+1
2017-11-03Add all methods of AsciiExt to u8 directlyLukas Kalbertodt-1/+1
2017-10-20Fix most rendering warnings from switching to CommonMarksteveklabnik-1/+3
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-3/+2
2017-04-01Add more std::ascii module-level docs.Eugene Bulkin-0/+14
2017-04-01Clean up std::ascii sub-level docs.Eugene Bulkin-8/+44
2017-03-27Fixed spelling mistakesAlan Stoate-2/+2
2017-03-26change string references in asciiext r? @steveklabnikaStoate-9/+15
2017-02-13Add feature annotations to the doctests for ascii_ctype.Zack Weinberg-0/+20
2017-02-13Squeeze URL lines under 100 chars wide to make tidy happy.Zack Weinberg-7/+7
2017-02-08Add equivalents of C's <ctype.h> functions to AsciiExt.Zack Weinberg-0/+838
2017-01-29Fix a few impl stability attributesOliver Middleton-1/+1
2017-01-22Add more references between lowercase/uppercase operations.Corey Farwell-2/+30
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+8
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-3/+0
2016-08-18Add a FusedIterator trait.Steven Allen-0/+4
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-6/+2
2016-03-26Rollup merge of #32387 - alexcrichton:ascii-test, r=aturonManish Goregaokar-0/+6
2016-03-20std: Add regression test for #32074Alex Crichton-0/+6
2016-03-17std: Revert addition of `into_ascii_*` methodsAlex Crichton-102/+0
2016-03-07Auto merge of #32051 - steveklabnik:gh9447, r=blussbors-1/+1
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-03-03std: Stabilize `into_*` ASCII methodsAlex Crichton-8/+4
2016-03-01Auto merge of #31335 - SimonSapin:ascii-into, r=alexcrichtonbors-0/+106
2016-02-14Rollup merge of #31584 - tshepang:shorten, r=steveklabnikManish Goregaokar-5/+5
2016-02-11doc: assert_eq on 2 boolean values is redundantTshepang Lekhonkhobe-5/+5
2016-02-11doc: add missing wordsTshepang Lekhonkhobe-1/+1
2016-02-04Clarify scenario where AsciiExt appears to operate on non-ASCIICorey Farwell-0/+21
2016-02-01Add AsciiExt::into_ascii_{upper,lower}caseSimon Sapin-0/+106
2015-08-15std: Add issues to all unstable featuresAlex Crichton-2/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-85/+14
2015-08-09Make `str::as_bytes_mut` privateTobias Bucher-2/+3