aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__format
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++] Properly define _LIBCPP_HAS_NO_UNICODE in __config_site (#95138)Louis Dionne1-2/+2
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-9/+11
2024-06-10[libc++] Fix invalid escape sequences in Python comments (#94032)Eisuke Kawashima2-2/+2
2024-04-28[libc++][format] Improves escaping performance. (#88533)Mark de Wever1-1090/+731
2024-04-25[libc++][format] Improves escaping. (#88283)Mark de Wever2-907/+1104
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser1-16/+14
2024-04-18[libc++][NFC] Remove unused includes from <__type_traits/remove_cv.h> (#88752)Nikolas Klauser1-0/+1
2024-04-09[libc++][format] Switches to Unicode 15.1. (#86543)Mark de Wever4-104/+577
2024-04-05[libcxx] coerce formatter precision to int (#87738)Brian Cain1-1/+1
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser8-8/+0
2024-03-29[libc++] Remove <queue> and <stack> includes from <format> (#85520)Nikolas Klauser1-2/+2
2024-03-25[libc++][format] Adds ABI tags to inline constexpr variables. (#86293)Mark de Wever4-5/+4
2024-03-20[libc++][format] Fixes nested concept evaluation. (#85548)Mark de Wever1-2/+1
2024-03-16[libc++] Remove <locale> includes from <format> (#85478)Nikolas Klauser3-3/+3
2024-03-14[libc++] Remove <tuple> include from <__format/concepts.h> (#80214)Nikolas Klauser1-1/+3
2024-03-08[libc++][NFC] Move __format/format_fwd.h to __fwd/format.h (#84336)Nikolas Klauser6-44/+5
2024-03-04[libc++][format] Handle range-underlying-spec (#81914)Po-yao Chang1-12/+10
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-0/+1
2024-02-16[libc++][format] Don't treat a closing '}' as part of format-spec (#81305)Po-yao Chang1-3/+3
2024-02-02[libc++] Remove transitive <locale> include from <vector> (#80282)Nikolas Klauser2-2/+2
2024-01-30[libc++] Officially remove _VSTD and _LIBCPP_INLINE_VISIBILITY (#79885)Louis Dionne1-2/+2
2024-01-29Reland: [libc++][format] P2637R3: Member visit (std::basic_format_arg) #76449...Hristo Hristov2-17/+125
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne5-0/+25
2024-01-22Revert "[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#...Petr Hosek2-125/+17
2024-01-21[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#76449)Hristo Hristov2-17/+125
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov11-68/+58
2024-01-04[NFC] Renames a template parameter to avoid clashes with userspace names. (#7...bgra81-4/+4
2023-12-20[libc++][hardening] Categorize more 'valid-element-access' checks. (#71620)Konstantin Varlamov2-6/+6
2023-12-18[libc++] Format the code base (#74334)Louis Dionne20-412/+336
2023-12-18[libc++] Remove assumptions that std::array::iterator is a raw pointer (#74624)Louis Dionne3-30/+53
2023-12-09[libc++] Implements Runtime format strings. (#73353)Mark de Wever2-7/+7
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne9-188/+188
2023-12-04[libc++][NFC] Add a few clang-format annotations (#74352)Louis Dionne2-0/+4
2023-11-29[libc++][format] Fixes formatting code units as integers. (#73396)Mark de Wever2-12/+14
2023-11-24[libc++] Implements Runtime format strings II. (#72543)Mark de Wever1-0/+27
2023-10-23Typos: 'maxium', 'minium'Hans Wennborg1-1/+1
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov1-0/+2
2023-08-31[runtimes] Fix some duplicate word typosLouis Dionne1-1/+1
2023-08-30[libc++][format] Fixes out of bounds access.Mark de Wever1-0/+3
2023-08-19[libc++] Make everything in namespace std have default type visibility and hi...Nikolas Klauser3-5/+5
2023-08-02[NFC][libc++][format] Switches to from_range constructor.Mark de Wever2-16/+5
2023-07-24[libc++] Fix template parameter naming and enforce it through readability-ide...Nikolas Klauser2-8/+9
2023-07-18[libc++][format] Improves diagnostics.Mark de Wever5-28/+28
2023-07-18[libc++][format] Improves run-time diagnostics.Mark de Wever6-32/+130
2023-07-18[libc++][format] Improves compile-time diagnostics.Mark de Wever1-12/+50
2023-07-18[NFC][libc++][format] Generalizes bracket parsing.Mark de Wever3-45/+50
2023-07-18[libc++][print] Adds FILE functions.Mark de Wever1-1/+9
2023-07-17[libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining __throw_FOO functionsLouis Dionne1-3/+2
2023-07-17[libc++][format] Fixes an off by one error.Mark de Wever1-3/+3
2023-07-16[NFC][libc++] Fixes some comments.Mark de Wever1-1/+1