| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -401/+0 | |
| 2020-07-05 | Optimize is_ascii for &str and &[u8] | Thom Chiovoloni | -0/+56 | |
| 2019-12-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -66/+64 | |
| 2019-07-03 | Fix mismatching Kleene operators | Julien Cretin | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -3/+0 | |
| The trait and some of its methods are stable and will remain. Some of the newer methods are unstable and can be removed later. Fixes https://github.com/rust-lang/rust/issues/39658 | ||||
| 2018-03-12 | include AsciiExt in tests | 1011X | -1/+2 | |
| 2018-03-05 | Copy license into libcore/tests/ascii.rs | 1011X | -0/+10 | |
| 2018-03-05 | Move tests, re-export items from core::ascii | 1011X | -0/+349 | |
