Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-15 | libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3) | Jonathan Wakely | 1 | -2/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-11 | Avoid warnings in <charconv> | Jonathan Wakely | 1 | -5/+5 |
2019-09-09 | Minor std::to_chars optimisation for base 10 | Antony Polukhin | 1 | -3/+3 |
2019-06-12 | Replace std::to_string for integers with optimized version | Jonathan Wakely | 1 | -0/+106 |