https://gcc.gnu.org/g:a3f77f2528b9383c70f0361e0f3863cee58e9648
commit r15-7746-ga3f77f2528b9383c70f0361e0f3863cee58e9648
Author: Giuseppe D'Angelo
Date: Fri Feb 28 08:37:25 2025 +0100
MAINTAINERS: add myself to write after approval and DCO
ChangeLog:
* MAINTAINERS
https://gcc.gnu.org/g:613f8ddbe3d7da63d827e588bf0333813c184b8a
commit r15-7908-g613f8ddbe3d7da63d827e588bf0333813c184b8a
Author: Giuseppe D'Angelo
Date: Sat Sep 21 10:36:20 2024 +0200
libstdc++: constrain std::atomic's default constructor
This commit implements the proposed resolu
https://gcc.gnu.org/g:24ea4539300d4926d9f073822e68f0d2f369452d
commit r15-7838-g24ea4539300d4926d9f073822e68f0d2f369452d
Author: Giuseppe D'Angelo
Date: Wed Mar 5 14:34:41 2025 +0100
libstdc++: use if consteval in stable_sort
This is a C++ >= 26 codepath for supporting constexpr s
https://gcc.gnu.org/g:df0e6509bf74421ea68a2e025300bcd6ca63722f
commit r15-8048-gdf0e6509bf74421ea68a2e025300bcd6ca63722f
Author: Giuseppe D'Angelo
Date: Tue Dec 10 00:56:13 2024 +0100
libstdc++: fix compile error when converting std::weak_ptr
A std::weak_ptr can be converted to a
https://gcc.gnu.org/g:aba3018af8e025a62a87c704ccad6714b13bc811
commit r15-8970-gaba3018af8e025a62a87c704ccad6714b13bc811
Author: Giuseppe D'Angelo
Date: Sat Mar 15 00:15:36 2025 +0100
libstdc++: add constexpr stable_partition
This completes the implementation of P2562R1 for C++26.