aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/regex
AgeCommit message (Expand)Author
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-07-05[libc++] Use __is_exactly_{input, forward}_iteratorNikolas Klauser
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser
2022-06-15[libc++] Removes unneeded <iterator> includes.Mark de Wever
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-04-20[libc++] Granularize <functional> includesNikolas Klauser
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-17[libc++] Remove <utility> includesNikolas Klauser
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-14[SystemZ][z/OS] ASCII/EBCDIC support with no coexistenceMuiez Ahmed
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-07-27[libc++] Fix a few warnings in system headers with GCCLouis Dionne
2021-06-29[libc++] NFCI: Remove __functional/search.hLouis Dionne
2021-06-28[libc++] Split the various iterator types out of <iterator>Louis Dionne
2021-06-21[libc++] Remove unused variableFanbo Meng
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne
2021-06-07Revert "[libcxx][gardening] Move all algorithms into their own headers."Petr Hosek
2021-06-04[libcxx][gardening] Move all algorithms into their own headers.zoecarver
2021-06-03[libc++] Remove unused variable warningsLouis Dionne
2021-05-18[libc++] Alphabetize header inclusions and include-what-you-use <__debug>. NFCI.Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-06[libc++] Header inclusion tests.Arthur O'Dwyer
2021-01-19[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default construct...Marek Kurdej
2020-12-09Add new 'preferred_name' attribute.Richard Smith
2020-12-08Revert "Add new 'preferred_name' attribute."Richard Smith
2020-12-07Add new 'preferred_name' attribute.Richard Smith
2020-12-01[libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener
2020-11-18[libc++] Implements multiline regex support.Mark de Wever
2020-06-25[libc++] Fix some typos in the comment header for <regex>Arthur O'Dwyer
2020-05-08Revert "[libc++] ECMAScript IdentityEscape is ambiguous (2584)"zoecarver
2020-05-07[libc++] ECMAScript IdentityEscape is ambiguous (2584)zoecarver
2020-04-30[FIX][libc++][Regex] Using regex_constants match_prev_avail | match_not_bol |...Diogo Sampaio
2020-04-06Upstream Bionic definitions of ctype_base/regex.Dan Albert
2020-03-17Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.Dimitry Andric
2020-02-20[libc++][regex] Validate backreferences in the constructor.Mark de Wever
2020-02-19[libc++] Fixes backreferences for extended grammar.Louis Dionne
2019-11-18Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier
2019-11-09[libc++] Validate the entire regex is consumedMark de Wever
2019-09-25Add a missing default parameter to regex::assign. This is LWG3296; reviewed a...Marshall Clow
2019-06-14[libc++] Keep __regex_word in sync with ctype_baseMikhail Maltsev
2019-05-29[NFC][libcxx] Remove trailing whitespaceLouis Dionne