aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs/Status/Cxx23Issues.csv
AgeCommit message (Expand)AuthorFilesLines
2025-07-20[libc++][ranges] implement `std::ranges::zip_transform_view` (#79605)Hui1-3/+3
2025-07-09[libc++] Mark a few LWG issues as complete instead of Nothing To DoLouis Dionne1-2/+2
2025-03-26[libc++] Verify std::forward_like's mandates clause. (#127318)Mark de Wever1-1/+1
2025-03-25[libc++] Update the status for LWG3120 (#116772)Peng Xie1-1/+1
2025-03-19[libc++] Verify forward_list self-merging is a no-op (#129985)Peng Liu1-1/+1
2025-03-01[libc++] Implements LWG3600 Making istream_iterator copy constructor trivial ...Mark de Wever1-1/+1
2024-11-04[libc++] remove minor version in status pages (#113241)h-vetinari1-143/+143
2024-10-16[libc++][ranges] LWG3692: `zip_view::iterator`'s `operator<=>` is overconstra...A. Jiang1-1/+1
2024-10-03[libc++] Re-apply LWG3870: Remove `voidify` (#110944)A. Jiang1-1/+1
2024-10-01Revert "[libc++] LWG3870: Remove `voidify` (#110355)" (#110587)Michael Buch1-1/+1
2024-10-01[libc++] LWG3870: Remove `voidify` (#110355)A. Jiang1-1/+1
2024-09-23[libc++][NFC] mark LWG3723 as implemented (#109356)Xiaoyang Liu1-1/+1
2024-08-28[libc++] Replace 'tags' in CSV status pages by inline notes (#105581)Louis Dionne1-156/+156
2024-08-28[libc++] Mark a few papers as done or "Nothing To Do"Louis Dionne1-1/+1
2024-08-21[libc++] Mark LWG3404 as implementedLouis Dionne1-1/+1
2024-08-21[libc++] Standardize how we track removed and superseded papersLouis Dionne1-3/+3
2024-08-21[libc++][NFC] A few mechanical adjustments to capitalization in status filesLouis Dionne1-10/+10
2024-08-13[libc++] Normalize how we track the meeting at which a paper of LWG issue was...Louis Dionne1-300/+300
2024-08-12[libc++][ranges] LWG3564: `transform_view::iterator<true>::value_type` and `i...Xiaoyang Liu1-1/+1
2024-08-02[libc++] Consistency fixes for the CSV status files (#101572)Louis Dionne1-300/+300
2024-08-01[libc++][NFC] Fix inconsistent quoting and spacing in our CSV filesLouis Dionne1-130/+130
2024-07-30[libc++][stdatomic.h] Implements LWG3671. (#99775)Mark de Wever1-1/+1
2024-07-28[libc++][memory_resource] Implements LWG3683. (#100775)Mark de Wever1-1/+1
2024-07-26[libc++][doc] Updates the libc++ status page. (#100595)Mark de Wever1-6/+6
2024-07-23[libc++][vector] Updates LWG3778 status. (#99818)Mark de Wever1-1/+1
2024-07-22[libc++][ranges] LWG3618: Unnecessary `iter_move` for `transform_view::iterat...Xiaoyang Liu1-1/+1
2024-07-21[libc++] Makes `unique_ptr operator*() noexcept. (#98047)Mark de Wever1-1/+1
2024-07-19[libc++][memory] P1132R8: `out_ptr` - a scalable output pointer abstraction (...Hristo Hristov1-2/+2
2024-05-21[libc++] LWG2381: Inconsistency in parsing floating point numbers (#77948)A. Jiang1-1/+1
2024-05-16[libc++] LWG3672: `common_iterator::operator->()` should return by value (#87...Xiaoyang Liu1-1/+1
2024-04-12[libc++][ranges] LWG3736: move_iterator missing disable_sized_sentinel_for sp...Xiaoyang Liu1-1/+1
2024-04-12[libc++] LWG3643: Missing `constexpr` in `std::counted_iterator` (#87901)Xiaoyang Liu1-1/+1
2024-04-06[libc++] Implement LWG3430 disallow implicit conversion of the source argumen...yronglin1-1/+1
2024-04-03[libc++] Mark some recent LWG issues and papers as done (#87502)Louis Dionne1-1/+1
2024-03-22[libc++] Implement LWG3528 (`make_from_tuple` can perform (the equivalent of)...yronglin1-1/+1
2024-03-21[libc++] Deprecates std::errc constants. (#80542)Mark de Wever1-1/+1
2024-03-20[libc++][ranges] LWG3715: `view_interface::empty` is overconstrained (#85004)Xiaoyang Liu1-1/+1
2024-03-17[libc++][NFC] Update LWG3477(Simplify constraints for `semiregular-box`) stat...yronglin1-1/+1
2024-03-15[libc++][NFC] Mark LWG3772 as implemented (#85108)yronglin1-1/+1
2024-03-09[libc++][format] Updates LWG3462 status. (#80550)Mark de Wever1-1/+1
2024-03-09[libc++][format] Update LWG3701 status. (#80545)Mark de Wever1-1/+1
2024-01-20[libc++][memory] P2868R1: Removing deprecated typedef `std::allocator::is_alw...Hristo Hristov1-1/+1
2023-11-27[libc++] fix some inconsistencies on libcxx status pages (#73471)h-vetinari1-1/+1
2023-11-08Implement syncstream (p0053)Mark de Wever1-2/+2
2023-10-09[libc++] LWG 3821 uses_allocator_construction_args should have overload for p...Hui1-2/+2
2023-09-21[libc++] Implement LWG-3655: The INVOKE operation and union typesIgor Zhukov1-1/+1
2023-09-18[libc++] Implement LWG3545: std::pointer_traits should be SFINAE-friendly. (#...Daniel Cheng1-1/+1
2023-09-07[libc++] Clean up some minor inconsistencies in the status pages (#65259)h-vetinari1-4/+4
2023-08-29[libc++] Implement LWG3464(istream::gcount() can overflow)yronglin1-1/+1
2023-08-27Revert "[libc++] Implement LWG3464(istream::gcount() can overflow)"yronglin1-1/+1