Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Phabricator shutdown timeline

All Changesets

ChangePath
Modifiedlibcxx/include/CMakeLists.txt
Modifiedlibcxx/include/__algorithm/pstl_any_all_none_of.h
Modifiedlibcxx/include/__algorithm/pstl_backend.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backend.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/any_of.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/find_if.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/libdispatch.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/merge.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/stable_sort.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/transform.h
Modifiedlibcxx/include/__algorithm/pstl_backends/cpu_backends/transform_reduce.h
Modifiedlibcxx/include/__algorithm/pstl_copy.h
Modifiedlibcxx/include/__algorithm/pstl_count.h
Modifiedlibcxx/include/__algorithm/pstl_fill.h
Modifiedlibcxx/include/__algorithm/pstl_find.h
Modifiedlibcxx/include/__algorithm/pstl_for_each.h
Modifiedlibcxx/include/__algorithm/pstl_generate.h
Modifiedlibcxx/include/__algorithm/pstl_is_partitioned.h
Modifiedlibcxx/include/__algorithm/pstl_merge.h
Modifiedlibcxx/include/__algorithm/pstl_replace.h
Modifiedlibcxx/include/__algorithm/pstl_sort.h
Modifiedlibcxx/include/__algorithm/pstl_stable_sort.h
Modifiedlibcxx/include/__algorithm/pstl_transform.h
Modifiedlibcxx/include/__numeric/pstl_reduce.h
Modifiedlibcxx/include/__numeric/pstl_transform_reduce.h
Addedlibcxx/include/__utility/empty.h
Deletedlibcxx/include/__utility/terminate_on_exception.h
Modifiedlibcxx/include/module.modulemap.in
Modifiedlibcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
Modifiedlibcxx/test/libcxx/transitive_includes/cxx03.csv
Modifiedlibcxx/test/libcxx/transitive_includes/cxx11.csv
Modifiedlibcxx/test/libcxx/transitive_includes/cxx14.csv
Modifiedlibcxx/test/libcxx/transitive_includes/cxx17.csv
Modifiedlibcxx/test/libcxx/transitive_includes/cxx20.csv
Modifiedlibcxx/test/libcxx/transitive_includes/cxx23.csv
Modifiedlibcxx/test/libcxx/transitive_includes/cxx26.csv
Addedlibcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.exception_handling.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill_n.pass.cpp
Addedlibcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.exception_handling.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_copy.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_copy_if.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_if.pass.cpp
Addedlibcxx/test/std/algorithms/alg.modifying.operations/alg.transform/pstl.exception_handling.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.all_of.pass.cpp
Addedlibcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.cpp
Modifiedlibcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/pstl.any_of.pass.cpp
Addedlibcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/pstl.exception_handling.pass.cpp
Addedlibcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.exception_handling.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find_if.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find_if_not.pass.cpp
Addedlibcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.exception_handling.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each_n.pass.cpp
Addedlibcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/pstl.exception_handling.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/pstl.none_of.pass.cpp
Addedlibcxx/test/std/algorithms/alg.sorting/alg.merge/pstl.exception_handling.pass.cpp
Addedlibcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/pstl.exception_handling.pass.cpp
Modifiedlibcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/pstl.stable_sort.pass.cpp
Addedlibcxx/test/std/algorithms/numeric.ops/reduce/pstl.exception_handling.pass.cpp
Addedlibcxx/test/std/algorithms/numeric.ops/transform.reduce/pstl.exception_handling.pass.cpp
Modifiedlibcxx/test/support/check_assertion.h
Modifiedlibcxx/test/support/test_execution_policies.h
Modifiedlibcxx/test/support/test_iterators.h
Modifiedlibcxx/utils/ci/buildkite-pipeline.yml