aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-12[libc++][module] Fixes std::string UDL. (#75000)Mark de Wever3-58/+33
2023-12-12Add `std::basic_string` test cases (#74830)Tacet22-0/+113
2023-12-12[libc++][chrono] Fixes year_month year wrapping. (#74938)Mark de Wever15-161/+329
2023-12-12[libc++][doc] Updates module information. (#75003)Mark de Wever1-17/+22
2023-12-12[libc++][CI] Tests the no RTTI configuration. (#65518)Mark de Wever4-1/+20
2023-12-12[libc++] tests with picolibc: mark fenv tests as unsupported (#74610)Dominik Wójt2-4/+6
2023-12-12[libc++] P2770R0: Stashing stashing iterators for proper flattening (#66033)Jakub Mazurkiewicz55-196/+605
2023-12-12[libc++] Fix incorrectly-placed attributeLouis Dionne1-1/+1
2023-12-11[libc++][test] disable all atomic<long double> tests (#74201)Hui17-45/+42
2023-12-10[libc++][test] Fix more MSVC and Clang warnings (#74965)Stephan T. Lavavej19-34/+49
2023-12-10[libc++][test] Fix MSVC warnings with `static_cast`s (#74962)Stephan T. Lavavej12-34/+35
2023-12-10[libc++][test] Cleanup `LIBCPP_ONLY(meow_assert(...))` to `LIBCPP_MEOW_ASSERT...Stephan T. Lavavej10-12/+12
2023-12-10[libc++][test] Consistently use `TEST_SHORT_WCHAR` (#74958)Stephan T. Lavavej2-6/+8
2023-12-10[libc++][test] `concat_macros.h`: Fix `TEST_HAS_NO_WIDE_CHARACTERS` syntax da...Stephan T. Lavavej1-5/+5
2023-12-10[libc++][test] Fix `MaybePOCCAAllocator` to finally meet the allocator requir...Stephan T. Lavavej1-1/+1
2023-12-10[libc++] LWG-4021 "`mdspan::is_always_meow()` should be `noexcept`", use `LIB...Stephan T. Lavavej12-30/+38
2023-12-09[NFC][libc++] Rewrites a return statement.Mark de Wever1-3/+1
2023-12-09[libc++][modules] Adds std.compat module. (#71438)Mark de Wever34-306/+1775
2023-12-09[libc++] Implements Runtime format strings. (#73353)Mark de Wever18-33/+78
2023-12-08[libc++][test] Adds transcode option. (#73395)Mark de Wever2-36/+161
2023-12-08[libc++][NFC] Move 32-bit pointer Lit feature check where it belongsLouis Dionne1-12/+12
2023-12-07[libc++] tests with picolibc: handle stdin (#74712)Dominik Wójt2-3/+5
2023-12-07[libc++] Fix regex_traits::isctype on big endian platforms (#73200)W-502431-1/+1
2023-12-07[libc++] Add floating point type check for uniform real distribution (#70564)Nhat Nguyen15-0/+165
2023-12-06[libcxx] reorganises the hardening documentation (#73159)Christopher Di Bella1-54/+65
2023-12-06[libc++] Remove dependence on <ciso646> (#73271)Michael Kenzel2-12/+9
2023-12-06[libc++] Update <source_location> and msvc_stdlib_force_include.h (#74266)Stephan T. Lavavej6-129/+92
2023-12-06[libc++][test] Fix more MSVC warnings (#74256)Stephan T. Lavavej4-5/+6
2023-12-06[libc++][test] Drop unnecessary typename and template for layout_meow::mappin...Stephan T. Lavavej43-131/+115
2023-12-06[libc++] Fix copy-paste damage in `ranges::rotate_copy` and its test (#74544)Stephan T. Lavavej2-7/+7
2023-12-05[libc++] Refactor of ASan annotation functions (#74023)Tacet2-22/+24
2023-12-05[libc++][test] Fix assumptions that `std::array` iterators are pointers (#74430)Stephan T. Lavavej13-99/+152
2023-12-05[libc++][NFC] Use aliases instead of typedefs in std::array (#74491)Louis Dionne1-12/+12
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne210-2307/+2303
2023-12-05[libc++] Mark P2017R1 as complete (#74484)Jakub Mazurkiewicz1-1/+1
2023-12-05[libc++][test] Fix simple warnings (#74186)Stephan T. Lavavej14-20/+35
2023-12-05[libc++] tests with picolibc: Fix expected error message (#74452)Dominik Wójt2-2/+4
2023-12-04[libc++] Add a merge driver that can apply clang-format (#73712)Louis Dionne1-0/+37
2023-12-04[libc++][NFC] Add a few clang-format annotations (#74352)Louis Dionne19-12/+74
2023-12-04XFailing test cases that fail on PowerPCKamau Bridgeman7-0/+7
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne234-5101/+5095
2023-12-03[libc++] tests with picolibc: Fix iterator diff_type to std::streamoff (#74072)Dominik Wójt1-7/+7
2023-12-03[libc++][test] Avoid non-Standard zero-length arrays (#74183)Stephan T. Lavavej18-120/+125
2023-12-03Work around GCC test failure that is caused by enabling optimizations. (#73998)Eric2-0/+13
2023-12-02[libc++][test] Make the feature-test macro tests more portable (#74185)Stephan T. Lavavej7-62/+62
2023-12-02[libc++][test] Avoid truncation warnings from `double` to `float` (#74184)Stephan T. Lavavej15-31/+31
2023-12-02[libc++][test] add more benchmarks for `stop_token` (#69590)Hui1-3/+78
2023-12-02[libc++] Update libcpp-uglify-attributes to diagnose all attributes in C++03Nikolas Klauser1-1/+6
2023-12-01[libc++] Correct libcxx default linker script behavior (#74130)Haowei1-4/+4
2023-12-01Allow libc++ image tag to be specified via enviroment variables.eric2-4/+8