1. 87dd519 [libc++] Remove support for CloudABI, which has been abandoned by Louis Dionne · 3 years, 9 months ago
  2. 2540c77 [libc++][NFC] Reindent error message by Louis Dionne · 3 years, 9 months ago
  3. ca7926b [libc++] Eliminate needless `add_lvalue_reference` from <algorithm> helpers. NFCI. by Arthur O'Dwyer · 3 years, 9 months ago
  4. 40aab04 [test] Migrate -gcc-toolchain with space separator to --gcc-toolchain= by Fangrui Song · 3 years, 10 months ago
  5. 5425106 [libc++] Remove test-suite annotations for unsupported Clang versions by Louis Dionne · 3 years, 10 months ago
  6. 9807626 [libc++] Include <__iterator/distance.h> instead of <iterator> in a few algorithm headers by Joe Loser · 3 years, 10 months ago
  7. 3f05377 [SystemZ][z/OS] Avoid assumption for character value in futures tests by Muiez Ahmed · 3 years, 10 months ago
  8. 3a244fc [libc++] Remove more test-suite workarounds for unsupported GCC versions by Louis Dionne · 3 years, 10 months ago
  9. 4bef7a8f [libc++][PowerPC] Fix a test case failure when compiled with libcxx by Albion Fung · 3 years, 10 months ago
  10. 02d1175 [libc++][NFC] Fix minor errors and inconsistencies in the test suite by Louis Dionne · 3 years, 10 months ago
  11. e8118e6 [libc++] Fix XFAIL annotation by Louis Dionne · 3 years, 10 months ago
  12. 65d67743 [libc++] Update credits.txt per coment on D108263 by Louis Dionne · 3 years, 10 months ago
  13. f3bc0e5 [libc++] Bypass calling exception-throwing functions in the dylib with -fno-exceptions by Louis Dionne · 3 years, 10 months ago
  14. 0edcd91 [libc++][NFC] Update and alphabetize CREDITS.TXT by Kent Ross · 3 years, 10 months ago
  15. 81507bc [libc++] [doc] Add issue tracking for spaceship operator<=> implementation by Kent Ross · 3 years, 10 months ago
  16. 7e325d4 [libc++][NFC] Remove unused include in <compare>. by Kent Ross · 3 years, 10 months ago
  17. 475f831 [libc++][NFCI] Remove unnecessary exception-throwing base classes by Louis Dionne · 3 years, 10 months ago
  18. ebc01bb [libc++] Skip logic for detecting C11 features when using_if_exists is supported by Louis Dionne · 3 years, 10 months ago
  19. ec574f5 [libc++] Split off tests for aligned_alloc & friends into separate test files by Louis Dionne · 3 years, 10 months ago
  20. 0fb1899 [libc++] Implement structured binding for std::ranges::subrange. by Arthur O'Dwyer · 3 years, 10 months ago
  21. 38812f4 [libc++] [P1614] Implement std::compare_three_way_result. by Arthur O'Dwyer · 3 years, 10 months ago
  22. 0166690 [libc++] Remove workarounds for the lack of deduction guides in C++17 by Louis Dionne · 3 years, 10 months ago
  23. 6f6175d1 [libc++][NFC] Fix copy-paste errors in tests by Louis Dionne · 3 years, 10 months ago
  24. ed7c81d [libc++] Convert test-suite workarounds for some C11 features to XFAILs by Louis Dionne · 3 years, 10 months ago
  25. d42be2d Remove unused imports. by Dan Albert · 3 years, 10 months ago
  26. dc0d4b97 [libc++] Update the version of CMake in the Docker image by Louis Dionne · 3 years, 10 months ago
  27. b28cb53 [libc++][NFC] Format expression-equivalent wrappers consistently by Louis Dionne · 3 years, 10 months ago
  28. ceff0b7 [libc++] Do not require movability in __non_propagating_cache::__emplace_deref by Louis Dionne · 3 years, 10 months ago
  29. c67f497 [libc++][NFC] Fix indentation of documentation by Louis Dionne · 3 years, 10 months ago
  30. 9de882f [libc++][NFC] Refactor tests for transform_view by Louis Dionne · 3 years, 10 months ago
  31. 5ed162c [libc++][NFC] Replace uses of 'constexpr friend' by 'friend constexpr' by Louis Dionne · 3 years, 10 months ago
  32. 9ed0778 [libcxx][ranges] Move `namespace views` into `namespace ranges` and add an alias. by zoecarver · 3 years, 10 months ago
  33. df324bb [libcxx][ranges] Add `ranges::join_view`. by zoecarver · 3 years, 10 months ago
  34. 7b20e05 [libcxx][ranges] Add `ranges::iota_view`. by zoecarver · 3 years, 10 months ago
  35. 6900df3 [libc++] Remove Lit annotations for unsupported GCC versions from the test suite by Louis Dionne · 3 years, 10 months ago
  36. 4ac87e3 [libcxx][ranges] Add `unreachable_sentinel`. by zoecarver · 3 years, 10 months ago
  37. b408bbb [libc++] Avoid conflating stderr and stdout in the DSL by Louis Dionne · 3 years, 10 months ago
  38. 7c81024 [libc++] Remove workarounds for missing __builtin_addressof by Louis Dionne · 3 years, 10 months ago
  39. c1a8f12 [libc++] Restore `basic_ios`'s implicit conversion to `bool` in C++03 mode. by Arthur O'Dwyer · 3 years, 10 months ago
  40. d2bc4fa [libc++][doc] Improve contributor documentation. by Mark de Wever · 3 years, 10 months ago
  41. 15071d2 [libc++] Remove _LIBCPP_HAS_UNIQUE_OBJECT_REPRESENTATIONS by Louis Dionne · 3 years, 10 months ago
  42. 7be03cc [libc++] Remove _LIBCPP_HAS_NO_IS_AGGREGATE by Louis Dionne · 3 years, 10 months ago
  43. 89a7bdb [libc++] Add the __bind_back and __compose helpers by Louis Dionne · 3 years, 10 months ago
  44. e27f364 [libc++] IWYU to fix Modules complaints in <__ranges/reverse_view.h>. by Arthur O'Dwyer · 3 years, 10 months ago
  45. 5891566 [libc++][modularisation] Split up <concepts> into granular headers. by Arthur O'Dwyer · 3 years, 10 months ago
  46. f9e58f3 [libcxx][ranges] Add `views::counted` CPO. by zoecarver · 3 years, 10 months ago
  47. 1123100 [libcxx] Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED by Mark de Wever · 3 years, 10 months ago
  48. ce96d81 [libc++][NFC] Simplify tests for bind_front by Louis Dionne · 3 years, 10 months ago
  49. bb2a92e [libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc by Martin Storsjö · 3 years, 10 months ago
  50. 4baf369 [libcxx] [test] Fix the new_faligned_allocation.pass.cpp test for MSVC by Martin Storsjö · 3 years, 10 months ago
  51. 128b213 [libcxx] [test] Generalize defines for skipping allocation checks by Martin Storsjö · 3 years, 10 months ago
  52. 9d982c6 [libcxx][ranges] Add `ranges::reverse_view`. by zoecarver · 3 years, 10 months ago
  53. 706bd12 [libc++][NFC] Remove workaround for variadic templates in C++03 by Louis Dionne · 3 years, 10 months ago
  54. f599e7a [libc++] Refactor __perfect_forward, bind_front and not_fn by Louis Dionne · 3 years, 10 months ago
  55. d232ec3 [libc++] Add timeout to BuildKite jobs by Louis Dionne · 3 years, 10 months ago
  56. 6f85d9e [libc++][doc] Improve contributor documentation. by Mark de Wever · 3 years, 10 months ago
  57. 96ed451 [libc++][NFC] Remove MSVC specific code. by Mark de Wever · 3 years, 10 months ago
  58. 3d2d3b3 [libc++] [test] IWYU in <concepts> tests. by Arthur O'Dwyer · 3 years, 10 months ago
  59. f221d90 [libc++] IWYU to fix Modules complaints about _LIBCPP_ASSERT. NFCI. by Arthur O'Dwyer · 3 years, 10 months ago
  60. ac42f760 [libc++] s/_VSTD::_IsSame/_IsSame/. NFCI. by Arthur O'Dwyer · 3 years, 10 months ago
  61. 892990c [libc++] IWYU to fix complaints when compiling with Modules. NFCI. by Arthur O'Dwyer · 3 years, 10 months ago
  62. e517a24 Revert "[libcxx][CI] Work around Arm buildkite failures" by David Spickett · 3 years, 10 months ago
  63. 3df649e [libcxx][docs] Take locks on the last three views. by zoecarver · 3 years, 10 months ago
  64. d618a1c [libc++] Improve LIBCXX_ENABLE_INCOMPLETE_FEATURES. by Mark de Wever · 3 years, 10 months ago
  65. 481ad59 [libcxx][ranges] Add `std::ranges::single_view`. by zoecarver · 3 years, 10 months ago
  66. 7b3ada7 [libc++][NFC] Fix copy-paste error in the transform_view tests by Louis Dionne · 3 years, 10 months ago
  67. c99f5b2 [libc++] Handle arrays in std::destroy_at by Louis Dionne · 3 years, 10 months ago
  68. 9efffe8 [libc++][NFC] Make private header generation CMake comment more consistent by Louis Dionne · 3 years, 10 months ago
  69. 92b758c [libcxx][doc] Update the build documentation. by Mark de Wever · 3 years, 10 months ago
  70. d484017 [libc++] Remove excess whitespace in synopsis comment. NFCI. by Arthur O'Dwyer · 3 years, 10 months ago
  71. 61c35fb [libc++][modularisation] Split <compare> into internal headers. by Ruslan Arutyunyan · 3 years, 10 months ago
  72. 20c6ddc [libc++] Remove unused variables in generate_private_header_tests.py. NFCI. by Arthur O'Dwyer · 3 years, 10 months ago
  73. 363a8a0 [libc++] money_get::do_get() set failbit and eofbit if iterator begin equals end by Jason Liu · 3 years, 10 months ago
  74. 3894a8a [libc++] Implement the resolutions of LWG3506 and LWG3522. by Arthur O'Dwyer · 3 years, 10 months ago
  75. 6929bd6 [libc++] Add UNSUPPORTED for clang-14 since the underlying bug hasn't been fixed yet by Louis Dionne · 3 years, 10 months ago
  76. 0f4b41e [libcxx][ranges] Add ranges::take_view. by zoecarver · 3 years, 10 months ago
  77. 4e65688 [libc++][nfc] Improve error diagnostics. by Mark de Wever · 3 years, 10 months ago
  78. 4fd42e2e [libcxx] Bump __libcpp_version to 14 after branch by David Spickett · 3 years, 10 months ago
  79. 08c766a Bump the trunk major version to 14 by Tom Stellard · 3 years, 10 months ago upstream/llvmorg-14-init
  80. 2e4755f [libc++] Fix a few warnings in system headers with GCC by Louis Dionne · 3 years, 10 months ago
  81. 8a48e6d [libcxx][ranges] Add `counted_iterator`. by zoecarver · 3 years, 10 months ago
  82. b187e03 [libcxx][nfc] Delete `cpp20_input_iterator`'s default constructor. by zoecarver · 3 years, 10 months ago
  83. 71909de [libc++] Disable incomplete library features. by Mark de Wever · 3 years, 10 months ago
  84. 3dc39f2 [SystemZ][z/OS][libcxx]: Disable align_val_t test cases on z/OS by Nancy Wang · 3 years, 10 months ago
  85. 21c24ae [runtimes] Always build libc++, libc++abi and libunwind with -fPIC by Louis Dionne · 3 years, 10 months ago
  86. 4547861 [libc++] CI: Run -std=c++03 on Clang ToT by Louis Dionne · 3 years, 10 months ago
  87. 775caa5 [libc++] [c++2b] [P2166] Prohibit string and string_view construction from nullptr. by Marek Kurdej · 3 years, 10 months ago
  88. 496a381 [libc++] NFC: Try to trigger Docker image rebuild on CI nodes by Louis Dionne · 3 years, 10 months ago
  89. 9563f3b [libcxx][NFC] adjusts 41b17c44 so it meets requested feedback by Christopher Di Bella · 3 years, 10 months ago
  90. 1e1b570 [libc++] Fix spacing in <vector>. NFCI. by Arthur O'Dwyer · 3 years, 10 months ago
  91. 41b17c4 [libc++] Fix signed overflow inside ranges::advance. by Arthur O'Dwyer · 3 years, 10 months ago
  92. 25666a7 [libc++] Remove "pass by const value" in <random>. NFCI. by Arthur O'Dwyer · 3 years, 10 months ago
  93. 7b28c5d [libc++] Implement the output_iterator and output_range concepts by Louis Dionne · 3 years, 10 months ago
  94. 069428b [libc++] Set the target triple by default in the standalone build by Louis Dionne · 3 years, 10 months ago
  95. fbaf7f0 [libc++] Add range_size_t by Louis Dionne · 3 years, 10 months ago
  96. 3ca6dea [libc++][NFC] Change a few instances of > > to >> in C++20 code by Louis Dionne · 3 years, 10 months ago
  97. 1139fd4 [libc++][ci] Detect not committed generated files. by Mark de Wever · 3 years, 10 months ago
  98. d990852 [libcxx][nfc] Cleanup libc++ specific tests. by Mark de Wever · 3 years, 10 months ago
  99. 1e4ba7e [libcxx][nfc] Global `constexpr friend` -> `friend constexpr`. by zoecarver · 3 years, 10 months ago
  100. e5d8b93 [libcxx][ranges] Add `ranges::common_view`. by zoecarver · 3 years, 10 months ago