summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2017-04-18Mark LWG#2788 as complete - we already do thisMarshall Clow
2017-04-17Mark LWG#2853 as complete. No code changes required, but added a couple of ex...Marshall Clow
2017-04-16Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.Eric Fiselier
2017-04-15Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.Eric Fiselier
2017-04-13Implement LWG#2855 - made easy by previous refactoringMarshall Clow
2017-04-12[libc++] Implement LWG 2911 - add an is_aggregate type-traitEric Fiselier
2017-04-11Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...Marshall Clow
2017-04-11Mark P0599 as complete. It was implemented in r298573Marshall Clow
2017-03-30Fix LWG 2934 - optional<const T> doesn't compare with TEric Fiselier
2017-03-30Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t>Eric Fiselier
2017-03-24Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022Marshall Clow
2017-03-24Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...Marshall Clow
2017-03-21Implement P0548: 'common_type and duration' This involves a subtle change in ...Marshall Clow
2017-03-20Add two more papers from Kona, and sort themMarshall Clow
2017-03-15Implement LWG#2761: 'basic_string should require that charT match traits::cha...Marshall Clow
2017-03-14Mark LWG issues 2868, 2872, and 2890 as complete. There's nothing we need to ...Marshall Clow
2017-03-14Also mark LWG#2785 as complete, because we already implemented thatMarshall Clow
2017-03-14Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow
2017-03-06Mark LWG 2806 as complete. Libc++ speculatively shiped this change in 4.0Eric Fiselier
2017-03-06Mark LWG 2789 as complete. No changes requiredEric Fiselier
2017-03-06Implement LWG 2787 - [file_status.cons] is inconsistentEric Fiselier
2017-03-06Mark LWG 2781 as complete. No changes requiredEric Fiselier
2017-03-06Mark two any_cast issues as completeEric Fiselier
2017-03-06Header update with info about the current status of C++17Marshall Clow
2017-03-06Update list with changes from Kona meetingMarshall Clow
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2017-02-17[libcxx] Remove unexpected handlers in C++17Eric Fiselier
2017-02-16Update a couple of issue statusesMarshall Clow
2017-02-08Update info for LWG 2665 in upcoming_meeting.htmlEric Fiselier
2017-02-07Mark LWG2784 as readyMarshall Clow
2017-02-06Add some tests to verify that we implement LWG#2837 correctly. No functional ...Marshall Clow
2017-02-06Fix a typo - extra '>'Marshall Clow
2017-02-06Set up 'upcoming meeting' bug listMarshall Clow
2017-02-06Mark LWG 2765 as complete. No changes neededEric Fiselier
2017-02-06Implement LWG 2773 - std::ignore should be constexpr.Eric Fiselier
2017-01-26Fixed a couple of invalid statuses for 2665 and 2758Marshall Clow
2017-01-24Implement LWG2556: Wide contract for future::share()Marshall Clow
2017-01-24Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow
2017-01-24Update status for LWG2733Marshall Clow
2017-01-24Mark LWG2736 as complete. No code changes, but we have more tests nowMarshall Clow
2017-01-23Implement LWG#2778: basic_string_view is missing constexpr.Marshall Clow
2017-01-21Implement P0513R0 - "Poisoning the Hash"Eric Fiselier
2017-01-19Mark two of the TS implementations as 'in progress'Marshall Clow
2017-01-14Mark 'constexpr char_traits' as complete.Marshall Clow
2017-01-09Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...Marshall Clow
2017-01-04Implement P0505: 'Wording for GB 50'Marshall Clow
2017-01-04Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow
2017-01-03Update year to 2017Eric Fiselier
2016-12-30Update "Making Optional Greater Equal Again" paper statusEric Fiselier
2016-12-28Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier