summaryrefslogtreecommitdiff
path: root/libc/docs/dev/code_style.rst
AgeCommit message (Expand)Author
2025-06-23[libc] Fix broken links in libc (#145199)Shubh Pachchigar
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-05-14[libc] Fix typos in documentation (#139852)Kazu Hirata
2024-07-03[libc] Add LIBC_NAMESPACE_DECL macro (#97109)PiJoules
2024-04-22[libc][docs] codify Policy on Assembler Sources (#88185)Nick Desaulniers
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers
2024-03-27[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer
2024-02-29[libc][NFC] Rename `LIBC_COMPILER_HAS_FLOAT128` to `LIBC_TYPES_HAS_FLOAT128` ...Guillaume Chatelet
2024-02-29[libc][NFC] rename `float.h` macro file to `types.h` (#83190)Guillaume Chatelet
2024-01-08Reapply "[libc] build with -Werror (#73966)" (#74506)Nick Desaulniers
2023-12-04Revert "[libc] build with -Werror (#73966)"Nick Desaulniers
2023-12-04[libc] build with -Werror (#73966)Nick Desaulniers
2023-11-24[libc][NFC] Move float macro into its own header / add target os detection (#...Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-02Fix typos in documentationKazu Hirata
2023-08-08[libc][doc] Update macros documentationGuillaume Chatelet
2023-06-26[libc][Obvious] Fix docs warning.Tue Ly
2023-06-16[libc] Add LIBC_INLINE_VAR for inline variablesAlex Brachet
2023-04-24[libc] Fix typos in documentationKazu Hirata
2023-03-15[libc][docs] Add a section about allocations and deallocations to the style doc.Siva Chandra Reddy
2023-03-07[libc] Add a note about using assertions in the libc runtime code.Siva Chandra Reddy
2023-03-03[libc] Make errno an entrypoint.Siva Chandra Reddy
2023-03-02[libc][NFC] Move all developer docs into a sub-directory docs/dev.Siva Chandra Reddy