Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
afbfb16d294af2fd4f6fb3c37bb07b274adef8bc
/
libcxx
afbfb16
[libc++][TZDB] Implements zoned_time formatters. (#98347)
by Mark de Wever
· 11 months ago
af0d731
[libc++][math] Mathematical Special Functions: Hermite Polynomial (#89982)
by PaulXiCao
· 11 months ago
f65d7fd
[libc++][vector] Fixes shrink_to_fit. (#97895)
by Mark de Wever
· 11 months ago
9d03275
[ASan][libc++] Turn off SSO annotations for Apple platforms (#96269)
by Tacet
· 11 months ago
ffda521
[libc++] Make libc++ forward-compatible with AppleClang's definition of __builtin_verbose_trap (#99529)
by Louis Dionne
· 11 months ago
04760bf
[libc++][ranges] P1223R5: `find_last` (#99312)
by nicole mazzuca
· 11 months ago
2f8c786
[libc++] Refactor buildkite-pipeline.yml (#99483)
by Louis Dionne
· 11 months ago
da44c06
[libc++][docs] Add tip for developers running the test suite on macOS (#99544)
by Louis Dionne
· 11 months ago
f0617d2
[libcxx][test] Remove picolib UNSUPPORTED for now.pass.cpp (#99503)
by David Spickett
· 11 months ago
3b78dfa
[libc][libcxx] Support for building libc++ against LLVM libc (#99287)
by Petr Hosek
· 11 months ago
e475bb7
[libc++][memory] P1132R8: `out_ptr` - a scalable output pointer abstraction (#73618)
by Hristo Hristov
· 11 months ago
50b5bb7
[libc++] Add comment about matching standard version in apple-install-libcxx
by Louis Dionne
· 11 months ago
719b2ac
[libc++] Allow testing Apple's system library as it is installed (#99086)
by Louis Dionne
· 11 months ago
a0662176
[libc++] Speed up set_intersection() by fast-forwarding over ranges of non-matching elements with one-sided binary search. (#75230)
by Iuri Chaer
· 11 months ago
2bf91db
[libc++] Use char_traits::copy while inserting when possible (#97201)
by Nikolas Klauser
· 11 months ago
0ce11a1a
[libc++] Add a release note about C++03 being frozen after LLVM 21 (#95894)
by Nikolas Klauser
· 11 months ago
684a615
[libc++][chrono] Remove non-standard relational operators for `std::chrono::weekday` (#98730)
by A. Jiang
· 11 months ago
561246e
[libc++][NFC] Remove wrong #endif comment
by Nikolas Klauser
· 11 months ago
4dfa75c6
[libc++] Merge is_scoped_enum.h into is_enum.h (#99458)
by Nikolas Klauser
· 11 months ago
fde51e2
[libc++][test] Raise a useful error when no -std=c++NN flag is found to work (#99423)
by Janet Cobb
· 11 months ago
7f2bd53
[libc++] Fix acceptance of convertible-to-{float,double,long double} in std::isfinite() (#98841)
by Robin Caloudis
· 11 months ago
cb3de24
[libc++][iterator][ranges] P2997R1: Removing the common reference requirement from the indirectly invocable concepts (#98817)
by Hristo Hristov
· 11 months ago
b7a6cca
[libc++][test] XFAIL sized deallocation tests for AIX, z/OS, and MinGW (#98960)
by Xing Xue
· 11 months ago
4a19be5
[libc++][strings] P2591R5: Concatenation of strings and string views (#88389)
by Hristo Hristov
· 11 months ago
dfddc0c
[libc++] Include the rest of the detail headers by version in the umbrella headers (#96032)
by Nikolas Klauser
· 11 months ago
ad15428
[NFC][libc++][test] loosen XFAIL condition for setfill_wchar_max.pass.cpp
by David Tenty
· 11 months ago
194f98c
[libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX (#89305)
by Xing Xue
· 11 months ago
81955da
[libc++] Remove special handling of the native C++ library in benchmarks (#98529)
by Louis Dionne
· 11 months ago
963e25a
[libc++][NFC] Remove a few unused includes (#98808)
by Nikolas Klauser
· 11 months ago
136737d
[libc++] Deprecates rel_ops. (#91642)
by Mark de Wever
· 11 months ago
60b6f43
[libc++][ranges] LWG4001: `iota_view` should provide `empty` (#79687)
by Hristo Hristov
· 11 months ago
578c619
[libc++] Simplify std::is_void (#99033)
by Nikolas Klauser
· 11 months ago
6192f45
[libc++] Make `std::lock_guard` available with `_LIBCPP_HAS_NO_THREADS` (#98717)
by Petr Hosek
· 11 months ago
a05724a
[libc++][chrono] Adds year_month_day_last&::operator<=>. (#98169)
by Mark de Wever
· 11 months ago
8ba9ed6
[libc++][ranges] LWG4035: `single_view` should provide `empty` (#98371)
by Hristo Hristov
· 11 months ago
30cc12c
[libc++] Simplify the implementation of is_null_pointer a bit (#98728)
by Nikolas Klauser
· 11 months ago
0eebb48
[libc++] Merge is_member{,_object,_function}_pointer.h (#98727)
by Nikolas Klauser
· 11 months ago
4e338dc
[libc++] P2389R2: `dextents` Index Type Parameter (#97393)
by Xiaoyang Liu
· 11 months ago
ef51e61
[libc++] Handle _LIBCPP_HAS_NO_{THREADS,LOCALIZATION} consistently with other carve-outs (#98319)
by Louis Dionne
· 11 months ago
59e56ee
Revert "Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)"
by Haojian Wu
· 11 months ago
69fecaa
[libc++] Clean up some now dead code with the upgrade to GCC 14 (#97746)
by Nikolas Klauser
· 11 months ago
ef8207b
[libc++][docs] LWG3380 made the status of P1614R2 in [meta.trans.other] "Nothing To Do" (#98636)
by A. Jiang
· 11 months ago
9bd575d
[libc++] Deprecate _LIBCPP_ENABLE_ASSERTIONS & friends (#98364)
by Louis Dionne
· 11 months ago
3fe8ce3
[libc++][NFC] Remove outdated comment about overridable_function being in libcxx/include
by Louis Dionne
· 11 months ago
1e96b4a
[libc++][hardening] Use `__builtin_verbose_trap` if it's available. (#84870)
by Konstantin Varlamov
· 11 months ago
0d26216
[libc++] Make sure the test for compare-and-wait bug doesn't hang forever (#97907)
by Louis Dionne
· 11 months ago
840e857
[libc++] Fix sporadic test failure in condition_variable notify_all test (#97622)
by Hui
· 11 months ago
7918e62
[libc++] Test suite portability improvements (#98527)
by Louis Dionne
· 11 months ago
ce4aada
Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)
by Krystian Stasiowski
· 11 months ago
31c9c41
[libc++][tuple][utility] P2968R2: Make `std::ignore` a first-class object (#97401)
by Hristo Hristov
· 11 months ago
6c97ad4
[libc++][chrono] Fix streaming for unsigned durations. (#97889)
by Mark de Wever
· 11 months ago
45bc856
[libc++][NFC] Add missing upcoming removal to 19 release notes
by Louis Dionne
· 11 months ago
33af4bd
[libc++] Add empty release notes file for LLVM 20 (#98355)
by Louis Dionne
· 11 months ago
eae174c
[libc++][TZDB] Implements zoned_seconds typedef. (#95141)
by Mark de Wever
· 11 months ago
deeb936
[libc++][format] define __cpp_lib_format. (#98275)
by Mark de Wever
· 11 months ago
2b1b4e3
[libc++][TZDB] Implements zoned_time's operator==. (#95140)
by Mark de Wever
· 11 months ago
ad01635
[libc++] Fix sized deallocation comments in tests (#98173)
by Louis Dionne
· 11 months ago
e77b295
[libc++][TZDB] Adds zoned_time deduction guides. (#95139)
by Mark de Wever
· 11 months ago
0a95f2f
[libc++][TZDB] Finishes zoned_time member functions. (#95026)
by Mark de Wever
· 11 months ago
a37c35e
[libc++] mark P0154 as implemented; fix column alignment issues (#97865)
by h-vetinari
· 11 months ago
d392335
Revert "[Clang] Implement resolution for CWG1835 (#92957)"
by NAKAMURA Takumi
· 11 months ago
7bfb98c
[Clang] Implement resolution for CWG1835 (#92957)
by Krystian Stasiowski
· 11 months ago
a1d73ac
[libc++][TZDB] Finishes zoned_time constructors. (#95010)
by Mark de Wever
· 11 months ago
dda4184
[libc++][TZDB] Adds basics of zoned_time class. (#94999)
by Mark de Wever
· 11 months ago
5c2bdc53
[libc++][NFC] Tabs to space in libcxx-lit script
by Louis Dionne
· 11 months ago
e42f760
[libc++] Define the __cpp_lib_atomic_ref feature test macro (#98081)
by Louis Dionne
· 11 months ago
ca055bb
[libc++][format] LWG4061: Should `std::basic_format_context` be default-constructible/copyable/movable? (#97251)
by A. Jiang
· 11 months ago
96c9913
[libc++][format] LWG4106: `basic_format_args` should not be default-constructible (#97250)
by A. Jiang
· 11 months ago
8ab82a2
[libc++] Add a test case for std::bit_cast with std::complex (#97751)
by Louis Dionne
· 11 months ago
2dadf8d
[libc++] Update status after the St. Louis meeting. (#97951)
by Mark de Wever
· 11 months ago
5789ee2
[libc++] Guard transitive include of `<locale>` with availability macro (#97869)
by Konstantin Varlamov
· 11 months ago
d043e4c
[libc++] Restore `__synth_three_way` lambda (#90398)
by Hristo Hristov
· 11 months ago
9d6b68b
[libc++][TZDB] Makes implementation experimental. (#95657)
by Mark de Wever
· 11 months ago
02c7be5
[libc++] Remove dead code from the locale base API and support code (#89070)
by Nikolas Klauser
· 11 months ago
8426b51
[libcxx][test][NFC] Fix std::pair convertible tests in light of CWG2137 (#97403)
by Mital Ashok
· 11 months ago
6e4bb60
[libc++] Assume newer LLVM versions for not-yet-released macOS versions
by Louis Dionne
· 11 months ago
9e94043
[libc++] Remove annotations for GCC 13 and update the documentation (#97744)
by Nikolas Klauser
· 11 months ago
2da0055
[libc++][NFC] Merge identical char_traits functions into a base class (#97700)
by Nikolas Klauser
· 11 months ago
126f81d
[NFC][libc++] removes std:: qualification,
by Mark de Wever
· 11 months ago
5aa8ef8
[libc++][test] Updates sized deallocation tests. (#97833)
by Mark de Wever
· 11 months ago
683c8e9
[libc++] Adds a missing include.
by Mark de Wever
· 11 months ago
db7db68
[libc++] Use __is_array if the builtin is fixed (#93037)
by Nikolas Klauser
· 11 months ago
5aacf93
[libc++] Use _Complex for multiplication and division of complex floating point types (#83575)
by Nikolas Klauser
· 11 months ago
d2dd4b5
[libc++] Adds a new feature-test macro generator class. (#90889)
by Mark de Wever
· 11 months ago
093ddac
[libc++][chrono] Fixes leap seconds. (#90070)
by Mark de Wever
· 11 months ago
655651a
[libc++] Upgrade to GCC 14 (#97205)
by Nikolas Klauser
· 11 months ago
0865b78
[libc++] Fix the signatures of `std::rethrow_if_nested` (#91365)
by A. Jiang
· 11 months ago
9ce895c
[libc++] Use GCC compilers from compiler explorer (#97219)
by Nikolas Klauser
· 11 months ago
cfbad45
Add a regression test for recent regression in pair. (#97355)
by James Y Knight
· 11 months ago
1e6d5de
[libcxx][Docs] Correct link syntax in hardening docs
by David Spickett
· 11 months ago
7782de8
[libc++] Don't use a ppa for GCC
by Nikolas Klauser
· 11 months ago
f190343
[libc++] Upgrade to GCC 14 in the CI (#95212)
by Nikolas Klauser
· 11 months ago
0c9f537
[libc++abi] Fix test failures with GCC 14 (#95759)
by Nikolas Klauser
· 11 months ago
4814628
[libc++][NFC] Replace conditional<>::type with __conditional_t (#96745)
by Nikolas Klauser
· 11 months ago
3497500
[libc++] Clean up and update deployment target features (#96312)
by Louis Dionne
· 11 months ago
57dabc1
[libc++] Fix how we pass /MANIFEST flag on Windows without clang-cl (#96967)
by Louis Dionne
· 11 months ago
5e1de27
Revert "[libc++][NFC] Simplify pair a bit" (#97003)
by James Y Knight
· 11 months ago
3748162
Revert "[libc++] Use _If for conditional_t (#96193)"
by Benjamin Kramer
· 11 months ago
eeb9316
[runtimes][NFC] Improve error message when running Lit incorrectly
by Louis Dionne
· 11 months ago
637b7f8
[libc++] Classify iota_view precondition (#96662)
by Louis Dionne
· 11 months ago
Next »