summary refs log tree commit diff
path: root/library/core/src/num
AgeCommit message (Expand)AuthorLines
2022-09-13Fix doc of log functionNaokiM03-1/+1
2022-09-11Fix naming format of IEEE 754 standardLingMan-15/+15
2022-09-09Auto merge of #93873 - Stovent:big-ints, r=m-ou-sebors-0/+78
2022-09-04Add `inline(always)` to rt functionsDeadbeef-0/+4
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-17/+29
2022-08-30Make docs formulation more consistent for NonZero{int}yjhn-12/+12
2022-08-28Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcmbors-0/+200
2022-08-22Move error trait into coreJane Losare-Lusby-0/+32
2022-08-22Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-SimulacrumDylan DPC-2/+2
2022-08-21Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcmMatthias Krüger-14/+12
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-2/+2
2022-08-20Rollup merge of #100585 - wooorm:patch-1, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-08-17Rollup merge of #100661 - PunkyMunky64:patch-1, r=thomccMatthias Krüger-3/+3
2022-08-16Fixed a few documentation errorsPunkyMunky64-3/+3
2022-08-16Fixed a few documentation errorsPunkyMunky64-3/+3
2022-08-16Update src/test/assembly/x86_64-floating-point-clamp.rsAlex-14/+12
2022-08-15Fix trailing space showing up in exampleTitus-1/+1
2022-08-15Say that the identity holds only for all finite numbers (aka not NaN)Urgau-4/+4
2022-08-15Added tracking issue numbers for float_next_up_down.Orson Peters-4/+8
2022-08-15Added next_up and next_down for f32/f64.Orson Peters-0/+196
2022-08-09Rename integer log* methods to ilog*Eric Holk-50/+50
2022-07-24add miri-track-caller to some intrinsic-exposing methodsRalf Jung-0/+10
2022-07-20Rollup merge of #99452 - Stargateur:fix/typo, r=JohnTitorDylan DPC-3/+3
2022-07-19int_macros was only using to_xe_bytes_doc and not from_xe_bytes_docAntoine PLASKOWSKI-3/+3
2022-07-19Suggest a fix for `NonZero*` <- `*` coercion errorMaybe Waffle-0/+1
2022-07-11Clarify that [iu]size bounds were only defined for the target archSOFe-24/+32
2022-06-26Fix spelling in SAFETY commentWilfred Hughes-2/+2
2022-06-26Rollup merge of #97908 - iago-lito:stabilize_nonzero_checked_ops_constness, r...Matthias Krüger-26/+26
2022-06-26Update `since` to 1.64 (since we're after 1.63)scottmcm-26/+26
2022-06-09Stabilize NonZero* checked operations constness.Iago-lito-13/+13
2022-06-09Partial stabilization of "nonzero_unchecked_ops".Iago-lito-26/+26
2022-05-30Remove too long exampleStovent-58/+2
2022-05-30Correct signed bit int documentationStovent-10/+64
2022-05-30Implement carrying_add and borrowing_sub on signed numbersStovent-0/+80
2022-05-28Corrected EBNF grammar for from_strIsaac Chen-1/+0
2022-05-23Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPCDylan DPC-2/+4
2022-05-15Rename `eq_ignore_case` to `starts_with_ignore_case`gabriel-doriath-dohler-4/+4
2022-05-13Remove some unnecessary `rustc_allow_const_fn_unstable` attributes.Nicholas Nethercote-1/+0
2022-05-09Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplettMatthias Krüger-38/+120
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-110/+62
2022-05-04Update `int_roundings` methods from feedbackJacob Pratt-10/+32
2022-05-02Fix nitsPyry Kontio-8/+8
2022-05-02Rollup merge of #96567 - alex-semenyuk:fix_docs_for_logs_func, r=Mark-SimulacrumYuki Okushi-6/+6
2022-04-29Fix documentation for log functions intalexey semenyuk-3/+3
2022-04-29Fix documentation for log functions unsigned intalexey semenyuk-3/+3
2022-04-23Auto merge of #95971 - workingjubilee:no-weird-fp-in-const, r=oli-obkbors-18/+298
2022-04-22Remove unnecessary const-time x87-related checksJubilee Young-32/+16
2022-04-22Fix comments for float classifyJubilee Young-5/+11
2022-04-16Document the numeric value returned by string parsing for floatsMatthew Woodcraft-2/+4
2022-04-15Make some `usize`-typed masks definition agnostic to the size of `usize`Eduardo Sánchez Muñoz-0/+21