aboutsummaryrefslogtreecommitdiff
path: root/src/extern_type.rs
AgeCommit message (Expand)Author
2022-05-09Suppress bad unused_attributes lint on doc(hidden) attrDavid Tolnay
2021-12-08Mark feature-gated APIs in rendered rustdocDavid Tolnay
2021-12-07Add alloc feature behind feature gateDavid Tolnay
2021-04-16deny(missing_docs) at crate rootDavid Tolnay
2021-02-16Hide Id associated types from ExternType impl rustdocsDavid Tolnay
2020-11-29Fill in some ExternType impls for builtin typesDavid Tolnay
2020-11-11Enforce unsafe surrounding block on safe-to-call functionsDavid Tolnay
2020-11-11Update cxx::bridge modules to use extern "C++" as the ABIDavid Tolnay
2020-11-01Switch to namespace = "quoted::path" in docs and testsDavid Tolnay
2020-10-05Tweak wording of the triviality requirementDavid Tolnay
2020-10-03Seal the Kind traitDavid Tolnay
2020-10-03Add trait bound to ExternType::KindDavid Tolnay
2020-10-03Make kind::Opaque and kind::Trivial impossible to instantiateDavid Tolnay
2020-10-03Update documentation of ExternType::KindDavid Tolnay
2020-10-03Show only the associated type being discussedDavid Tolnay
2020-10-03Move overview of extern type kinds to the Kind associated typeDavid Tolnay
2020-10-03Update documentation of Opaque and Trivial markersDavid Tolnay
2020-10-03Add documentation of cxx::kind moduleDavid Tolnay
2020-10-03Move Opaque and Trivial marker types under a ::kind moduleDavid Tolnay
2020-09-30Documenting ExternType::Kind.Adrian Taylor
2020-09-30Allow aliases and C++ opaque types to be trivial.Adrian Taylor
2020-05-08Document ExternType traitDavid Tolnay
2020-05-07Type alias code generationDavid Tolnay