about summary refs log tree commit diff
path: root/library/core/src/char/convert.rs
AgeCommit message (Expand)AuthorLines
2025-09-01Constify conversion traitsltdk-9/+19
2025-08-26remove deprecated Error::description in implsMarijn Schouten-11/+6
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-5/+10
2025-05-21Add some track_caller info to precondition panicsBen Kimock-0/+1
2025-05-12update cfg(bootstrap)Pietro Albini-2/+2
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-0/+2
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-12/+4
2024-09-08add FIXME(const-hack)Ralf Jung-1/+1
2024-03-25Import the 2021 prelude in the core crateDaniel Paoliello-1/+0
2024-03-23move assert_unsafe_preconditions to its own fileRalf Jung-1/+1
2024-03-08Distinguish between library and lang UB in assert_unsafe_preconditionBen Kimock-0/+1
2024-02-08Rewrite assert_unsafe_precondition around the new intrinsicBen Kimock-1/+1
2023-12-15Use assert_unsafe_precondition for char::from_u32_uncheckedChris Denton-1/+8
2023-10-03Bump version placeholdersMark Rousskov-1/+1
2023-07-25`impl TryFrom<char> for u16`Lukas Markeffsky-2/+36
2023-04-16rm const traits in libcoreDeadbeef-8/+4
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-15/+13
2022-09-29Split out from_u32_unchecked from const_char_convertest31-1/+0
2022-07-05Fix links in std/core documentationGuillaume Gomez-2/+2
2022-04-01Avoid duplication of doc comments in `std::char` constants and functions.Eduardo Sánchez Muñoz-132/+7
2022-03-07Add missing documentation for std::char typesGuillaume Gomez-1/+6
2022-02-17fixMario Carneiro-2/+0
2022-02-17Optimize char_try_from_u32Mario Carneiro-1/+14
2022-01-07Implement `TryFrom<char>` for `u8`Ian Douglas Scott-0/+15
2021-11-19Rollup merge of #89258 - est31:const_char_convert, r=oli-obkYuki Okushi-10/+22
2021-10-18Make more `From` impls `const`woppopo-4/+8
2021-10-16Make char conversion functions unstably constest31-10/+22
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+3
2021-01-10Rollup merge of #79502 - Julian-Wollersberger:from_char_for_u64, r=withoutboatsYuki Okushi-0/+42
2021-01-09Update the stabilisation version.Julian Wollersberger-2/+2
2020-12-28Add "chr" as doc alias to char::from_u32Konrad Borowski-0/+1
2020-11-28Implement From<char> for u64 and u128.Julian Wollersberger-0/+42
2020-08-15Link to primitive instead of moduleDenis Vasilik-6/+0
2020-08-15Use intra-doc linksDenis Vasilik-8/+4
2020-07-27mv std libs to library/mark-0/+300