Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /external /github.com /llvm /llvm-project /libcxx /HEAD
  1. 86d30cc[libc++] Refactor internal index_sequence API to match the public one (#149475)by Nikolas Klauser· 19 hours agomain
  2. 8c5993f[libc++][ranges] implement `std::ranges::zip_transform_view` (#79605)by Hui· 20 hours ago
  3. 29933e8[libc++] constexpr flat_multimap (#148417)by Hui· 36 hours ago
  4. 2762073[libc++] Add and empty skeleton for LLVM 22 release notes (#149535)by Louis Dionne· 2 days ago
  5. 569aa83[libc++] Diagnose passing null pointers to a bunch of APIs (#148585)by Nikolas Klauser· 2 days ago
  6. 9cdbd38[libc++] Move a bunch of extensions tests to test/extensions (#149275)by Nikolas Klauser· 2 days ago
  7. 12c04d6Reland [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types (#149613)by YexuanXiao· 2 days ago
  8. 7777118[libc++][NFC] Fix typos in the libc++ 21 release notes (#149536)by Louis Dionne· 3 days ago
  9. f582115Remove last few bits for Native Client support (#148983)by Brad Smith· 3 days ago
  10. e77c00a[libc++] Remove unused _LIBCPP_HAS_NO_STD_MODULES macro from __config_site (#148902)by Louis Dionne· 3 days ago
  11. 0e33631[libc++][tests] Update XFAIL annotations for some tests on Windows (#149124)by Paul Kirth· 3 days ago
  12. 3eda1e6Revert "[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (#143653)"by Kazu Hirata· 3 days ago
  13. 52d4e4b[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (#143653)by YexuanXiao· 3 days ago
  14. 262538e[libc++][Android] Reenable 2 tests for Android (#149415)by Ryan Prichard· 3 days ago
  15. 66f2334[libcxx][fstream][NFC] Make __failed helper lambda a member function (#149390)by Michael Buch· 3 days ago
  16. 5424e0d[libc++] Fix hash_multi{map,set}::insert (#149290)by Nikolas Klauser· 3 days ago
  17. 8c7001a[libc++] Move more tests into better places (#148419)by Nikolas Klauser· 4 days ago
  18. 757c0bc[libc++][NFC] Use variable templates in <string> (#149038)by Nikolas Klauser· 4 days ago
  19. 339e4c2[libc++] Remove minimal_cxx11_configuration.pass.cpp (#149119)by Nikolas Klauser· 4 days ago
  20. 7beb688[libc++] Add missing include <limits> to bitset to_ullong.pass.cpp test (#149149)by Jonathan Wakely· 4 days ago
  21. 3618017[libc++] Granularize `range_format` and `format_kind` declarations (#148876)by William Tran-Viet· 4 days ago
  22. 25b1240[libc++][Android] Update compiler and sysroot (#148998)by Ryan Prichard· 4 days ago
  23. f42ef1bMinor formatting fix in 'generate_feature_test_macro_components' (#148889)by Steve O'Brien· 5 days ago
  24. e572a5f[libc++] Simplify __hash_table further (#148375)by Nikolas Klauser· 5 days ago
  25. a932449[Clang] Diagnose forming references to nullptr (#143667)by Corentin Jabot· 5 days ago
  26. d33935eRemove workarounds for NDK versions before 2017's r16. (#148879)by enh-google· 5 days ago
  27. 4e14ffb[libc++] Implement _LIBCPP_SUPPRESS_DEPRECATED macros in terms of _LIBCPP_DIAGNOSTIC macros (#143857)by Nikolas Klauser· 5 days ago
  28. b4cfc95[libc++][NFC] Remove some __tree internal accessor functions (#147266)by Nikolas Klauser· 5 days ago
  29. e6e5c65[libc++] Update polymorphic_allocator to never contain a nullptr (#148423)by Nikolas Klauser· 5 days ago
  30. 51202dd[libc++] Always initialize __tree::{,const_}iterator (#147167)by Nikolas Klauser· 5 days ago
  31. e98ec1f[libc++] Simplify std::launder (#147985)by Nikolas Klauser· 5 days ago
  32. 621455c[libc++] Annotate barrier functions that are defined in the dylib (#148542)by Nikolas Klauser· 5 days ago
  33. b154ff7[libc++] Add missing unsupported attributes to hardening timezone tests. (#148406)by Konstantin Varlamov· 5 days ago
  34. 6bf335c[libc++][docs] Add missing entry for status pages, fix bad formatting, and deduplicate (#148186)by A. Jiang· 6 days ago
  35. f4c5741[libc++] Bump Xcode support (#148651)by Louis Dionne· 6 days ago
  36. a37f363[libc++] Ensure that we restore invariants in basic_filebuf::overflow (#147389)by Louis Dionne· 6 days ago
  37. 34e2e53Bump version to 22.0.0-gitby Tobias Hieta· 6 days ago
  38. f8d7cd5Revert "[libc++][hardening] Introduce assertion semantics" (#148822)by Nikolas Klauser· 6 days ago
  39. 5935b9dRevert "[libc++][hardening] Introduce a dylib function to log hardening errors." (#148787)by Nikolas Klauser· 6 days ago
  40. 5806691[libc++] Simplify the implementation of __libcpp_{,de}allocate (#147989)by Nikolas Klauser· 6 days ago
  41. 393a850[libc++][hardening] Introduce assertion semantics (#148268)by Konstantin Varlamov· 6 days ago
  42. 9ca2cc0[libc++] P2944R3: Constrained comparisons - `optional` (#144249)by Hristo Hristov· 6 days ago
  43. cfe00ea[libc++][hardening] Introduce a dylib function to log hardening errors. (#148266)by Konstantin Varlamov· 6 days ago
  44. 88f641b[clang] Add -Wuninitialized-const-pointer (#148337)by Igor Kudrin· 6 days ago
  45. 883b09eRevert "[libc++][NFC] atomic::wait use public API on macOS" (#148705)by Michael Buch· 6 days ago
  46. c0bea0d[libc++][docs] Confirm that P2372R3 has been implemented (#148573)by A. Jiang· 7 days ago
  47. 3667960[libc++] Introduce the _LIBCPP_VERBOSE_TRAP macro (#148262)by Konstantin Varlamov· 7 days ago
  48. 9196f33[libcxx] Fix a typo in documentation (#148557)by Kazu Hirata· 7 days ago
  49. 2755f4a[libc++] Don't instantiate allocators in __hash_table on an incomplete type (#148353)by Nikolas Klauser· 8 days ago
  50. 452d99a[libc++][NFC] Fix documentation for using the libstdc++ test configby Louis Dionne· 9 days ago
  51. 7944830[libc++][NFC] atomic::wait use public API on macOS (#147146)by Hui· 9 days ago
  52. 3a13a88[libc++] XFAIL is_bounded_array.pass.cpp for Android as wellby Nikolas Klauser· 10 days ago
  53. d662de4[libc++] Move a few tests into more correct places (#147557)by Nikolas Klauser· 10 days ago
  54. b9a255f[LLVM] Fix GPU build of libcxx/compiler-rt librariesby Joseph Huber· 11 days ago
  55. 237501e[libc++] Temporarily disable failing test for Android CI runnersby Nikolas Klauser· 11 days ago
  56. 74cd993[libc++] Fix insert() calling incorrect constructors (#146231)by Nikolas Klauser· 11 days ago
  57. 86505ec[libc++] Implement the public invoke API in terms of the libc++-internal API (#146334)by Nikolas Klauser· 11 days ago
  58. 73a8d69[libc++][NFC] Simplify std::__destroy_at a bit (#147025)by Nikolas Klauser· 11 days ago
  59. 0541394[libc++][NFC] Remove special handling for __hash_value_type in <__node_handle> (#147271)by Nikolas Klauser· 11 days ago
  60. 9e449b3[libc++] Remove the `packaged_task::result_type` extension (#147671)by A. Jiang· 11 days ago
  61. aee1326[libc++][docs] Update paper & LWG issue lists after 2025-06 meeting (#147668)by A. Jiang· 11 days ago
  62. 0101109[libcxx] Bump Container Runner Version (#147831)by Aiden Grossman· 11 days ago
  63. 3b24391[libc++] Simplify definition of __libcpp_recursive_mutex_t (#147385)by Hervé Poussineau· 11 days ago
  64. 223615b[libc++] Optimize ctype::to{lower,upper} (#145344)by Nikolas Klauser· 12 days ago
  65. cd4a49a[libc++] Mark a few LWG issues as complete instead of Nothing To Doby Louis Dionne· 12 days ago
  66. d2f317e[libc++][docs] Fix bad status and links in Cxx2cIssues.csv (#147669)by A. Jiang· 12 days ago
  67. 1bd5e96[libcxxabi][libunwind] Support for using LLVM libc (#134893)by Petr Hosek· 12 days ago
  68. 4ece45b[libc++][z/OS] XFAIL thread_create_failure.pass.cpp on z/OS (#147520)by Zibi Sarbinowski· 12 days ago
  69. f0f0465[libc++] Fix std::make_exception_ptr interaction with ObjC (#135386)by itrofimow· 13 days ago
  70. 11da2de[libc++][Clang] Added explanation why is_constructible evaluated to false. Updated the diagnostics checks in libc++ tests. (#144220)by Shamshura Egor· 13 days ago
  71. 57e0bc7[libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Reference Type (#141408)by Hui· 2 weeks ago
  72. 19982b8[libc++] LWG 3987 provide iterator.range access from flat_{map,set} (#137524)by Hui· 2 weeks ago
  73. a96060f[libc++][doc][NFC] update release notes on P3372R3 (#147161)by Hui· 2 weeks ago
  74. ff165b6[libc++] fix atomic::wait memory order (#146267)by Hui· 2 weeks ago
  75. 02bd41a[libc++] constexpr `flat_set` (#140360)by Hui· 2 weeks ago
  76. 95f9730[libc++] Granularize <locale> (#146650)by Nikolas Klauser· 2 weeks ago
  77. 8b8d4db[libc++][NFC] Merge add_{r,l}value_reference.h (#147022)by Nikolas Klauser· 2 weeks ago
  78. 4ce1bc7[libc++] default some special members in map and set (#147081)by Nikolas Klauser· 2 weeks ago
  79. deebd19[libc++] Add the thread safety annotations unconditionally (#117497)by Nikolas Klauser· 2 weeks ago
  80. 2444e69[libcxx][test] Correct syntax of lit directives in some tests (#146886)by David Spickett· 2 weeks ago
  81. 0a962b1[libc++][NFC] Remove __remove_uncvref (#140531)by Nikolas Klauser· 2 weeks ago
  82. 5135d8f[libc++] Fix tests broken on the Buildkite CI (#146733)by Louis Dionne· 2 weeks ago
  83. bd49b15[libc++][NFC] Fixed some wrongly spelled `_LIBCPP_STD_VER` in comments (#147008)by Hristo Hristov· 2 weeks ago
  84. dd2ca70[libcxxabi][cmake] Account for LIBCXXABI_TARGET_SUBDIR in test config (#138527)by Raul Tambre· 3 weeks ago
  85. 20924f0[libcxx] Avoid hash key in __hash_table::find() if it is empty. (#126837)by xbcnn· 3 weeks ago
  86. 5de0b75[libc++] Remove dead code from <type_traits> (#143854)by Nikolas Klauser· 3 weeks ago
  87. 666005d[libc++] Avoid including vector in <functional> (#144310)by Nikolas Klauser· 3 weeks ago
  88. a9fcf8c[libc++] Make libcxx/selftest a top-level test directory (#144852)by Nikolas Klauser· 3 weeks ago
  89. 9ee1901[libc++] Re-add a script to trigger the libc++ Buildkite pipeline (#146730)by Louis Dionne· 3 weeks ago
  90. a5070e9[clang] [modules] Implement P3618R0: Allow attaching main to the global module (#146461)by Ashwin Banwari· 3 weeks ago
  91. f65549eAddress formatting mistake in libc++ testby Eric Fiselier· 3 weeks ago
  92. 91dc12c[libc++] Fix wait_on_destruct.pass.cpp hanging sometimes (#146240)by Eric· 3 weeks ago
  93. bd058a2[libc++] Add missing _LIBCPP_NODEBUG in <__type_traits/invoke.h>by Nikolas Klauser· 3 weeks ago
  94. 92a0d1e[libc++] Fix <charconv> not exporting std::errc (#146268)by Nikolas Klauser· 3 weeks ago
  95. 515c20a[Clang] Add __builtin_invoke and use it in libc++ (#116709)by Nikolas Klauser· 3 weeks ago
  96. 0d424c4[libc++][NFC] Refactored equality comparisons tests for `pair` and `expected` (#145668)by Hristo Hristov· 3 weeks ago
  97. 63b18d8[libc++] Introduce `__product_iterator_traits` and optimise `flat_map::insert` (#139454)by Hui· 3 weeks ago
  98. 458ade3[libc++] P2944R3: Constrained comparisions - `tuple` (#145677)by Hristo Hristov· 3 weeks ago
  99. 4b76f0d[libc++] Move libcxx/test/libcxx/extensions to libcxx/test/extensions and update the tests (#145476)by Nikolas Klauser· 3 weeks ago
  100. 033a75f[libc++] Remove a bunch of unnecessary type indirections from __tree (#145295)by Nikolas Klauser· 3 weeks ago

[8]ページ先頭

©2009-2025 Movatter.jp