about summary refs log tree commit diff
path: root/src/libcore/str/lossy.rs
AgeCommit message (Expand)AuthorLines
2020-01-16Elaborate on SAFETY commentsPhoebe Bell-4/+5
2020-01-16Document unsafe blocks in core::{cell, str, sync}Phoebe Bell-2/+4
2019-12-22Format the worldMark Rousskov-25/+23
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-3/+3
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-07-18Fix clippy::len_zero warningsMateusz MikuĊ‚a-2/+2
2019-04-19libcore: deny more...Mazdak Farrokhzad-3/+3
2019-04-18libcore => 2018Taiki Endo-5/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-26Remove unsafe `unsafe` inner function.Corey Farwell-5/+2
2018-08-04Remove explicit returns where unnecessaryljedrz-1/+1
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-7/+7
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-0/+212