summary refs log tree commit diff
path: root/library/core/src/num
AgeCommit message (Expand)AuthorLines
2021-04-25Fix 'const-stable since' of reverse_bitsPaolo Barbolini-2/+2
2021-04-21Rollup merge of #84251 - RalfJung:non-zero-const-since, r=kennytmMara Bos-14/+14
2021-04-17Auto merge of #84061 - AngelicosPhosphoros:issue-75598-add-inline-always-arit...bors-68/+68
2021-04-16fix 'const-stable since' for NonZeroU*::new_uncheckedRalf Jung-14/+14
2021-04-13Auto merge of #84086 - m-ou-se:stabilze-is-subnormal, r=dtolnaybors-4/+2
2021-04-11Add some #[inline(always)] to arithmetic methods of integersAngelicosPhosphoros-68/+68
2021-04-11Stabilize nonzero_leading_trailing_zerosAndreas Jonson-6/+4
2021-04-11Stabilize is_subnormal.Mara Bos-4/+2
2021-03-28Add escape_default method to u8 and [u8]ltdk-0/+26
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-2/+4
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-31/+13
2021-03-26Use iter::zip in library/Josh Stone-2/+4
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-6/+4
2021-03-24Bump int_bits_const stable version to 1.53.Mara Bos-2/+2
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-4/+2
2021-03-22Preserve signed zero on roundtripJubilee Young-26/+6
2021-03-22Add ability to read NaN/InfinityJubilee Young-5/+7
2021-03-22Fix asm! from AT&T to Intel syntaxJosh Stone-2/+2
2021-03-22Update the minimum external LLVM to 10Josh Stone-4/+2
2021-03-22Auto merge of #82680 - jturner314:div_euclid-docs, r=JohnTitorbors-4/+4
2021-03-02Rollup merge of #80189 - jyn514:convert-primitives, r=poliorceticsYuki Okushi-45/+43
2021-03-01Fix inequality in docs for div_euclidJim Turner-4/+4
2021-03-01Change twice used large const table to staticDavid Tolnay-1/+1
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-45/+43
2021-02-25Rollup merge of #82078 - lopopolo:char-u8-const-fn, r=m-ou-seDylan DPC-4/+7
2021-02-23Make ascii_change_case_unchecked constRyan Lopopolo-1/+1
2021-02-23Update since attributes for new const_ascii_methods_on_intrinsics to 1.52.0Ryan Lopopolo-3/+3
2021-02-23Make char methods constYenForYang-3/+6
2021-02-23Fix linkJoshua Nelson-1/+1
2021-02-23Convert core/num/mod.rs to intra-doc linksJoshua Nelson-41/+33
2021-02-23Rollup merge of #81837 - gilescope:to_ascii_speedups, r=dtolnayDylan DPC-2/+11
2021-02-20Auto merge of #81427 - klensy:eat-digits, r=m-ou-sebors-5/+2
2021-02-19simplify eat_digitsklensy-5/+2
2021-02-14Move const def nearer usage.Giles Cope-3/+3
2021-02-12Slightly more explicitGiles Cope-1/+9
2021-02-10Rollup merge of #81904 - jhpratt:const_int_fn-stabilization, r=jyn514Yuki Okushi-28/+28
2021-02-08Bump stabilization version for const int methodsJacob Pratt-28/+28
2021-02-08Unify way to flip 6th bit. (Same assembly generated)Giles Cope-2/+3
2021-02-08Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnaybors-28/+28
2021-02-03Revert stabilizing integer::BITS.Mara Bos-2/+4
2021-01-31stabilize int_bits_constAshley Mannix-4/+2
2021-01-30Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-seYuki Okushi-3/+3
2021-01-23Fix small typoDavid-1/+1
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-62/+207
2021-01-16Add NonZeroUn::is_power_of_twoScott McMurray-0/+40
2021-01-14Stabilize intrinsics as constJacob Pratt-4/+0
2021-01-13Use unsigned_abs throughout repositoryJacob Pratt-1/+1
2021-01-13Stabilize remaining integer methods as `const fn`Jacob Pratt-28/+32
2021-01-12Stabilize unsigned_absJacob Pratt-2/+2
2020-12-30Fix typos.Mara Bos-2/+2