| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
commit_hash:343920714fe3ac841f2246c53b79d081abb277fe
|
| |
| |
| |
| | |
commit_hash:16909afb4de17d1f1bd0d7141d98403b2fd74e46
|
|\| |
|
| |
| |
| |
| | |
commit_hash:0dbd62f1b3ae2941845ea0cd95df3b05140d2d63
|
| |
| |
| |
| | |
commit_hash:aa011d101f62f0a7aed5c6d449da9206dda25ec7
|
|\| |
|
| |
| |
| |
| | |
commit_hash:34486bb0dc50b5847a433c4dbf535e2ca63ecb79
|
| |
| |
| |
| | |
commit_hash:1cef0cf05075cdc1ff60c3675d89b7135b260071
|
|\| |
|
| |
| |
| |
| | |
commit_hash:6a26ba0b6c313e074c878283bef4e38284f3450f
|
| |
| |
| |
| |
| | |
The ASAN flag for detecting ODR violations has been set to its **++default++** value (2).
commit_hash:7475c1eb748fa0704d3db551189591c87ce5357d
|
| |
| |
| |
| | |
commit_hash:5a74bff5b91faa7db270bfa5446a23795862b6db
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
```
[libc++] Remove pair dependency (#85621)
[libc++] Simplify the implementation of <stddef.h> (#86843)
Update the "Current Status" section of the website to be current. (#84507)
[libc++] Optimize the two range overload of mismatch (#86853)
[libc++] Refactor __tuple_like and __pair_like (#85206)
[libc++][test] Improves src include paths. (#86864)
[libc++] Document guidelines for applying [[nodiscard]] (#84000)
[libc++] Optimize the std::mismatch tail (#83440)
[libc++] Remove <queue> and <stack> includes from <format> (#85520)
[libc++] Switch FreeBSD to C++26 (#86658)
[libc++] Fix one case in saturate_cast.pass.cpp for 64-bit on z/OS (#86724)
[libc++][test] Remove tests that testing std::variant<T&> (#84222)
[libc++] <experimental/simd> Reduce types for template parameter U in tests (#83781)
[libc++] Switch FreeBSD CI job to Clang 17 (#86320)
[libc++][CI] Updates the documentation. (#85264)
[libc++][format] Adds ABI tags to inline constexpr variables. (#86293)
[libc++][test] Fix race condition in condition_variable_any tests (#84788)
[libc++] Vectorize mismatch (#73255)
[libc++] Don't push and pop extensions diagnostics when using clang modules (#85917)
[libc++][ranges] use `static operator()` for C++23 ranges (#86052)
[libc++] Implement LWG3528 (`make_from_tuple` can perform (the equivalent of) a C-style cast) (#85263)
[libc++] Remove macros for keeping std::allocator members and void specialization after C++20 (#85806)
[libc++] Deprecates std::errc constants. (#80542)
[libcxx] [cmake] Fix cmake_path(ABSOLUTE_PATH) for empty CMAKE_INSTALL_PREFIX
[libc++][CI] Reenables the module tests. (#85799)
[libc++][ranges] remove `__workaround_52970` (#85683)
[libc++][ranges] LWG3715: `view_interface::empty` is overconstrained (#85004)
[libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MODULES_DIR (#85756)
[libc++][format] Fixes nested concept evaluation. (#85548)
[libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85262)
[libc++] Remove __unconstrained_reverse_iterator (#85582)
[libc++] Simplify the implementation of remove_reference (#85207)
[libcxx][test] Create feature host-can-create-symlinks (#82204)
[libc++] Use __is_scoped_enum for the implementation of is_scoped_enum if it's available (#85580)
[libc++] Add missing hide-from-ABI annotations on virtual functions (#85439)
[libc++] Optimize ranges::fill{,_n} for vector<bool>::iterator (#84642)
[libc++] Add <locale> include in <chrono> (#85521)
[libc++] Remove <locale> includes from <format> (#85478)
[libc++] P2602R2 Poison Pills are Too Toxic (#74534)
[libc++] Fixes run-buildbot-container. (#84644)
[libc++] Add [[nodiscard]] to static numeric limit functions (#83748)
Rework Modules CMake to be (more) idiomatic. (#84936)
[libc++] Enables TZDB tests. (#82108)
[libc++] Remove a few includes from <__functional/hash.h> (#83254)
[libc++] Implements filebuf unbuffered. (#76629)
[libc++][CI] Updates the version number of the latest release.
[libc++] Remove <tuple> include from <__format/concepts.h> (#80214)
[runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917)
[libc++] Fix tests on musl (#85085)
[libc++] Remove _LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT (#83928)
[libcxx] Fix incorrect type in the has-1024-bit-atomics feature test (#84904)
[libc++] Improves UB handling in ios_base destructor. (#76525)
[libc++][CI] Installs tzdata package in Docker. (#84643)
[libc++][TZDB] Fixes parsing interleaved rules. (#84808)
[libc++][hardening] Check bounds on arithmetic in __bounded_iter (#78876)
[libc++][hardening] Add iterator validity checks on unordered containers (#80230)
[libc++][hardening] Reclassify string_view(ptr, len)'s size assertion (#79297)
[libc++] Re-enable the clang_modules_include test for Objective-C++ (#66801)
[libc++] Remove XFAIL for SIMD in optimized build (#84767)
[libcxx] Update 128-bit-atomics feature test (#83841)
[libc++] Only forward-declare ABI-functions in exception_ptr.h if they are meant to be used (#84707)
[libc++][test] Don't include `test_format_context.h` in `parse.pass.cpp` (#83734)
[libc++] Add missing include in test (#84579)
[libc++] Remove <tuple> from <variant> (#83183)
[RFC][libc++] Reworks clang-tidy selection. (#81362)
[libc++] Remove <array> include from <span> (#83742)
[libc++][format] Updates LWG3462 status. (#80550)
[libc++][format] Update LWG3701 status. (#80545)
[libc++][test] Fix MSVC warning C4127 in `array.cons/initialization.pass.cpp` (#79793)
[libc++] Simplify the std::pair constructor overload set (#81448)
[libc++] Allow the use of extensions in the implementation (#79532)
[libc++] Don't build against libcxxrt by default on FreeBSD (#84484)
Actually disable the module generation tests.
[libc++] Disable module_std and module_std_compat tests
[libc++] Enable availability based on the compiler instead of __has_extension (#84065)
[libc++] Fixes time formatter test output for Linux on PowerPC (#75526)
[libc++] Remove unused includes from __type_traits/is_convertible.h (#83747)
```
commit_hash:171258d93ab92f516dfb1789300677a164e63219
|
| |
| |
| |
| | |
commit_hash:4bb7d6819f4d3eb96ed9db222720bbfa65c375e4
|
|\| |
|
| |
| |
| |
| | |
commit_hash:a45aa7528cf49e9f590ceddf8b5dd43f8856e327
|
|\| |
|
| |
| |
| |
| | |
commit_hash:5f96ca9daebed328f88d4f3e02c1505f8bb23034
|
| |
| |
| |
| | |
commit_hash:73cd3dcd29b75a576bd0654cdb9ae38f8cc33718
|
|\| |
|
| |
| |
| |
| | |
commit_hash:1ed6d10704b02e34684599b373b98a859f86a16e
|
| |
| |
| |
| | |
commit_hash:61bf3e0753aa053366e50828bab286941afcfba3
|
|\| |
|
| |
| |
| |
| |
| | |
Also: add cxxsupp/builtins to autocheck/common_targets.inc
commit_hash:e50ebb7511ed61fb1000e84b2caca0634e65a338
|
|\| |
|
| |
| |
| |
| | |
commit_hash:ea50a3f2955f19abbb43e2898690c7fd6b69d864
|
|\| |
|
| |
| |
| |
| | |
commit_hash:a3209cc0216ad32cf74f875502351387cd6e2e0a
|
|\| |
|
| |
| |
| |
| | |
commit_hash:e10603531675799a9fac853dbe2ca92d85a6a939
|
|\| |
|
| |
| |
| |
| | |
commit_hash:d1591aff30e1348f17b1d038f2ed92d5537de9cb
|
| |
| |
| |
| | |
commit_hash:f3dc1345b3877e8c5a36cf522b81a31a43cb1f05
|
|\| |
|
| |
| |
| |
| | |
commit_hash:c33537c8c5610dd26434b4b948f9fb84707500d5
|
|\| |
|
| |
| |
| |
| | |
commit_hash:aa7d8a48a8c461511b5cae5b9b943f8f16b6933c
|
| |
| |
| |
| | |
commit_hash:012c9a2da3515aa4edf342b0f61582b45de17309
|
| |
| |
| |
| | |
commit_hash:be3c9e45dca1966481082be8c2e45057e00eb428
|
|\| |
|
| |
| |
| |
| | |
commit_hash:782297dacb6df72c5c25e9298cf3ef6b2861b9f6
|
| |
| |
| |
| | |
commit_hash:54000343febcb07ede64d6d6ac1fa09ff1165608
|
|\| |
|
| |
| |
| |
| | |
commit_hash:c6683ad537355b3d700da43c82851e65b6df54d4
|
|\| |
|
| |
| |
| |
| | |
commit_hash:c45aa2ed98c2a01fa86b69bac97f40a32bd68ae2
|
| |
| |
| |
| | |
commit_hash:18468b4961f577164859de063d194f6a79125808
|
|\| |
|