summary refs log tree commit diff
path: root/library/core/src/primitive_docs.rs
AgeCommit message (Expand)AuthorLines
2024-10-08Add docs about slicing slices at the endsAngelicosPhosphoros-0/+21
2024-10-05Fix typo in primitive_docs.rsJacob Lifshay-1/+1
2024-09-21ABI compatibility: mention Result guaranteeRalf Jung-0/+2
2024-09-02Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workingjubileeMatthias Krüger-2/+3
2024-09-01add extra linebreaks so rustdoc can identify the first sentencebinarycat-2/+3
2024-08-30enumerate the two parts of the NaN rulesRalf Jung-20/+21
2024-08-30add hyphen in floating-pointRalf Jung-12/+12
2024-08-29f32 docs: define 'arithmetic' operationsRalf Jung-16/+19
2024-08-27Rollup merge of #129645 - beetrees:fix-float-docs, r=tgross35Matthias Krüger-8/+6
2024-08-27Reflow a couple of paragraphs in floating-point primitive docsbeetrees-6/+4
2024-08-27Fix typos in floating-point primitive type docsbeetrees-3/+3
2024-08-26move per-target NaN info into a tableRalf Jung-7/+14
2024-08-26float types: document NaN bit pattern guaranteesRalf Jung-0/+71
2024-08-01Add a disclaimer about x86 `f128` math functionsTrevor Gross-0/+3
2024-05-22Rollup merge of #125043 - RalfJung:ref-type-safety-invariant, r=scottmcmLeón Orell Valerian Liehr-5/+8
2024-05-12reference type safety invariant docs: clarificationRalf Jung-5/+8
2024-05-11References must also be non-nullJoshua Liebow-Feeser-0/+1
2024-05-11Relax slice safety requirementsJoshua Liebow-Feeser-1/+1
2024-05-05Rollup merge of #124750 - ultrabear:ultrabear_softfloatdoc, r=workingjubileeGuillaume Gomez-0/+12
2024-05-04Make f128 docs mention lack of any normal platform supportAlex H-5/+5
2024-05-04Make f16 and f128 docs clearer on platform supportAlex H-4/+11
2024-05-04Tgross feedback tweaksAlex H-5/+4
2024-05-02fixup links in never type docsWaffle Maybe-3/+3
2024-05-02Slightly reformat !'s docs after applying github suggestionsWaffle Lapkin-5/+7
2024-05-02Apply suggestions from code reviewWaffle Maybe-8/+7
2024-04-27Apply suggestions from code reviewWaffle Maybe-4/+9
2024-04-26Document never type fallback in `!`'s docsWaffle Lapkin-0/+41
2024-04-15Use fake libc in core testChris Denton-2/+6
2024-04-13doc note that f16 and f128 hardware support is limitedultrabear-0/+6
2024-04-10Add primitive documentation for `f16` and `f128`Trevor Gross-0/+30
2024-02-22Use generic `NonZero` everywhere in `core`.Markus Reiter-5/+4
2024-02-11Rollup merge of #120880 - RalfJung:vtable-fnptr-partialeq, r=cuviperMatthias Krüger-0/+5
2024-02-10add note on comparing vtables / function pointersRalf Jung-0/+5
2024-02-05Remove some invalid cfg(doc) codeOli Scherer-36/+0
2024-01-29Rollup merge of #116677 - joshlf:patch-11, r=RalfJungDylan DPC-0/+24
2024-01-27Update primitive_docs.rsJoshua Liebow-Feeser-7/+12
2024-01-25Update primitive_docs.rsJoshua Liebow-Feeser-0/+4
2024-01-19Rollup merge of #119907 - asquared31415:fn_trait_docs, r=NilstriebMatthias Krüger-8/+2
2024-01-12update fn pointer trait impl docsasquared31415-8/+2
2024-01-12fix typo in `fn()` docsasquared31415-3/+3
2023-12-29Primitive docs: fix confusing `Send` in `&T`'s listMiguel Ojeda-1/+3
2023-12-17do not allow ABI mismatches inside repr(C) typesRalf Jung-2/+0
2023-12-11Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrumbors-4/+5
2023-11-26rustdoc: Remove space from fake-variadic fn ptr implsMaybe Waffle-1/+1
2023-11-18guarantee that char and u32 are ABI-compatibleRalf Jung-4/+5
2023-11-17Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-SimulacrumMatthias Krüger-1/+109
2023-11-17linking in general has more pitfalls than just call ABIRalf Jung-2/+3
2023-11-11clarify ABI compatibility of fn ptr types and ptr typesRalf Jung-9/+9
2023-11-10add 'import functions' to the list of situations where ABI compatibility come...Ralf Jung-5/+8
2023-11-04Rollup merge of #117534 - RalfJung:str, r=Mark-SimulacrumMatthias Krüger-11/+17