文件最后提交记录最后更新时间
[libc++] Fix the behavior of throwing operator new under -fno-exceptions (#69498)2 年前
[libcxx][test] compiler options are non-portable4 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libc++] Counter<T>'s assignment operator shouldn't ++gConstructed3 年前
[libc++] NFC: Normalize #endif // comment indentation5 年前
[libc++] Fix std::move algorithm with trivial move-only types2 年前
[libc++][test] Fix MaybePOCCAAllocator to finally meet the allocator requirements (#74960)2 年前
[libc++][ranges][NFC] Templatize some of the types in almost_satisfies_types.h3 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libc++] Granularize <iterator> includes3 年前
[libc++][test] Add license headers to test/support/archetypes.*6 年前
[ASan][libc++] Turn on ASan annotations for short strings (#79536)2 年前
[libc++] Add CI job for testing macOS C++03 (#75355)2 年前
[libc++] Fix bug in atomic_ref's calculation of lock_free-ness (#99570)1 年前
[libc++][test] Cleanup typos and unnecessary semicolons (#73435)2 年前
[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guides3 年前
[libc++] Move __errc to __system_error/errc.h3 年前
[libc++] Test suite portability improvements (#98527)1 年前
Update atomic feature macros, synopsis, signatures to match C++20. Improve test coverage for non-lock-free atomics.5 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libc++][test] Fix MSVC warnings with static_casts (#74962)2 年前
[libc++][test] Fixes constexpr char_traits. (#90981)2 年前
[libc++] Remove dependence on <ciso646> (#73271)2 年前
[libc++] Test suite portability improvements (#98527)1 年前
[libc++] Qualifies size_t.3 年前
[libc++][test] Cleanup typos and unnecessary semicolons (#73435)2 年前
[libc++] Handle 0 size case for testing support operator new (#93834)1 年前
[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to the test suite2 年前
[libc++] Fix minor formatting error in test/support/counting_projection.h (#72480)2 年前
[libc++] Remove <queue> and <stack> includes from <format> (#85520)2 年前
[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to the test suite2 年前
[libc++] Make some testing utilities constexpr5 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libc++] Test suite portability improvements (#98527)1 年前
[libc++] Use _Complex for multiplication and division of complex floating point types (#83575)1 年前
[libc++][format] Fix a missing include in <format> tests. (#71252)2 年前
[libcxx] Fixed a number of typos3 年前
[libc++][math] Fix undue overflowing of std::hypot(x,y,z) (#100820)1 年前
Update more file headers across all of the LLVM projects in the monorepo7 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libc++][NFC] Fix unparenthesized comma expression in mem-initializer (#89605)2 年前
[libc++] [P0919] Some belated review on D87171.4 年前
[libc++][test] Cleanup typos and unnecessary semicolons (#73435)2 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library.5 年前
[libc++] Qualifies size_t.3 年前
[libc++] Introduce make_test_jthread for jthread tests (#68837)2 年前
[libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (#75259)2 年前
[libc++][test] Don't use __libcpp_is_constant_evaluated in tests (#72226)2 年前
[libc++] [test] Fix portability issues for MSVC (#93259)2 年前
[libc++] Refactor<__type_traits/is_swappable.h> (#86822)1 年前
[libc++][test] Fixes constexpr char_traits. (#90981)2 年前
[libc++] Qualifies size_t.3 年前
[libc++] NFC: Normalize #endif // comment indentation5 年前
[libc++] Qualifies size_t.3 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libc++] Refactor<__type_traits/is_swappable.h> (#86822)1 年前
[libc++] Remove unnecessary usage of <iostream> in the test suite5 年前
[libc++][NFC] Remove excess trailing newlines from most files6 年前
[libc++] Fix tuple assignment from types derived from a tuple-like5 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libcxx] [test] Make set_windows_crt_report_mode.h more explicit2 年前
[NFC][libc++][format] Prepare unit tests.4 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
Implement syncstream (p0053)2 年前
Reland: [libc++][format] P2637R3: Member visit (std::basic_format_arg) #76449 (#79032)2 年前
[libc++] Adds a global private constructor tag. (#87920)2 年前
[libc++] Fix take_view::__sentinel's operator== (#74655)2 年前
[libc++] Qualifies size_t.3 年前
[libc++][test] Cleanup typos and unnecessary semicolons (#73435)2 年前
libcxx: Rename .hpp files in libcxx/test/support to .h6 年前
[libc++][PSTL] Overhaul exceptions handling2 年前
[NFC][libc++] Requests PR at GitHub instead of Phabricator.2 年前
[NFC][libc++] Requests PR at GitHub instead of Phabricator.2 年前
[libc++][spaceship] Implements X::iterator container requirements. (#99343)1 年前
[libc++] [test] Fix __has_include usage, expand condvarany and spaceship coverage (#94120)1 年前
[libc++][NFC] Centralize test for support of == and != in ranges (#78481)2 年前
[libc++] Qualifies size_t.3 年前
[libc++] [P0919] Some belated review on D87171.4 年前
[libc++][chrono] Adds tzdb_list implementation.2 年前
[libcxx][test] compiler options are non-portable4 年前
Update more file headers across all of the LLVM projects in the monorepo7 年前
[libc++] Forward to std::{,w}memchr in std::find2 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libc++] Implement P2273R3 (constexpr unique_ptr)3 年前
[libc++][ranges] Implement the changes to container adaptors from P1206 (ranges::to):2 年前
[libc++][NFC] Consistently use newline between license and include guard3 年前
[libc++] Remove experimental pmr headers now shipped in mainline (#73172)2 年前
[libc++][test] Remove tests that testing std::variant<T&> (#84222)2 年前
[libc++] Get rid of _LIBCPP_HAS_OPEN_WITH_WCHAR in the test suite3 年前