Sign in
llvm
/
llvm-project
/
b0baa1d8bd68a2ce2f7c5f2b62333e410e9122a1
/
libcxx
94714fb
[libc++] Deprecate `is_pod(_v)` since C++20 (#129471)
by A. Jiang
· 9 weeks ago
ba9aeed
[libc++] Implement part of P2562R1: constexpr `ranges::stable_sort` (#128860)
by A. Jiang
· 9 weeks ago
ff993f9
[libc++] Remove identity casts in <{forward_,}list> (#130049)
by Nikolas Klauser
· 9 weeks ago
0cceac6
[libc++] Remove a few unused includes from <__concepts/*> (#129883)
by Nikolas Klauser
· 9 weeks ago
27e686c
[libc++] Verify that LWG4140 is implemented (#128624)
by A. Jiang
· 9 weeks ago
c28c508
[libc++] Implement part of P2562R1: constexpr `ranges::stable_partition` (#129839)
by A. Jiang
· 9 weeks ago
e51331c
[libcxx] Export directory_iterator in module build (#129195)
by Takuto Ikuta
· 9 weeks ago
15edf87
[libc++] Optimize num_put integral functions (#120859)
by Nikolas Klauser
· 9 weeks ago
e739ce2e
[libc++] Add missed `constexpr` to `erase(_if)` in `<string>` (#129666)
by A. Jiang
· 9 weeks ago
a12744f
[libc++] Optimize ranges::swap_ranges for vector<bool>::iterator (#121150)
by Peng Liu
· 9 weeks ago
29dde55
[libc++] Remove a few unused includes in <utility> headers (#129674)
by Nikolas Klauser
· 9 weeks ago
bf9bf29
[libc++] Implement part of P2562R1: constexpr `std::stable_partition` (#128868)
by A. Jiang
· 9 weeks ago
5bf1f03
[libc++] Fix assignment in insertion into `vector` (#116001)
by A. Jiang
· 9 weeks ago
8f4ee42
[libc++][test] extend XFAIL clauses to cover Amazon Linux too (#129377)
by Paul Osmialowski
· 9 weeks ago
ca0612c
[libc++] Fix `money_get::do_get` with huge input (#126273)
by A. Jiang
· 9 weeks ago
00e7463
[libc++][chrono][doc] Use stable names in synopsis. (#129381)
by Mark de Wever
· 9 weeks ago
376ffec
[libc++][format] Enables formattable tests for chrono formatters. (#128356)
by Mark de Wever
· 9 weeks ago
f5f5286
[libc++] Implement LWG3990 for Clang (#128834)
by A. Jiang
· 9 weeks ago
fa5db05
[libc++][test] XFAIL for FreeBSD in thread_create_failure.pass.cpp (#129413)
by A. Jiang
· 9 weeks ago
4a8412d
[libc++] Add tests for gcd that result in something other than zero or one (#129395)
by AdityaK
· 9 weeks ago
d2b09e2
[libc++] Prohibits initializer_list specializations. (#128042)
by Mark de Wever
· 9 weeks ago
65f105b
[libc++] Implements LWG3600 Making istream_iterator copy constructor trivial is an ABI break (#127343)
by Mark de Wever
· 9 weeks ago
f909b22
[libcxx] Provide locale conversions to tests through lit substitution (#105651)
by Martin Storsjö
· 9 weeks ago
c363975
Revert "[libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#129140)" (#129271)
by Paul Osmialowski
· 9 weeks ago
fda7373
[libc++] Guard <codecvt> contents on _LIBCPP_HAS_LOCALIZATION (#129112)
by Louis Dionne
· 9 weeks ago
037cf12
[libc++] Mark _XOPEN_SOURCE test as unsupported on FreeBSD (#128950)
by Louis Dionne
· 9 weeks ago
1a6f9fd
[libc++] Enable algorithm vectorization on arm neon (#128873)
by Nikolas Klauser
· 10 weeks ago
c93dc58
[libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#129140)
by Paul Osmialowski
· 10 weeks ago
39c6c8b
[libc++] Fix the locale base API on Linux with musl (#128936)
by Brian Cain
· 10 weeks ago
f896bd3
[libc++] Diagnose when nullptrs are passed to string APIs (#122790)
by Nikolas Klauser
· 10 weeks ago
28851ed
[libc++] Silence CMake's install messages in the CI (#128872)
by Nikolas Klauser
· 10 weeks ago
da618cf
[NFC][libc++] Guard against operator& hijacking. (#128351)
by Mark de Wever
· 10 weeks ago
2c36411
[libcxx] Add LWG4135: The helper lambda of std::erase for list should specify return type as bool (#128358)
by elhewaty
· 10 weeks ago
7717a54
[libc++] Optimize ranges::equal for vector<bool>::iterator (#121084)
by Peng Liu
· 10 weeks ago
f161b1b
[libc++][test] Refactor tests for rotate and rotate_copy (#126458)
by Peng Liu
· 10 weeks ago
26be07b
[libc++][format] Disables narrow string to wide string formatters. (#128355)
by Mark de Wever
· 10 weeks ago
a841cf9
[lib++][print] Don't pad the ostream output. (#128354)
by Mark de Wever
· 10 weeks ago
d7b3606
[libc++] Updates ostream's println LWG status. (#128214)
by Mark de Wever
· 10 weeks ago
ffc5d2b
[libc++][test] Refactor tests for ranges::swap_range algorithms (#121138)
by Peng Liu
· 10 weeks ago
1d583ed
[libc++][test] Augment ranges::{fill, fill_n, find} with missing tests (#121209)
by Peng Liu
· 10 weeks ago
56379b29
Simplify flip() for std::bitset (#120807)
by Peng Liu
· 10 weeks ago
5e4938a
Exclude hwasan from thread_create_failure.pass.cpp (#128768)
by Thurston Dang
· 10 weeks ago
43401dd
[libc++] Make .verify.cpp tests more robust against changing headers (#128703)
by Nikolas Klauser
· 10 weeks ago
11766a4
[libc++] Don't try to wait on a thread that hasn't started in std::async (#125433)
by Nikolas Klauser
· 10 weeks ago
674dbcf
[libc++][NFC] Use TEST_STD_VER instead of _LIBCPP_STD_VER in re.tokiter.comp/equal.pass.cpp
by Nikolas Klauser
· 10 weeks ago
363bfd6
[libc++] Use the new locale base API on Linux (#128007)
by Louis Dionne
· 2 months ago
de473fc
[libc++] Synchronize Docker container SHA in run-buildbot-container (#128225)
by Louis Dionne
· 2 months ago
1586044
[libc++] Fix basic_string not allowing max_size() elements to be stored (#125423)
by Nikolas Klauser
· 2 months ago
31824b2
[libc++] Fix shrink_to_fit to swap buffer only when capacity is strictly smaller (#127321)
by Peng Liu
· 2 months ago
268853e
[libcxx] Enable localization for the GPU in the config files (#128224)
by Joseph Huber
· 2 months ago
c0d1403
[libc++][docs][NFC] Update supported OpenXL version (#127072)
by Hristo Hristov
· 2 months ago
affbb4d
[libc++] std::atomic primary template should not have a `difference_type` member type (#123236)
by Damien L-G
· 2 months ago
cf50936
[libc++][chrono] implements GPS clock. (#125921)
by Mark de Wever
· 2 months ago
aa6d3ff
[libc++] Re-enable the FreeBSD CI job (#127687)
by Louis Dionne
· 2 months ago
5e26fb1
[libc++] Qualify calls to nullary functions like __throw_foo (#122465)
by Louis Dionne
· 2 months ago
30ae485
[libcxx] Work around picolibc argv handling in tests. (#127662)
by Simon Tatham
· 2 months ago
e83ad81
[NFC][libc++][TZDB] Fixes formatting.
by Mark de Wever
· 2 months ago
f00b32e
[libc++] Reduce the dependency of the locale base API on the base system from the headers (#117764)
by Louis Dionne
· 2 months ago
8feb5ba
[libc++] Add benchmarks for copy algorithms (#127328)
by Louis Dionne
· 2 months ago
9107ad4
Apply clang-format to bitset_test_cases.h to make PR#120807 cleaner
by Peng Liu
· 3 months ago
ad87d5f
[libc++][test] Refactor tests for std::{copy, move, fill} algorithms (#120909)
by Peng Liu
· 3 months ago
ab3d793
[libc++] Optimize ranges::move{,_backward} for vector<bool>::iterator (#121109)
by Peng Liu
· 3 months ago
3e61c1a
[libc++] Avoid code duplication in strings operator+ overloads (#126048)
by Nikolas Klauser
· 3 months ago
7f69a39
[libc++] Deprecate and remove member types of `hash` in `<variant>` (#127758)
by A. Jiang
· 3 months ago
2c8b124
[libc++] Guard include of <features.h> with __has_include (#127691)
by Louis Dionne
· 3 months ago
2207e3e3
[libc++] Set feature-test macro `__cpp_lib_atomic_float` (#127559)
by A. Jiang
· 3 months ago
3a00c42
[libc++] Add Hagenberg issues and papers to the Status pages (#127510)
by Louis Dionne
· 3 months ago
2775122
[libc++][NFC] Clarify libc++'s stance about implementing the Networking TS
by Louis Dionne
· 3 months ago
f796747
[libc++][TZDB] Improves system time zone detection. (#127339)
by Mark de Wever
· 3 months ago
b22fc43
[libc++] Updates the compilers used post LLVM-20 branching. (#126564)
by Mark de Wever
· 3 months ago
7620011
[libc++] Do not guard inclusion of wchar.h with _LIBCPP_HAS_WIDE_CHARACTERS (#126924)
by Steven Cooreman
· 3 months ago
3fa85c7
[libc++] Document that libc++ does not and will never implement the Networking TS (#127508)
by Louis Dionne
· 3 months ago
941f7cb
[libc++][TZDB] Fixes mapping of nonexisting time. (#127330)
by Mark de Wever
· 3 months ago
ec54403
[libc++] Synchronize a few remaining status page rows with Github issues
by Louis Dionne
· 3 months ago
fb29f19
[libc++] Synchronize status pages with Github issues list
by Louis Dionne
· 3 months ago
949e404
[libc++] Add watchOS and tvOS checks for aligned_alloc (#126862)
by Un1q32
· 3 months ago
c6d95c4
[libc++] Fix initialization-order-fiasco with iostream.cpp constructors (#126995)
by Vitaly Buka
· 3 months ago
248716f
[libc++] Fixes (|multi)_set spaceship operator. (#127326)
by Mark de Wever
· 3 months ago
2472d38
[libc++] Move unused basic_string function definition to the dylib sources (#126219)
by Nikolas Klauser
· 3 months ago
a6093d3
[libc++] Explicitly mention vector_bool in the name of benchmarks (#127313)
by Louis Dionne
· 3 months ago
cffc1ac
[libc++] Avoid including <features.h> on arbitrary platforms (#125587)
by Louis Dionne
· 3 months ago
4887e41
[libc++][NFC] Make enable_ifs in <optional> consistent (#127184)
by Nikolas Klauser
· 3 months ago
04bf00c
[NFC][libc++][format] Fixes comment typos.
by Mark de Wever
· 3 months ago
fbd92d0
[libc++][format] Disables the FTM on older MacOS versions. (#126547)
by Mark de Wever
· 3 months ago
e52ad49
[libc++][NFC] Add reminder to remove _LIBCPP_HAS_EXPLICIT_THIS_PARAMETER macro (#127070)
by Hristo Hristov
· 3 months ago
55b0fde
[libc++][NFC] Simplify unique_ptr a bit (#121230)
by Nikolas Klauser
· 3 months ago
db2953d
[doc] Add Discord invite link alongside channel links (#126352)
by Alex Bradbury
· 3 months ago
0761841
[libcxx] Add a missing include for __enable_if_t (#127016)
by Takuto Ikuta
· 3 months ago
672e385
[libcxx] Add a missing include for __bit_iterator (#127015)
by Takuto Ikuta
· 3 months ago
5953e5a
[libc++] Simplify the apple-system-hardened CI configuration (#126911)
by Louis Dionne
· 3 months ago
dbfb29f
[libc++] Add a link to __builtin_verbose_trap from the hardening docs (#126930)
by Louis Dionne
· 3 months ago
b101c35
[libc++] Remove conditional for attributes that are always available (#126879)
by Nikolas Klauser
· 3 months ago
39f0f0a
[libc++] Remove obsolete guards for join_view being experimental (#126697)
by Louis Dionne
· 3 months ago
c4fe456
[libc++] Fixes building with Python 3.8.
by Mark de Wever
· 3 months ago
2d66ab5
[libc++][NFC] Run the container tests through clang-format (#126499)
by Louis Dionne
· 3 months ago
998f242
[libc++][test] Fixes for `hash<Emplaceable>` and value discarding (#126566)
by A. Jiang
· 3 months ago
3d9409f
[NVPTX] Make ctor/dtor lowering always enabled in NVPTX (#126544)
by Joseph Huber
· 3 months ago
f332455
[libc++] Extract destroy algorithms into separate headers (#126449)
by Louis Dionne
· 3 months ago
b319dfe
[libc++][CI] Updates Clang HEAD version in Docker. (#126419)
by Mark de Wever
· 3 months ago
5b9e6c7
[libc++] Improves type-safety in generator script. (#101880)
by Mark de Wever
· 3 months ago
Next »