| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement the second part of P1227R2 - Signed ssize() functions. Reviewed as ... | Marshall Clow | 2019-02-27 | 2 | -10/+128 |
| * | Support tests in freestanding | JF Bastien | 2019-02-04 | 175 | -175/+525 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 175 | -700/+525 |
| * | [libc++] Support different libc++ namespaces in the iterator test | Petr Hosek | 2019-01-15 | 1 | -30/+30 |
| * | Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric fo... | Marshall Clow | 2018-11-13 | 2 | -0/+123 |
| * | [libcxx] [test] Fix whitespace, NFC. | Stephan T. Lavavej | 2018-05-05 | 1 | -8/+8 |
| * | Move old test into test/libcxx, and implement new version of test for ostream... | Marshall Clow | 2018-04-26 | 1 | -2/+15 |
| * | [libcxx] [test] Use TEST_COMPILER_C1XX. | Stephan T. Lavavej | 2018-04-12 | 1 | -2/+4 |
| * | Add tests to make sure that <string_view> provides std::size/data/empty in C+... | Marshall Clow | 2018-01-30 | 3 | -1/+31 |
| * | [libcxx] Define istream_iterator equality comparison operators out-of-line | Roger Ferrer Ibanez | 2017-12-11 | 1 | -0/+3 |
| * | Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ... | Billy Robert O'Neal III | 2017-11-21 | 4 | -9/+11 |
| * | More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s... | Marshall Clow | 2017-11-15 | 3 | -0/+84 |
| * | Clean up the tests for free data(), size() and empty() | Marshall Clow | 2017-11-15 | 3 | -24/+28 |
| * | Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll... | Billy Robert O'Neal III | 2017-11-15 | 2 | -4/+4 |
| * | Another test for LWG2952 | Marshall Clow | 2017-11-14 | 1 | -0/+28 |
| * | Implement LWG2952: iterator_traits should work for pointers to cv T | Marshall Clow | 2017-11-14 | 1 | -0/+28 |
| * | Change test suite to support c++17 dialect flag instead of c++1z. | Eric Fiselier | 2017-11-07 | 1 | -1/+1 |
| * | Placate unused variable warnings uncovered by improvements to clang's -Wunuse... | Benjamin Kramer | 2017-10-14 | 4 | -0/+8 |
| * | [libcxx] [test] Rename _Up to U, etc. NFCI. | Stephan T. Lavavej | 2017-08-11 | 1 | -2/+2 |
| * | [libcxx] [test] Rename _Tp to T. NFCI. | Stephan T. Lavavej | 2017-08-11 | 1 | -2/+2 |
| * | [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC. | Stephan T. Lavavej | 2017-08-05 | 1 | -1/+1 |
| * | [libcxx] [test] Change comments to say C++ instead of c++. NFC. | Stephan T. Lavavej | 2017-07-29 | 17 | -17/+17 |
| * | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 1 | -16/+16 |
| * | Remove addtional parameters in function std::next() and std::prev() | Rachel Craik | 2017-07-24 | 2 | -0/+6 |
| * | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2017-06-20 | 2 | -2/+2 |
| * | Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt... | Marshall Clow | 2017-05-23 | 1 | -28/+0 |
| * | Make next/prev/advance/distance operations on iterators be constexpr. I misse... | Marshall Clow | 2017-05-17 | 4 | -3/+116 |
| * | [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance should... | Stephan T. Lavavej | 2017-05-05 | 3 | -0/+54 |
| * | Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES | Eric Fiselier | 2017-03-03 | 3 | -18/+6 |
| * | Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test" | Mehdi Amini | 2017-03-02 | 1 | -1/+1 |
| * | Revert "Fix Apple-specific XFAIL directive in libc++ test" | Mehdi Amini | 2017-03-02 | 1 | -1/+1 |
| * | Fix Apple-specific XFAIL directive in libc++ test | Mehdi Amini | 2017-03-01 | 1 | -1/+1 |
| * | Update all bug URL's to point to https://bugs.llvm.org/... | Eric Fiselier | 2017-02-17 | 1 | -1/+1 |
| * | [libcxx] [test] Fix comment typos, strip trailing whitespace. | Stephan T. Lavavej | 2017-01-18 | 3 | -5/+5 |
| * | [libcxx] [test] Strip trailing whitespace. NFC, no code review. | Stephan T. Lavavej | 2017-01-07 | 1 | -3/+3 |
| * | Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re... | Marshall Clow | 2017-01-04 | 1 | -6/+62 |
| * | Fix unused warning which only triggers in C++11 | Eric Fiselier | 2016-12-24 | 1 | -0/+3 |
| * | Fix unused parameters and variables | Eric Fiselier | 2016-12-23 | 1 | -0/+1 |
| * | XFAIL test for more apple-clang versions | Eric Fiselier | 2016-12-15 | 1 | -1/+1 |
| * | XFAIL test on apple-clang-7.0 | Eric Fiselier | 2016-12-14 | 1 | -1/+1 |
| * | Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on ... | Eric Fiselier | 2016-12-14 | 3 | -3/+47 |
| * | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 1 | -0/+4 |
| * | Enable warnings by default for C++ >= 11 and fix -Wshadow occurances | Eric Fiselier | 2016-12-03 | 2 | -31/+26 |
| * | [libcxx] [test] D27027: Strip trailing whitespace. | Stephan T. Lavavej | 2016-11-23 | 2 | -3/+3 |
| * | Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t ... | Vedant Kumar | 2016-11-15 | 3 | -43/+3 |
| * | P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istr... | Marshall Clow | 2016-11-14 | 3 | -3/+43 |
| * | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 1 | -6/+6 |
| * | Implement another part of P0031; adding constexpr to move_iterator | Marshall Clow | 2016-11-02 | 24 | -0/+349 |
| * | Adding a missing constexpr test for reverse_iterator operator[]. | Marshall Clow | 2016-10-20 | 1 | -0/+11 |
| * | Implement constexpr support for reverse_iterator. Reviewed as https://reviews... | Marshall Clow | 2016-10-19 | 23 | -23/+366 |