1. de13480 Mark LWG#2260 as complete. We already did the right thing, so I just added tests to ensure that we continue to DTRT. by Marshall Clow · 6 years ago
  2. 88f5d7a Implement P1023: constexpr comparison operators for std::array by Marshall Clow · 6 years ago
  3. ea96e3a Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it by Marshall Clow · 6 years ago
  4. 789c372 Correctly mark the Filesystem status as complete. by Eric Fiselier · 6 years ago
  5. a0866c5 Implement <filesystem> by Eric Fiselier · 6 years ago
  6. d2e2a02 Mark <span> as complete by Marshall Clow · 6 years ago
  7. 0ddb77a Implement filesystem_error::what() and improve reporting. by Eric Fiselier · 6 years ago
  8. e274f43 [libc++] Implement Directory Entry Caching -- Sort of. by Eric Fiselier · 6 years ago
  9. 1f65509 Fix HTML blunder by Marshall Clow · 6 years ago
  10. 64c10d0 Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 by Marshall Clow · 6 years ago
  11. 8d00e54 Remove P0771, which was not passed in Rapperswil by Marshall Clow · 6 years ago
  12. 385a6d4 Update the to-do list with motions from Rapperswil. by Marshall Clow · 6 years ago
  13. fa35e88 Mark more bits of P0433 as complete. by Marshall Clow · 6 years ago
  14. faf8db7 More notes on Rapperswil issues by Marshall Clow · 6 years ago
  15. 5d2e458 Status updates for Rapperswil by Marshall Clow · 6 years ago
  16. 6a32b9d Update for Rapperswil by Marshall Clow · 6 years ago
  17. ece1de8 Mark <span> as "In progress" by Marshall Clow · 6 years ago
  18. 0b26184 Implement P0754R2: The <version> header. by Marshall Clow · 6 years ago
  19. e96d6a1 Implement P0430R2 - File system library on non-POSIX systems. by Eric Fiselier · 6 years ago
  20. 1e34c76 Implement filesystem NB comments, relative paths, and related issues. by Eric Fiselier · 6 years ago
  21. 256f187 Implement LWG3034: P0767R1 breaks previously-standard-layout types by Marshall Clow · 6 years ago
  22. 6ce040b Updated C++2a status with changes from Jacksonville WG21 meeting by Marshall Clow · 6 years ago
  23. 46b8a51 Implement LWG#2518 - Non-member swap for propagate_const should call member swap by Marshall Clow · 7 years ago
  24. 06ac7cd Implement P0767R1 - Deprecate POD by Marshall Clow · 7 years ago
  25. f31b30d Added P0805 to the list of ready bits by Marshall Clow · 7 years ago
  26. 806a6ec Implement LWG 2835 - fix <tgmath.h> by Marshall Clow · 7 years ago
  27. f72f219 Implement LWG#2908 - The less-than operator for shared pointers could do more, and mark 2878 as complete as well (we already do that) by Marshall Clow · 7 years ago
  28. 0fc3d12 Mark two issues as complete by Eric Fiselier · 7 years ago
  29. 1a2caf5 Update the status of removed components by Marshall Clow · 7 years ago
  30. 5b1e87e Implement deduction guide for basic_string as described in P0433 by Marshall Clow · 7 years ago
  31. f003d63 Comment on 'Review' issues by Marshall Clow · 7 years ago
  32. c387931 Mark P0777 as complete by Marshall Clow · 7 years ago
  33. 46c8ec5 No, really this time mark 3034 as 'Patch Ready' by Marshall Clow · 7 years ago
  34. 4d839cb Mark issue 3034 as 'Patch Ready' by Marshall Clow · 7 years ago
  35. 6c83c7f More patches ready by Marshall Clow · 7 years ago
  36. 53095c7 Add issues in 'Review' by Marshall Clow · 7 years ago
  37. 88232b1 Mark LWG 3014 as complete. No code changes needed by Eric Fiselier · 7 years ago
  38. 4d0f428 Implement LWG 3014 - Fix more noexcept issues in filesystem. by Eric Fiselier · 7 years ago
  39. b2c07b0 Mark LWG 3013 as already complete. See r316941 by Eric Fiselier · 7 years ago
  40. 0b47a65 Implement LWG2989: path's streaming operators allow everything under the sun. by Eric Fiselier · 7 years ago
  41. cc7688a Mark issue 2851 as complete by Eric Fiselier · 7 years ago
  42. af1fd7c Address LWG 2849 and fix missing failure condition in copy_file. by Eric Fiselier · 7 years ago
  43. 37e4c9b Implement LWG2870: Default value of parameter theta of polar should be dependent by Marshall Clow · 7 years ago
  44. 65c4c24 Add LWG3051 by Marshall Clow · 7 years ago
  45. 64aa1c1 First cut at issue statuses for JAX by Marshall Clow · 7 years ago
  46. 6f79a90 Minor updated to the main libcxx page; add a link to the deprecation page by Marshall Clow · 7 years ago
  47. e686a8d Mark 2903 as complete; we already do this by Marshall Clow · 7 years ago
  48. cc70488 Implement LWG2783: stack::emplace() and queue::emplace() should return decltype(auto) by Marshall Clow · 7 years ago
  49. e2341ac Update cxx2a status by Marshall Clow · 7 years ago
  50. 8d0d825 First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms. by Marshall Clow · 7 years ago
  51. 4b1bc15 Document upcoming TS feature removal by Marshall Clow · 7 years ago
  52. 3e653d6 Mark LWG2824 as complete. We already did it, but I added a test to be sure by Marshall Clow · 7 years ago
  53. 1fb741d Mark issue #2866 as "nothing to do" by Marshall Clow · 7 years ago
  54. 73d6c99 Implement p0258r2: has_unique_object_representations by Marshall Clow · 7 years ago
  55. c1ab13d A couple more inlined variables that I missed the first time by Marshall Clow · 7 years ago
  56. c58e472 Implement most of P0607: Inline Variables for the Standard Library. This involved marking a lot of variables as inline (but only for C++17 and later). by Marshall Clow · 7 years ago
  57. f7d0fec Add issue 2587, which was missed by Marshall Clow · 7 years ago
  58. 8f6293b Implement more of P0600: '[[nodiscard]] in the library' for C++2a by Marshall Clow · 7 years ago
  59. 46b4ad5 Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a by Marshall Clow · 7 years ago
  60. 14ff899 Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task. by Marshall Clow · 7 years ago
  61. b250294 Implement LWG#2948: unique_ptr does not define operator<< for stream output by Marshall Clow · 7 years ago
  62. 0140bb8 Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews.llvm.org/D40379 by Marshall Clow · 7 years ago
  63. aa0e236 Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144 by Marshall Clow · 7 years ago
  64. 5272877 Implement LWG2950: std::byte operations are misspecified by Marshall Clow · 7 years ago
  65. e1cfe7a Implement LWG2952: iterator_traits should work for pointers to cv T by Marshall Clow · 7 years ago
  66. 928f286 Put the status in the wrong column by Marshall Clow · 7 years ago
  67. edd7e05 Implement P0550R2: Transformation Trait remove_cvref by Marshall Clow · 7 years ago
  68. 7513814 Two more papers from Albuquerque by Marshall Clow · 7 years ago
  69. 55eda5d Updated C++2a status page with new features/defects approved in Albuquerque. by Marshall Clow · 7 years ago
  70. e3853bf Mark Endian as 'in progress' by Marshall Clow · 7 years ago
  71. d422c95 More statuses, a new patch, too by Marshall Clow · 7 years ago
  72. 6737116 Fix broken links; update more issues. by Marshall Clow · 7 years ago
  73. 9bc42cf Initial triage by Marshall Clow · 7 years ago
  74. a12eafc Update status of 2950 by Marshall Clow · 7 years ago
  75. 23d0bd2 Issues to be voted on in ABQ by Marshall Clow · 7 years ago
  76. a1ae67b [libcxx] [www] Change an absolute link to cxx1z_status.html to be relative. by Stephan T. Lavavej · 7 years ago
  77. b8813f3 [libcxx] [www] Strip trailing whitespace. by Stephan T. Lavavej · 7 years ago
  78. aeea9b0 [libcxx] [www] Fix broken link for LLVM Bugzilla. by Stephan T. Lavavej · 7 years ago
  79. f966d3f [libcxx] [www] Manually change http links to https. by Stephan T. Lavavej · 7 years ago
  80. 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
  81. 35509d0 [libcxx] [www] Change http://cplusplus.github.io/LWG/lwg-defects.html# to https://wg21.link/lwg . by Stephan T. Lavavej · 7 years ago
  82. 819264f [libcxx] [www] Change http://wg21.link to https://wg21.link . by Stephan T. Lavavej · 7 years ago
  83. 4876a73 Mark LWG 2942 as complete by Eric Fiselier · 7 years ago
  84. 923850d Mark LWG 2961 as complete by Eric Fiselier · 7 years ago
  85. 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
  86. 893ac44 Update libc++ status pages with results of the Toronto Meeting - and for C++2a by Marshall Clow · 7 years ago
  87. 4649a1e Update issues moved in Toronto by Marshall Clow · 7 years ago
  88. 3288eac Implement LWG 2937 - equivalent("dne", "exists") is not an error by Eric Fiselier · 7 years ago
  89. c98c890 Updated notest on 2974 by Marshall Clow · 7 years ago
  90. 2ac0ed0 Updated for the Toronto meeting by Marshall Clow · 7 years ago
  91. 8f0ca59 Mark LWG 2904 as complete. by Michael Park · 7 years ago
  92. 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
  93. 8392d49 Fix broken links on C++1z status page by Eric Fiselier · 7 years ago
  94. a9197bd Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. by Marshall Clow · 7 years ago
  95. 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
  96. 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
  97. 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
  98. 76515a2 Implement LWG 2591 - Patch from K-Ballo by Eric Fiselier · 7 years ago
  99. 2f2efbd Mark LWG#2788 as complete - we already do this by Marshall Clow · 7 years ago
  100. 5e1df5e Mark LWG#2853 as complete. No code changes required, but added a couple of extra tests by Marshall Clow · 7 years ago