about summary refs log tree commit diff
path: root/library/core/src/primitive_docs.rs
AgeCommit message (Expand)AuthorLines
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
2023-11-04Rollup merge of #116894 - joshlf:patch-12, r=RalfJungMatthias Krüger-1/+8
2023-11-04avoid acronyms when we don't really need themRalf Jung-12/+11
2023-11-04document ABI compatibilityRalf Jung-1/+105
2023-11-03clarify that the str invariant is a safety, not validity, invariantRalf Jung-6/+13
2023-10-31Accept less invalid Rust in rustdocOli Scherer-20/+0
2023-10-25Update library/core/src/primitive_docs.rsJoshua Liebow-Feeser-0/+4
2023-10-18Guarantee that `char` has the same size and alignment as `u32`Joshua Liebow-Feeser-1/+4
2023-10-02Clarify float rounding direction for signed zeroOrson Peters-4/+6
2023-09-18get rid of duplicate primitive_docsRalf Jung-13/+10
2023-08-29fix std::primitive doc: homogenous -> homogeneousMeng Xiangzhuo-3/+3
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-1/+1
2023-05-08Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors-0/+1
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-0/+1
2023-05-03Mention array<->tuple convs in docsMaybe Waffle-0/+20
2023-04-28handle cfg(bootstrap)Pietro Albini-50/+25
2023-04-12remove some unneeded importsKaDiWa-6/+0
2023-04-07Document that `&T` and `&mut T` are `Sync` if `T` isMaybe Waffle-0/+1
2023-03-30Replace doc(primitive) with rustc_doc_primitiveGuillaume Gomez-25/+50
2023-03-15unequal → not equalgimbles-1/+1
2023-02-27Clarify that Copy is a trait in array docsCoca162-1/+1
2023-02-27Update docs to show [expr; N] can repeat const exprCoca162-2/+4
2022-11-22disable strict-provenance-violating doctests in MiriRalf Jung-0/+2
2022-09-10array docs - advertise how to get array from sliceDoug Cook (WINDOWS)-1/+22
2022-08-26Add the syntax of references to their documentation summary.Kevin Reid-1/+1
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-8/+53
2022-08-12Adjust cfgsMark Rousskov-5/+4
2022-07-19Improve the function pointer docsMichael Howell-10/+50
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-2/+2
2022-07-01update cfg(bootstrap)sPietro Albini-2/+2
2022-06-14rustdoc: change "variadic tuple" notation to look less like real syntaxMichael Howell-4/+4
2022-06-11Update library/core/src/primitive_docs.rsMichael Howell-1/+1
2022-06-11Add test case for #trait-implementations-1 linkMichael Howell-0/+2
2022-06-11Re-add explicit list of traits to tuple docs, with limit notesMichael Howell-5/+34
2022-06-11Use relative path for addressing things in rust-lang/rustMichael Howell-2/+2
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-2/+2
2022-06-08Fix bootstrap attrMichael Howell-2/+2
2022-06-08rustdoc: fixed messed-up rustdoc auto trait implsMichael Howell-1/+1
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-18/+7
2022-06-07docs: show Clone and Copy on () doc pagesMichael Howell-0/+34
2022-06-07rustdoc: show auto/blanket docs for tuple and unitMichael Howell-0/+10
2022-05-24Rollup merge of #97321 - RalfJung:int-to-fnptr, r=Dylan-DPCDylan DPC-0/+26