summary refs log tree commit diff
path: root/library/core/src/char
AgeCommit message (Expand)AuthorLines
2021-03-19Stabilize `assoc_char_funcs` and `assoc_char_consts`bstrie-7/+7
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-2/+1
2021-02-23Update since attributes for new const_ascii_methods_on_intrinsics to 1.52.0Ryan Lopopolo-5/+5
2021-02-23Remove const from iterator fnsRyan Lopopolo-4/+2
2021-02-23Make char methods constYenForYang-8/+15
2021-02-23Rollup merge of #81837 - gilescope:to_ascii_speedups, r=dtolnayDylan DPC-2/+10
2021-02-15Update methods.rsSquirrel-1/+0
2021-02-15Use wrapping subSquirrel-1/+1
2021-02-14Simpler way to convert to digitGiles Cope-7/+6
2021-02-13no need to check assertion on fast path.Giles Cope-2/+2
2021-02-12Slightly more explicitGiles Cope-3/+11
2021-02-08Unify way to flip 6th bit. (Same assembly generated)Giles Cope-4/+1
2021-02-06Pulling out constant.Giles Cope-4/+5
2021-02-06Slight perf improvement on char::to_ascii_lowercaseGiles Cope-2/+4
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-30Back to #method for links on charAlexis Bourget-13/+13
2020-11-30Use core::primitive module instead of prim@Alexis Bourget-13/+13
2020-11-30Intra doc links for the char primitiveAlexis Bourget-28/+23
2020-11-28Implement From<char> for u64 and u128.Julian Wollersberger-0/+42
2020-10-05Use matches! for core::char methodsIvan Tham-40/+10
2020-08-24Use intra-doc-links in `core::{char, macros, fmt}`LeSeulArtichaut-11/+5
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/+2639