1. 26f01c4 [libcxx] Make return value of array<T, 0>.data() checked only for libc++ by Louis Dionne · 7 years ago
  2. c019b30 [libcxx] Add missing <cstddef> includes in tests by Louis Dionne · 7 years ago
  3. db49965 Update the array tests to not use a local type; removes warnings in C++03. NFC by Marshall Clow · 7 years ago
  4. 59cdf90 [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. by Eric Fiselier · 8 years ago
  5. 936ff58 Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types." by Nirav Dave · 8 years ago
  6. 192622d Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed. by Eric Fiselier · 8 years ago
  7. afeda5c [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. by Eric Fiselier · 8 years ago
  8. 020b623 Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17 by Marshall Clow · 9 years ago
  9. b4e2e7a Suppress array initialization warnings in std::experimental::apply tests by Eric Fiselier · 10 years ago
  10. 2decfad Fix warnings in array and assoc containers by Eric Fiselier · 10 years ago
  11. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago