| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libcxx] [test] Strip trailing whitespace, NFC. | Stephan T. Lavavej | 2018-02-12 | 3 | -8/+8 |
| * | Use multi-key tree search for {map, set}::{count, equal_range} | Eric Fiselier | 2018-02-10 | 8 | -0/+442 |
| * | Fix size and alignment of array<T, 0>. | Eric Fiselier | 2018-02-07 | 1 | -2/+18 |
| * | Fix -verify static assert messages for older Clang versions | Eric Fiselier | 2018-02-07 | 2 | -2/+2 |
| * | [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ... | Eric Fiselier | 2018-02-07 | 14 | -4/+500 |
| * | Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-... | Nirav Dave | 2018-02-06 | 7 | -206/+0 |
| * | correct comment about C++03 assignment operators | Eric Fiselier | 2018-02-04 | 1 | -4/+4 |
| * | Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed. | Eric Fiselier | 2018-02-04 | 4 | -0/+160 |
| * | [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ... | Eric Fiselier | 2018-02-04 | 4 | -0/+46 |
| * | Implement LWG2783: stack::emplace() and queue::emplace() should return declty... | Marshall Clow | 2018-01-24 | 2 | -21/+59 |
| * | Mark LWG2824 as complete. We already did it, but I added a test to be sure | Marshall Clow | 2018-01-03 | 1 | -0/+41 |
| * | Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC. | Marshall Clow | 2017-11-26 | 1 | -2/+2 |
| * | Add some tests for operations on const associative containers. Part of LWG#2542 | Marshall Clow | 2017-11-22 | 6 | -9/+32 |
| * | Replace assert(true) in tests with actual asserts. Reviewed as https://review... | Billy Robert O'Neal III | 2017-11-21 | 1 | -2/+2 |
| * | Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ... | Billy Robert O'Neal III | 2017-11-21 | 33 | -38/+38 |
| * | Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm... | Billy Robert O'Neal III | 2017-11-15 | 2 | -6/+6 |
| * | Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll... | Billy Robert O'Neal III | 2017-11-15 | 40 | -50/+74 |
| * | First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty... | Marshall Clow | 2017-11-15 | 17 | -0/+476 |
| * | Still more missing tests - this time for the unordered containers | Marshall Clow | 2017-11-15 | 8 | -0/+432 |
| * | More missing tests - array<>::size() and array<>::max_size() | Marshall Clow | 2017-11-15 | 2 | -0/+72 |
| * | Added tests for xxx.size() and xxx.empty() for all the sequence containers | Marshall Clow | 2017-11-15 | 9 | -0/+478 |
| * | [libc++] Fix PR34898 - vector iterator constructors and assign method perform... | Eric Fiselier | 2017-10-17 | 7 | -66/+666 |
| * | [test] Allow other implementations to strengthen noexcept on deque's move con... | Casey Carter | 2017-09-30 | 1 | -1/+1 |
| * | [test] forwardlist.cons/move_noexcept.pass.cpp | Casey Carter | 2017-09-28 | 1 | -1/+1 |
| * | [libcxx] [test] Update for C++17 feature removals. | Stephan T. Lavavej | 2017-08-24 | 2 | -2/+6 |
| * | [libcxx] [test] Change comments to say C++ instead of c++. NFC. | Stephan T. Lavavej | 2017-07-29 | 5 | -5/+5 |
| * | [libcxx] [test] Make files consistently end with newlines, NFC. | Stephan T. Lavavej | 2017-07-29 | 1 | -1/+1 |
| * | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 32 | -114/+114 |
| * | Fix bug 33389 - __is_transparent check requires too much | Marshall Clow | 2017-06-13 | 10 | -10/+60 |
| * | [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-... | Marshall Clow | 2017-06-12 | 1 | -0/+35 |
| * | [libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant w... | Stephan T. Lavavej | 2017-05-05 | 1 | -2/+2 |
| * | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2017-05-04 | 1 | -1/+1 |
| * | Fix tests for extended noexcept in the container adaptors tests | Eric Fiselier | 2017-04-19 | 6 | -9/+12 |
| * | Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unorder... | Eric Fiselier | 2017-04-18 | 23 | -149/+51 |
| * | Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::... | Eric Fiselier | 2017-04-18 | 26 | -196/+58 |
| * | Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue. | Eric Fiselier | 2017-04-18 | 20 | -58/+44 |
| * | Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack. | Eric Fiselier | 2017-04-18 | 10 | -30/+22 |
| * | Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimap | Eric Fiselier | 2017-04-18 | 21 | -88/+42 |
| * | Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset | Eric Fiselier | 2017-04-18 | 24 | -88/+48 |
| * | Sigh. Once again forgot about the 'no exceptions' bots. | Marshall Clow | 2017-04-17 | 2 | -0/+8 |
| * | Mark LWG#2853 as complete. No code changes required, but added a couple of ex... | Marshall Clow | 2017-04-17 | 2 | -0/+48 |
| * | Cleanup one more <forward_list> test | Eric Fiselier | 2017-04-16 | 2 | -35/+5 |
| * | Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list> | Eric Fiselier | 2017-04-16 | 11 | -45/+21 |
| * | Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list> | Eric Fiselier | 2017-04-16 | 9 | -36/+18 |
| * | Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque | Eric Fiselier | 2017-04-16 | 10 | -42/+20 |
| * | Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array> | Eric Fiselier | 2017-04-16 | 1 | -1/+3 |
| * | Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. | Eric Fiselier | 2017-04-16 | 19 | -81/+43 |
| * | Fix more -Wshadow warnings introduced by recent Clang change | Eric Fiselier | 2017-04-04 | 5 | -6/+0 |
| * | [libcxx] Improve code generation for vector::clear(). | Bruce Mitchener | 2017-03-23 | 1 | -0/+40 |
| * | Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function... | Marshall Clow | 2017-03-23 | 1 | -1/+3 |