aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2023-09-01[libcxx][test] Add tests for hash_function() and key_eq() in unordered contai...Ruslan Arutyunyan8-0/+292
2023-08-31[libc++] Initialize all member variables of `__state` in `<regex>`Konstantin Varlamov1-1/+1
2023-08-31[libc++] Move once_flag outside of <mutex>Louis Dionne17-162/+216
2023-08-31Remove lit's --summary flag from buildbots.Eric Fiselier2-2/+2
2023-08-31[runtimes] Fix some duplicate word typosLouis Dionne2-2/+2
2023-08-30[libc++][NFC] Remove some dead codeNikolas Klauser1-6/+0
2023-08-30Revert "[libc++] Comment out the AIX jobs that are failing"David Tenty1-38/+37
2023-08-30[libc++][format] Fixes out of bounds access.Mark de Wever3-0/+19
2023-08-29[libc++][hardening] Mark the remaining stray assertions as uncategorizedKonstantin Varlamov5-13/+13
2023-08-29[libc++] Adds __throw_system_error overload.Mark de Wever3-14/+12
2023-08-29[libc++][doc] Improves contribution page.Mark de Wever1-0/+117
2023-08-29[lit] Improve test output from lit's internal shellJoel E. Denny2-46/+3
2023-08-29Revert "[clang] Enable sized deallocation by default in C++14 onwards"Aaron Ballman3-13/+6
2023-08-29[libc++] Implement LWG3464(istream::gcount() can overflow)yronglin2-8/+13
2023-08-29[clang] Enable sized deallocation by default in C++14 onwardswangpc3-6/+13
2023-08-27Revert "[libc++] Implement LWG3464(istream::gcount() can overflow)"yronglin2-13/+8
2023-08-27[libc++] Implement LWG3464(istream::gcount() can overflow)yronglin2-8/+13
2023-08-25[libc++][NFC] Fix typos in commentsLouis Dionne2-2/+2
2023-08-25[libc++] Fix GNU/Hurd buildSamuel Thibault2-2/+2
2023-08-25[PowerPC] Exclude frexp(long double) on linuxLei Huang1-0/+6
2023-08-25 [libc++]Declaring '__asign_view__' as a non noexcept functionRishabh Bali1-2/+1
2023-08-25[libc++] Adds string_view constructor overloadMark de Wever11-40/+292
2023-08-24[libc++][Modules] locale fails to compile with clang modules when _LIBCPP_LOC...Ian Anderson1-0/+1
2023-08-23[libc++] Temporary workaround to make the CI green againLouis Dionne1-0/+3
2023-08-23[libcxx][NFC] Update status documentation for stride range viewWill Hawkins1-1/+1
2023-08-23[libc++][charconv] Adds operator bool.Mark de Wever12-7/+119
2023-08-22[NFC][libc++][test] Improve name test file.Mark de Wever1-0/+0
2023-08-22[libc++][CI] Moves modules build to C++23.Mark de Wever3-35/+25
2023-08-22[libc++][C++20 modules] Tests no unicode build.Mark de Wever5-5/+9
2023-08-22[libc++][C++20 modules] Tests no random device build.Mark de Wever5-5/+9
2023-08-22[libc++][C++20 modules] Tests no filesystem build.Mark de Wever6-6/+15
2023-08-22[libc++][C++20 modules] Tests no threading build.Mark de Wever15-9/+31
2023-08-22[libc++][C++20 modules] Tests no locale build.Mark de Wever7-6/+38
2023-08-22[libc++][modules] Generates std.cppm.in.Mark de Wever5-72/+202
2023-08-22[libc++][CI] Test std module in C++26 mode.Mark de Wever6-12/+10
2023-08-22[libc++][modules] Simplifies C++20 module testing.Mark de Wever10-50/+80
2023-08-20[libc++][doc] Marks LLVM-17 release notes as final.Mark de Wever1-9/+3
2023-08-20[libc++][expected] Implement LWG3836yrong5-22/+57
2023-08-19[libc++][NFC] Remove __has_keywordNikolas Klauser2-4/+2
2023-08-19[libc++] Make everything in namespace std have default type visibility and hi...Nikolas Klauser17-41/+40
2023-08-19[libc++] Fixes disabling wide character.Mark de Wever2-0/+4
2023-08-19[NFC][libc++] Removes no longer existing define.Mark de Wever1-1/+1
2023-08-19[docs] Fix include-what-you-use exampleKim Gräsman1-1/+1
2023-08-19[libc++][test] Fixes a typo in UNSUPPORTED.Mark de Wever1-1/+1
2023-08-18Fx typos in documentationKazu Hirata1-1/+1
2023-08-18[libc++][NFC] Refactor enable_ifs in defaulted arguments to defaulted templat...Nikolas Klauser15-161/+110
2023-08-18[libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylibLouis Dionne9-19/+19
2023-08-17[libc++][Modules] Simplify the __std_clang_module header generationIan Anderson3-109/+129
2023-08-17[libc++][CI] Fixes error messages.Mark de Wever1-5/+8
2023-08-17[libc++][chrono] Fixes FreeBSD tests.Mark de Wever24-288/+634