1. 77b9abf [libc++] Complete overhaul of constexpr support in std::array by Louis Dionne · 5 years ago
  2. 2fa901c Update a deque test with more assertions. NFC by Marshall Clow · 7 years ago
  3. 5f6a5ac Add noexcept to operator[] for array and deque. This is an extension. We already do this for string and string_view. This should give better codegen inside of noexcept functions. by Marshall Clow · 7 years ago
  4. 2df59c5 Support tests in freestanding by JF Bastien · 7 years ago
  5. 57b08b0 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  6. 59cdf90 [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. by Eric Fiselier · 8 years ago
  7. 4159db7 [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
  8. a730ed3 [libcxx] [test] Fix comment typos, strip trailing whitespace. by Stephan T. Lavavej · 9 years ago
  9. e782695 Implement the missing constexpr stuff in <array>. Fixes PR#31645. by Marshall Clow · 9 years ago
  10. d04c685 Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  11. b4e2e7a Suppress array initialization warnings in std::experimental::apply tests by Eric Fiselier · 10 years ago
  12. 2decfad Fix warnings in array and assoc containers by Eric Fiselier · 10 years ago
  13. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from libcxx/test/containers/sequences/array/indexing.pass.cpp]
  14. 8bf1f08 Make std::get constexpr by Marshall Clow · 12 years ago