1. f7d0fec Add issue 2587, which was missed by Marshall Clow · 7 years ago
  2. 8f6293b Implement more of P0600: '[[nodiscard]] in the library' for C++2a by Marshall Clow · 7 years ago
  3. 46b4ad5 Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a by Marshall Clow · 7 years ago
  4. 14ff899 Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task. by Marshall Clow · 7 years ago
  5. b250294 Implement LWG#2948: unique_ptr does not define operator<< for stream output by Marshall Clow · 7 years ago
  6. 0140bb8 Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews.llvm.org/D40379 by Marshall Clow · 7 years ago
  7. aa0e236 Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144 by Marshall Clow · 7 years ago
  8. 5272877 Implement LWG2950: std::byte operations are misspecified by Marshall Clow · 7 years ago
  9. e1cfe7a Implement LWG2952: iterator_traits should work for pointers to cv T by Marshall Clow · 7 years ago
  10. 928f286 Put the status in the wrong column by Marshall Clow · 7 years ago
  11. edd7e05 Implement P0550R2: Transformation Trait remove_cvref by Marshall Clow · 7 years ago
  12. 7513814 Two more papers from Albuquerque by Marshall Clow · 7 years ago
  13. 55eda5d Updated C++2a status page with new features/defects approved in Albuquerque. by Marshall Clow · 7 years ago
  14. e3853bf Mark Endian as 'in progress' by Marshall Clow · 7 years ago
  15. d422c95 More statuses, a new patch, too by Marshall Clow · 7 years ago
  16. 6737116 Fix broken links; update more issues. by Marshall Clow · 7 years ago
  17. 9bc42cf Initial triage by Marshall Clow · 7 years ago
  18. a12eafc Update status of 2950 by Marshall Clow · 7 years ago
  19. 23d0bd2 Issues to be voted on in ABQ by Marshall Clow · 7 years ago
  20. a1ae67b [libcxx] [www] Change an absolute link to cxx1z_status.html to be relative. by Stephan T. Lavavej · 7 years ago
  21. b8813f3 [libcxx] [www] Strip trailing whitespace. by Stephan T. Lavavej · 7 years ago
  22. aeea9b0 [libcxx] [www] Fix broken link for LLVM Bugzilla. by Stephan T. Lavavej · 7 years ago
  23. f966d3f [libcxx] [www] Manually change http links to https. by Stephan T. Lavavej · 7 years ago
  24. 1e708af [libcxx] [www] Semi-manually change http://www.open-std.org and http://isocpp.org papers to https://wg21.link . by Stephan T. Lavavej · 7 years ago
  25. 35509d0 [libcxx] [www] Change http://cplusplus.github.io/LWG/lwg-defects.html# to https://wg21.link/lwg . by Stephan T. Lavavej · 7 years ago
  26. 819264f [libcxx] [www] Change http://wg21.link to https://wg21.link . by Stephan T. Lavavej · 7 years ago
  27. 4876a73 Mark LWG 2942 as complete by Eric Fiselier · 7 years ago
  28. 923850d Mark LWG 2961 as complete by Eric Fiselier · 7 years ago
  29. f226a28 Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard by Marshall Clow · 7 years ago
  30. 893ac44 Update libc++ status pages with results of the Toronto Meeting - and for C++2a by Marshall Clow · 7 years ago
  31. 4649a1e Update issues moved in Toronto by Marshall Clow · 7 years ago
  32. 3288eac Implement LWG 2937 - equivalent("dne", "exists") is not an error by Eric Fiselier · 7 years ago
  33. c98c890 Updated notest on 2974 by Marshall Clow · 7 years ago
  34. 2ac0ed0 Updated for the Toronto meeting by Marshall Clow · 7 years ago
  35. 8f0ca59 Mark LWG 2904 as complete. by Michael Park · 7 years ago
  36. 8a80169 Mark LWG#2900 as complete - we already do this, and I checked the tests in a couple days ago (r303268 & r303824) by Marshall Clow · 7 years ago
  37. 8392d49 Fix broken links on C++1z status page by Eric Fiselier · 7 years ago
  38. a9197bd Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. by Marshall Clow · 7 years ago
  39. 83c266a Mark LWG#2782 as complete. No functionality change; we already do this. Just added a few more tests. by Marshall Clow · 7 years ago
  40. 4cbf03e Mark LWG#2850 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests. Thanks to K-ballo for the heads up. by Marshall Clow · 7 years ago
  41. 8fdd811 Mark LWG#2796 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests by Marshall Clow · 7 years ago
  42. 76515a2 Implement LWG 2591 - Patch from K-Ballo by Eric Fiselier · 7 years ago
  43. 2f2efbd Mark LWG#2788 as complete - we already do this by Marshall Clow · 7 years ago
  44. 5e1df5e Mark LWG#2853 as complete. No code changes required, but added a couple of extra tests by Marshall Clow · 7 years ago
  45. a4fd0c9 Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. by Eric Fiselier · 7 years ago
  46. 98d9a85 Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft. by Eric Fiselier · 7 years ago
  47. 6403571 Implement LWG#2855 - made easy by previous refactoring by Marshall Clow · 7 years ago
  48. 7b41c79 [libc++] Implement LWG 2911 - add an is_aggregate type-trait by Eric Fiselier · 7 years ago
  49. 01208af Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' This issue missed a couple, so I added those as well (see LWG#2942) by Marshall Clow · 7 years ago
  50. 4132426 Mark P0599 as complete. It was implemented in r298573 by Marshall Clow · 7 years ago
  51. 2b3c1c4 Fix LWG 2934 - optional<const T> doesn't compare with T by Eric Fiselier · 7 years ago
  52. 5612bd4 Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t> by Eric Fiselier · 7 years ago
  53. 21ae16e Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022 by Marshall Clow · 7 years ago
  54. 59bcc87 Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://reviews.llvm.org/D31163. by Marshall Clow · 7 years ago
  55. cf6e0db Implement P0548: 'common_type and duration' This involves a subtle change in the return type of the unary +/- operators for std::chrono::duration, though I expect that no one will notice. by Marshall Clow · 7 years ago
  56. 0b1f95b Add two more papers from Kona, and sort them by Marshall Clow · 7 years ago
  57. 2d4c3fa Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too by Marshall Clow · 7 years ago
  58. 7a16fa8 Mark LWG issues 2868, 2872, and 2890 as complete. There's nothing we need to do for them. by Marshall Clow · 7 years ago
  59. 755dd59 Also mark LWG#2785 as complete, because we already implemented that by Marshall Clow · 7 years ago
  60. abba685 Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838 as complete - since we do them already by Marshall Clow · 7 years ago
  61. f158316 Mark LWG 2806 as complete. Libc++ speculatively shiped this change in 4.0 by Eric Fiselier · 7 years ago
  62. 27d4f66 Mark LWG 2789 as complete. No changes required by Eric Fiselier · 7 years ago
  63. 7c7df64 Implement LWG 2787 - [file_status.cons] is inconsistent by Eric Fiselier · 7 years ago
  64. b537d38 Mark LWG 2781 as complete. No changes required by Eric Fiselier · 7 years ago
  65. 76a3c66 Mark two any_cast issues as complete by Eric Fiselier · 7 years ago
  66. cd6055e Header update with info about the current status of C++17 by Marshall Clow · 7 years ago
  67. e116393 Update list with changes from Kona meeting by Marshall Clow · 7 years ago
  68. b7fd0be Update all bug URL's to point to https://bugs.llvm.org/... by Eric Fiselier · 7 years ago
  69. 515ba55 [libcxx] Remove unexpected handlers in C++17 by Eric Fiselier · 7 years ago
  70. d585455 Update a couple of issue statuses by Marshall Clow · 7 years ago
  71. 5995503 Update info for LWG 2665 in upcoming_meeting.html by Eric Fiselier · 7 years ago
  72. 542c6e8 Mark LWG2784 as ready by Marshall Clow · 7 years ago
  73. 24597f2 Add some tests to verify that we implement LWG#2837 correctly. No functional change. by Marshall Clow · 7 years ago
  74. c3eec46 Fix a typo - extra '>' by Marshall Clow · 7 years ago
  75. 5a00ab8 Set up 'upcoming meeting' bug list by Marshall Clow · 7 years ago
  76. a67aa06 Mark LWG 2765 as complete. No changes needed by Eric Fiselier · 7 years ago
  77. 07d23d5 Implement LWG 2773 - std::ignore should be constexpr. by Eric Fiselier · 7 years ago
  78. da70913 Fixed a couple of invalid statuses for 2665 and 2758 by Marshall Clow · 7 years ago
  79. 9bb0cca Implement LWG2556: Wide contract for future::share() by Marshall Clow · 7 years ago
  80. 4e42dc9 Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680. by Marshall Clow · 7 years ago
  81. 9a89d24 Update status for LWG2733 by Marshall Clow · 7 years ago
  82. a5f53d0 Mark LWG2736 as complete. No code changes, but we have more tests now by Marshall Clow · 7 years ago
  83. fbe68a6 Implement LWG#2778: basic_string_view is missing constexpr. by Marshall Clow · 8 years ago
  84. 952eaec Implement P0513R0 - "Poisoning the Hash" by Eric Fiselier · 8 years ago
  85. 56257d4 Mark two of the TS implementations as 'in progress' by Marshall Clow · 8 years ago
  86. 8d2a5ad Mark 'constexpr char_traits' as complete. by Marshall Clow · 8 years ago
  87. 7d32d2f Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang 4.0 (specifically, r290744) by Marshall Clow · 8 years ago
  88. 3df90c9 Implement P0505: 'Wording for GB 50' by Marshall Clow · 8 years ago
  89. e22af6b Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17 by Marshall Clow · 8 years ago
  90. d28b523 Update year to 2017 by Eric Fiselier · 8 years ago
  91. 9f988e6 Update "Making Optional Greater Equal Again" paper status by Eric Fiselier · 8 years ago
  92. 01eb99a Implement a throwing version of _LIBCPP_ASSERT. by Eric Fiselier · 8 years ago
  93. 046a71b Implement P0435R1 - Resolving LWG issues for common_type by Eric Fiselier · 8 years ago
  94. 6d95982 Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. by Eric Fiselier · 8 years ago
  95. b5c2c47 Update status page for variant implementation by Eric Fiselier · 8 years ago
  96. dd74cd2 Mark various <variant> items as complete by Eric Fiselier · 8 years ago
  97. e3cb222 Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests." by Vedant Kumar · 8 years ago
  98. 506f7fc P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests. by Marshall Clow · 8 years ago
  99. 3d7c49b Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Contracts' which was adopted last week in Issaquah by Marshall Clow · 8 years ago
  100. 5ec20df Implement P0510 'Make future_error Constructible' adopted in Issaquah by Marshall Clow · 8 years ago