Commit History

Author SHA1 Message Date
  Louis Dionne 56c0bbff3a [libc++] Take 2: Integrate the PSTL into libc++ 6 years ago
  Louis Dionne 33f76384d0 Revert "[libc++] Integrate the PSTL into libc++" 6 years ago
  Louis Dionne 106db235ed [libc++] Integrate the PSTL into libc++ 6 years ago
  Brian Gesiak 2c4b419ec4 Revert "[coroutines] Add std::experimental::task<T> type" 6 years ago
  Brian Gesiak e83c41a26a [coroutines] Add std::experimental::task<T> type 6 years ago
  Eric Fiselier ecc2c089fd Add fenv.h header 6 years ago
  Louis Dionne 581671fd26 [libcxx] Remove dynarray 6 years ago
  Marshall Clow 6c372355ba Recommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 - with a fix for the sanitizer bots 7 years ago
  Vitaly Buka 245791ae73 Revert "Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815" 7 years ago
  Marshall Clow fbd46738b1 Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 7 years ago
  Zhihao Yuan dc38e97601 [libc++][C++17] Elementary string conversions for integral types 7 years ago
  Erik Pilkington 36fc737189 First half of C++17's splicing maps and sets 7 years ago
  Eric Fiselier a0866c5fb5 Implement <filesystem> 7 years ago
  Marshall Clow fbd3e84fa1 Implement <span>. Reviewed as https://reviews.llvm.org/D49338 7 years ago
  Zhihao Yuan 8deb2dd30a [libc++] Lift std::errc into a separated header 7 years ago
  Tim Shen 52cd8e497a Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based on P0214R7." 7 years ago
  Tim Shen 3d3af7d26a Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7." 7 years ago
  Tim Shen ac2a43df0f [libcxx] implement <experimental/simd> declarations based on P0214R7. 7 years ago
  Eric Fiselier 24258c4417 Implement P0768r1: Library support for the Spaceship Operator. 7 years ago
  Eric Fiselier 576717d499 Touch up tests for new <version> header; fix module.modulemap. 7 years ago
  Marshall Clow 31810d9c0b Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html 7 years ago
  Marshall Clow b50d2443d5 Remove <experimental/string_view>; use <string_view> instead. See https://libcxx.llvm.org/TS_deprecation.html 7 years ago
  Marshall Clow 14698bce22 Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm.org/TS_deprecation.html 7 years ago
  Marshall Clow f8d223fe63 Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_deprecation.html 7 years ago
  Marshall Clow 95db3d2871 Remove <experimental/optional>; use <optional> instead. See https://libcxx.llvm.org/TS_deprecation.html 7 years ago
  Eric Fiselier 018a3d51a4 [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows 8 years ago
  Eric Fiselier fecf2a493b Add missing 'requires coroutines' to module map 8 years ago
  Eric Fiselier b3559ed0d6 Re-add <experimental/coroutine> to the module map. 8 years ago
  Eric Fiselier eb6bf87030 Remove <experimental/coroutine> from the module map for now. It doesn't work unless modules are enabled 8 years ago
  Eric Fiselier 737c3bf25e Add <experimental/coroutine> 8 years ago