about summary refs log tree commit diff
path: root/src/libcore/ascii.rs
AgeCommit message (Expand)AuthorLines
2019-11-26Format libcore with rustfmtDavid Tolnay-6/+12
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+1
2019-08-09Implement Clone, Display for ascii::EscapeDefaultClar Fon-0/+9
2019-07-02When possible without changing semantics, implement Iterator::last in terms o...Kyle Huey-0/+1
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-2/+0
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+2
2019-04-19libcore: deny more...Mazdak Farrokhzad-1/+1
2019-04-18libcore => 2018Taiki Endo-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-2/+2
2018-04-05Correct a few stability attributesOliver Middleton-2/+2
2018-03-06FusedIterator will be stabilized1011X-1/+1
2018-03-05Move tests, re-export items from core::ascii1011X-355/+1
2018-03-04Fix doc example, and change fn annotation to stable1011X-4/+3
2018-03-04Fix doc example1011X-0/+1
2018-03-04Fix unintended rename and a doc example1011X-1/+3
2018-03-04Added `ascii` module to core1011X-0/+499