Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc++] Fix leading zeros in std::to_chars | Zhihao Yuan | 2019-06-10 | 1 | -0/+97 |
* | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 1 | -0/+1 |
* | Mark <charconv> tests as unsupported for C++11 and C++14 if you're not testin... | Marshall Clow | 2019-03-20 | 1 | -0/+2 |
* | Make to_chars/from_chars work back to C++11. This means that we can use them ... | Marshall Clow | 2019-03-20 | 1 | -1/+1 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 1 | -1/+3 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [NFC] Normalize some test 'main' signatures | JF Bastien | 2019-01-09 | 1 | -2/+1 |
* | [libcxx] Mark some tests as still failing on macosx10.14 | Louis Dionne | 2018-12-14 | 1 | -0/+1 |
* | [libcxx] Mark charconv tests as failing for previous libcxx versions. | Volodymyr Sapsai | 2018-08-10 | 1 | -0/+9 |
* | [libc++][C++17] Elementary string conversions for integral types | Zhihao Yuan | 2018-08-01 | 1 | -0/+80 |