aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2022-06-29[libc++][format] Improve pointer formatters.Mark de Wever3-284/+33
2022-06-29[libc++][format] Improve integral formatters.Mark de Wever10-1755/+494
2022-06-28[libc++] Fix signature of main() in testsLouis Dionne10-11/+11
2022-06-28[libc++][ranges] Finish LWG issues directly related to the One Ranges Proposal.Konstantin Varlamov22-101/+440
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne126-14/+955
2022-06-27[libc++][lit][AIX] Port tests for getting time to AIXXing Xue2-10/+42
2022-06-27[libc++][lit][AIX] Port tests for money format to AIXXing Xue3-6/+13
2022-06-27[libc++] Add a few missing min/max macro push/popLouis Dionne5-32/+14
2022-06-27[libc++][doc] Fixes a broken table entry.Mark de Wever1-1/+1
2022-06-27[libc++][NFC] Remove trailing whitespaceLouis Dionne1-7/+7
2022-06-27[libc++] Remove dummy command in DockerfileLouis Dionne1-6/+0
2022-06-27[libc++] Use bounded iterators in std::span when the debug mode is enabledLouis Dionne23-127/+1052
2022-06-27[libc++] Improve Lit's buildhost=XXXX feature on a few platformsLouis Dionne2-4/+6
2022-06-26[libc++] Simplify type_traits and use more builtinsNikolas Klauser14-104/+23
2022-06-25Revert "[libc++] Simplify type_traits and use more builtins"Manoj Gupta16-41/+104
2022-06-25[libcxx][test] MaybePOCCAAllocator should meet the Cpp17Allocator requirementsCasey Carter1-2/+16
2022-06-24[libc++][AIX] Make basic_string layout compatible with earlier versionXing Xue2-4/+18
2022-06-24[libcxx][test] barrier completion functions must be non-throwingCasey Carter2-2/+2
2022-06-24[libc++] P2321R2 section [tuple.tuple]. Adding C++23 constructors, assignment...Hui Xie25-166/+2384
2022-06-23[libcxx][test] Suppress complex<int> warnings when testing MSVCCasey Carter1-0/+3
2022-06-23Revert "[libc++] P2321R2 section [tuple.tuple]. Adding C++23 constructors, as...Hui Xie25-2379/+159
2022-06-23[libc++] P2321R2 section [tuple.tuple]. Adding C++23 constructors, assignment...Hui Xie25-159/+2379
2022-06-23[libc++] Add a test to pin down the set of transitive public includesLouis Dionne126-11/+2869
2022-06-23[libc++][format] Copy code to new location.Mark de Wever1-0/+116
2022-06-23[libc++] Implement ranges::move{, _backward}Nikolas Klauser10-41/+781
2022-06-23[libc++] Implement P0154R1 (Hardware inference size)Nikolas Klauser10-23/+55
2022-06-23[libc++] Simplify the visibility attributesNikolas Klauser1-66/+14
2022-06-22[libc++] Clarify std::function release noteJoe Loser1-1/+1
2022-06-22[libc++][NFC] Merges unused functions in callers.Mark de Wever2-172/+84
2022-06-22[libc++] Reduces std::to_chars instantiations.Mark de Wever3-4/+36
2022-06-22[libc++][CI] Use GCC 12 labels.Mark de Wever1-2/+2
2022-06-22[libc++] Fixes GCC-12 build.Mark de Wever1-8/+10
2022-06-22[libc++] fix views::all hard error on lvalue move only views instead of SFINAEHui Xie2-0/+17
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser53-540/+358
2022-06-22[libc++] Remove std::function in C++03Nikolas Klauser28-27/+33
2022-06-22[libc++][format] Improve string formattersMark de Wever8-430/+715
2022-06-21[libc++] Pass -fno-modules to clang-tidy instead of disabling it for the modu...Nikolas Klauser1-2/+2
2022-06-21[libc++][clang-tidy] Enable bugprone-use-after-move and explicitly list all u...Nikolas Klauser2-9/+12
2022-06-21[libc++][CI] Updates GCC to version 12.Mark de Wever29-61/+42
2022-06-21[libc++] Improve charconv base10 algorithm.Mark de Wever3-80/+79
2022-06-21[libc++][format] Improves the handle test.Mark de Wever1-2/+3
2022-06-21[libc++] Implement P0174R2 (Deprecating Vestigial Library Parts in C++17)Nikolas Klauser12-3/+45
2022-06-18[libc++] Add Implemented Papers sectionNikolas Klauser1-11/+11
2022-06-18[libc++] Enable -Wweak-vtablesNikolas Klauser2-1/+4
2022-06-18[libc++][ranges][NFC] Fix a format error on the ranges status page.Konstantin Varlamov1-1/+1
2022-06-17[libc++] Make sure we install libc++abi headers on AppleLouis Dionne1-1/+1
2022-06-17[libc++] Don't force -O2 when building the benchmarksLouis Dionne1-1/+1
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser31-37/+221
2022-06-17[libc++] Implement std::boyer_moore{, _horspool}_searcherNikolas Klauser39-109/+459
2022-06-17[libc++] Unwrap reverse_iterator<reverse_iterator<Iter>> in __unwrap_iterNikolas Klauser5-47/+214