| Age | Commit message (Expand) | Author | Lines |
| 2022-04-16 | No need to check the assert all the time. | Giles Cope | -1/+1 |
| 2022-04-10 | Rollup merge of #95566 - eduardosm:std_char_consts_and_methods, r=Mark-Simula... | Dylan DPC | -203/+54 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-04-06 | Update documentation for `trim*` and `is_whitespace` to include newlines | Deadbeef | -0/+3 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-04-01 | Avoid duplication of doc comments in `std::char` constants and functions. | Eduardo Sánchez Muñoz | -203/+54 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -1/+1 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -1/+1 |
| 2022-03-27 | Debug print char 0 as '\0' rather than '\u{0}' | David Tolnay | -0/+1 |
| 2022-03-21 | Add u16::is_utf16_surrogate | ltdk | -2/+2 |
| 2022-03-11 | Rollup merge of #87618 - GuillaumeGomez:std-char-types-doc, r=jyn514,camelid | Dylan DPC | -1/+6 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -5/+5 |
| 2022-03-07 | Add missing documentation for std::char types | Guillaume Gomez | -1/+6 |
| 2022-02-17 | fix | Mario Carneiro | -2/+0 |
| 2022-02-17 | Optimize char_try_from_u32 | Mario Carneiro | -1/+14 |
| 2022-01-31 | Rollup merge of #93392 - GKFX:char-docs, r=scottmcm | Matthias Krüger | -12/+22 |
| 2022-01-30 | (#93392) Update char::MAX docs and core::char::MAX | George Bateman | -12/+22 |
| 2022-01-30 | Fix an edge case in `chat::DecodeUtf16::size_hint` | Maybe Waffle | -11/+19 |
| 2022-01-28 | Fix wrong assumption in `DecodeUtf16::size_hint` | Maybe Waffle | -4/+9 |
| 2022-01-27 | Clarify documentation on char::MAX | George Bateman | -4/+4 |
| 2022-01-27 | Make char::DecodeUtf16::size_hist more precise | Maybe Waffle | -3/+15 |
| 2022-01-07 | Implement `TryFrom<char>` for `u8` | Ian Douglas Scott | -0/+27 |
| 2021-12-23 | Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnay | Matthias Krüger | -0/+34 |
| 2021-12-22 | Update stability attribute for double ended case mapping iterators | David Tolnay | -2/+2 |
| 2021-11-19 | Turn all 0x1b_u8 into '\x1b' or b'\x1b' | r00ster91 | -10/+10 |
| 2021-11-19 | Rollup merge of #89258 - est31:const_char_convert, r=oli-obk | Yuki Okushi | -15/+32 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+1 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -4/+8 |
| 2021-10-16 | Make char conversion functions unstably const | est31 | -15/+32 |
| 2021-10-11 | Add #[must_use] to to_value conversions | John Kugelman | -1/+3 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -1/+7 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -1/+7 |
| 2021-10-10 | Rollup merge of #89719 - jkugelman:must-use-char-escape-methods, r=joshtriplett | Matthias Krüger | -0/+6 |
| 2021-10-09 | Add #[must_use] to char escape methods | John Kugelman | -0/+6 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+19 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+6 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -1/+1 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -6/+6 |
| 2021-09-11 | Allow reverse iteration of lowercase'd/uppercase'd chars | Michael Spector | -0/+34 |
| 2021-09-03 | Add a missing backtick | patrick-gu | -1/+1 |
| 2021-09-03 | Remove excessive linking | patrick-gu | -31/+29 |
| 2021-08-29 | Add links in docs for some primitive types | patrick-gu | -37/+41 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-07-29 | Add missing links for core::char types | Guillaume Gomez | -0/+7 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -9/+9 |
| 2021-06-10 | Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisa | bors | -15/+9 |
| 2021-06-10 | Further simplification of to_digit | Giles Cope | -15/+9 |
| 2021-06-02 | Update expressions where we can use array's IntoIterator implementation | Muhammad Mominul Huque | -2/+2 |
| 2021-03-26 | Update char::escape_debug_ext to handle different escapes in strings vs. chars | Ömer Sinan Ağacan | -6/+31 |