diff --git a/libcxx/docs/Helpers/Styles.rst b/libcxx/docs/Helpers/Styles.rst
--- a/libcxx/docs/Helpers/Styles.rst
+++ b/libcxx/docs/Helpers/Styles.rst
@@ -1,31 +1,38 @@
-.. raw:: html
-
-
-
-.. role:: nothingtodo
-.. role:: inprogress
-.. role:: partial
-.. role:: complete
-
-
-.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
-.. |In Progress| replace:: :inprogress:`In Progress`
-.. |Partial| replace:: :partial:`Partial`
-.. |Complete| replace:: :complete:`Complete`
-
-.. |sect| unicode:: U+00A7
-.. |hellip| unicode:: U+2026
+.. raw:: html
+
+
+
+.. role:: notstarted
+.. role:: nothingtodo
+.. role:: inprogress
+.. role:: inreview
+.. role:: partial
+.. role:: complete
+
+
+.. |Not Started| replace:: :notstarted:`Not Started`
+.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
+.. |In Progress| replace:: :inprogress:`In Progress`
+.. |Review| replace:: :inreview:`Review`
+.. |Partial| replace:: :partial:`Partial`
+.. |Complete| replace:: :complete:`Complete`
+
+.. |sect| unicode:: U+00A7
+.. |hellip| unicode:: U+2026
diff --git a/libcxx/docs/Status/Cxx14.rst b/libcxx/docs/Status/Cxx14.rst
--- a/libcxx/docs/Status/Cxx14.rst
+++ b/libcxx/docs/Status/Cxx14.rst
@@ -1,52 +1,52 @@
-.. _cxx14-status:
-
-================================
-libc++ C++14 Status
-================================
-
-.. include:: ../Helpers/Styles.rst
-
-.. contents::
- :local:
-
-
-Overview
-================================
-
-In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, initially known as "C++1y".
-
-The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol).
-
-In August 2014, this draft was approved by ISO as C++14.
-
-This page shows the status of libc++; the status of clang's support of the language features is `here `__.
-
-The groups that have contributed papers:
-
-- CWG - Core Language Working group
-- LWG - Library working group
-- SG1 - Study group #1 (Concurrency working group)
-
-
-.. _paper-status-cxx14:
-
-Paper Status
-====================================
-
-.. csv-table::
- :file: Cxx14Papers.csv
- :header-rows: 1
- :widths: auto
-
-
-.. _issues-status-cxx14:
-
-Library Working Group Issues Status
-====================================
-
-.. csv-table::
- :file: Cxx14Issues.csv
- :header-rows: 1
- :widths: auto
-
-Last Updated: 25-Mar-2014
+.. _cxx14-status:
+
+================================
+libc++ C++14 Status
+================================
+
+.. include:: ../Helpers/Styles.rst
+
+.. contents::
+ :local:
+
+
+Overview
+================================
+
+In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, initially known as "C++1y".
+
+The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol).
+
+In August 2014, this draft was approved by ISO as C++14.
+
+This page shows the status of libc++; the status of clang's support of the language features is `here `__.
+
+The groups that have contributed papers:
+
+- CWG - Core Language Working group
+- LWG - Library working group
+- SG1 - Study group #1 (Concurrency working group)
+
+
+.. _paper-status-cxx14:
+
+Paper Status
+====================================
+
+.. csv-table::
+ :file: Cxx14Papers.csv
+ :header-rows: 1
+ :widths: auto
+
+
+.. _issues-status-cxx14:
+
+Library Working Group Issues Status
+====================================
+
+.. csv-table::
+ :file: Cxx14Issues.csv
+ :header-rows: 1
+ :widths: auto
+
+Last Updated: 25-Mar-2014
diff --git a/libcxx/docs/Status/Cxx17.rst b/libcxx/docs/Status/Cxx17.rst
--- a/libcxx/docs/Status/Cxx17.rst
+++ b/libcxx/docs/Status/Cxx17.rst
@@ -1,57 +1,57 @@
-.. _cxx17-status:
-
-================================
-libc++ C++17 Status
-================================
-
-.. include:: ../Helpers/Styles.rst
-
-.. contents::
- :local:
-
-
-Overview
-================================
-
-In November 2014, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++1z".
-In February 2017, the C++ standard committee approved this draft, and sent it to ISO for approval as C++17.
-
-This page shows the status of libc++; the status of clang's support of the language features is `here `__.
-
-.. attention:: Features in unreleased drafts of the standard are subject to change.
-
-The groups that have contributed papers:
-
-- CWG - Core Language Working group
-- LWG - Library working group
-- SG1 - Study group #1 (Concurrency working group)
-
-.. note:: "Nothing to do" means that no library changes were needed to implement this change.
-
-.. _paper-status-cxx17:
-
-Paper Status
-====================================
-
-.. csv-table::
- :file: Cxx17Papers.csv
- :header-rows: 1
- :widths: auto
-
-.. note::
-
- .. [#note-P0433] P0433: So far, only the ````, sequence containers, container adaptors and ```` portions of P0433 have been implemented.
- .. [#note-P0607] P0607: The parts of P0607 that are not done are the ```` bits.
-
-
-.. _issues-status-cxx17:
-
-Library Working Group Issues Status
-====================================
-
-.. csv-table::
- :file: Cxx17Issues.csv
- :header-rows: 1
- :widths: auto
-
-Last Updated: 17-Nov-2020
+.. _cxx17-status:
+
+================================
+libc++ C++17 Status
+================================
+
+.. include:: ../Helpers/Styles.rst
+
+.. contents::
+ :local:
+
+
+Overview
+================================
+
+In November 2014, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++1z".
+In February 2017, the C++ standard committee approved this draft, and sent it to ISO for approval as C++17.
+
+This page shows the status of libc++; the status of clang's support of the language features is `here `__.
+
+.. attention:: Features in unreleased drafts of the standard are subject to change.
+
+The groups that have contributed papers:
+
+- CWG - Core Language Working group
+- LWG - Library working group
+- SG1 - Study group #1 (Concurrency working group)
+
+.. note:: "Nothing to do" means that no library changes were needed to implement this change.
+
+.. _paper-status-cxx17:
+
+Paper Status
+====================================
+
+.. csv-table::
+ :file: Cxx17Papers.csv
+ :header-rows: 1
+ :widths: auto
+
+.. note::
+
+ .. [#note-P0433] P0433: So far, only the ````, sequence containers, container adaptors and ```` portions of P0433 have been implemented.
+ .. [#note-P0607] P0607: The parts of P0607 that are not done are the ```` bits.
+
+
+.. _issues-status-cxx17:
+
+Library Working Group Issues Status
+====================================
+
+.. csv-table::
+ :file: Cxx17Issues.csv
+ :header-rows: 1
+ :widths: auto
+
+Last Updated: 17-Nov-2020
diff --git a/libcxx/docs/Status/Cxx20.rst b/libcxx/docs/Status/Cxx20.rst
--- a/libcxx/docs/Status/Cxx20.rst
+++ b/libcxx/docs/Status/Cxx20.rst
@@ -1,59 +1,59 @@
-.. _cxx20-status:
-
-================================
-libc++ C++20 Status
-================================
-
-.. include:: ../Helpers/Styles.rst
-
-.. contents::
- :local:
-
-
-Overview
-================================
-
-In July 2017, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++2a".
-In September 2020, the C++ standard committee approved this draft, and sent it to ISO for approval as C++20.
-
-This page shows the status of libc++; the status of clang's support of the language features is `here `__.
-
-.. attention:: Features in unreleased drafts of the standard are subject to change.
-
-The groups that have contributed papers:
-
-- CWG - Core Language Working group
-- LWG - Library working group
-- SG1 - Study group #1 (Concurrency working group)
-
-.. note:: "Nothing to do" means that no library changes were needed to implement this change.
-
-.. _paper-status-cxx20:
-
-Paper Status
-====================================
-
-.. csv-table::
- :file: Cxx20Papers.csv
- :header-rows: 1
- :widths: auto
-
-.. note::
-
- .. [#note-P0600] P0600: The missing bits in P0600 are in |sect|\ [mem.res.class], |sect|\ [mem.poly.allocator.class], and |sect|\ [container.node.overview].
- .. [#note-P0966] P0966: It was previously erroneously marked as complete in version 8.0. See `bug 45368 `__.
- .. [#note-P0619] P0619: Only sections D.8, D.9, D.10 and D.13 are implemented. Sections D.4, D.7, D.11, D.12, and D.14 remain undone.
- .. [#note-P0883] P0883: shared_ptr and floating-point changes weren't applied as they themselves aren't implemented yet.
-
-
-.. _issues-status-cxx20:
-
-Library Working Group Issues Status
-====================================
-
-.. csv-table::
- :file: Cxx20Issues.csv
- :header-rows: 1
- :widths: auto
-
-Last Updated: 24-May-2021
+.. _cxx20-status:
+
+================================
+libc++ C++20 Status
+================================
+
+.. include:: ../Helpers/Styles.rst
+
+.. contents::
+ :local:
+
+
+Overview
+================================
+
+In July 2017, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++2a".
+In September 2020, the C++ standard committee approved this draft, and sent it to ISO for approval as C++20.
+
+This page shows the status of libc++; the status of clang's support of the language features is `here `__.
+
+.. attention:: Features in unreleased drafts of the standard are subject to change.
+
+The groups that have contributed papers:
+
+- CWG - Core Language Working group
+- LWG - Library working group
+- SG1 - Study group #1 (Concurrency working group)
+
+.. note:: "Nothing to do" means that no library changes were needed to implement this change.
+
+.. _paper-status-cxx20:
+
+Paper Status
+====================================
+
+.. csv-table::
+ :file: Cxx20Papers.csv
+ :header-rows: 1
+ :widths: auto
+
+.. note::
+
+ .. [#note-P0600] P0600: The missing bits in P0600 are in |sect|\ [mem.res.class], |sect|\ [mem.poly.allocator.class], and |sect|\ [container.node.overview].
+ .. [#note-P0966] P0966: It was previously erroneously marked as complete in version 8.0. See `bug 45368 `__.
+ .. [#note-P0619] P0619: Only sections D.8, D.9, D.10 and D.13 are implemented. Sections D.4, D.7, D.11, D.12, and D.14 remain undone.
+ .. [#note-P0883] P0883: shared_ptr and floating-point changes weren't applied as they themselves aren't implemented yet.
+
+
+.. _issues-status-cxx20:
+
+Library Working Group Issues Status
+====================================
+
+.. csv-table::
+ :file: Cxx20Issues.csv
+ :header-rows: 1
+ :widths: auto
+
+Last Updated: 24-May-2021
diff --git a/libcxx/docs/Status/Cxx2b.rst b/libcxx/docs/Status/Cxx2b.rst
--- a/libcxx/docs/Status/Cxx2b.rst
+++ b/libcxx/docs/Status/Cxx2b.rst
@@ -1,50 +1,50 @@
-.. _cxx2b-status:
-
-================================
-libc++ C++2b Status
-================================
-
-.. include:: ../Helpers/Styles.rst
-
-.. contents::
- :local:
-
-
-Overview
-================================
-
-In November 2020, the C++ standard committee adopted the first changes to the next version of the C++ standard, known here as "C++2b" (probably to be C++23).
-
-This page shows the status of libc++; the status of clang's support of the language features is `here `__.
-
-.. attention:: Features in unreleased drafts of the standard are subject to change.
-
-The groups that have contributed papers:
-
-- CWG - Core Language Working group
-- LWG - Library working group
-- SG1 - Study group #1 (Concurrency working group)
-
-.. note:: "Nothing to do" means that no library changes were needed to implement this change.
-
-.. _paper-status-cxx2b:
-
-Paper Status
-====================================
-
-.. csv-table::
- :file: Cxx2bPapers.csv
- :header-rows: 1
- :widths: auto
-
-.. _issues-status-cxx2b:
-
-Library Working Group Issues Status
-====================================
-
-.. csv-table::
- :file: Cxx2bIssues.csv
- :header-rows: 1
- :widths: auto
-
-Last Updated: 22-July-2021
+.. _cxx2b-status:
+
+================================
+libc++ C++2b Status
+================================
+
+.. include:: ../Helpers/Styles.rst
+
+.. contents::
+ :local:
+
+
+Overview
+================================
+
+In November 2020, the C++ standard committee adopted the first changes to the next version of the C++ standard, known here as "C++2b" (probably to be C++23).
+
+This page shows the status of libc++; the status of clang's support of the language features is `here `__.
+
+.. attention:: Features in unreleased drafts of the standard are subject to change.
+
+The groups that have contributed papers:
+
+- CWG - Core Language Working group
+- LWG - Library working group
+- SG1 - Study group #1 (Concurrency working group)
+
+.. note:: "Nothing to do" means that no library changes were needed to implement this change.
+
+.. _paper-status-cxx2b:
+
+Paper Status
+====================================
+
+.. csv-table::
+ :file: Cxx2bPapers.csv
+ :header-rows: 1
+ :widths: auto
+
+.. _issues-status-cxx2b:
+
+Library Working Group Issues Status
+====================================
+
+.. csv-table::
+ :file: Cxx2bIssues.csv
+ :header-rows: 1
+ :widths: auto
+
+Last Updated: 22-July-2021
diff --git a/libcxx/docs/Status/FormatIssues.csv b/libcxx/docs/Status/FormatIssues.csv
--- a/libcxx/docs/Status/FormatIssues.csv
+++ b/libcxx/docs/Status/FormatIssues.csv
@@ -1,31 +1,31 @@
Number,Name,Assignee,Patch,Status,First released version
`P0645 `_,"Text Formatting",Mark de Wever,,|partial|,
-`P1652 `_,"Printf corner cases in std::format",Mark de Wever,`D103433 `__,Review,
-`P1892 `_,"Extended locale-specific presentation specifiers for std::format",Mark de Wever,`D103368 `__,Review,
-`P1868 `_,"width: clarifying units of width and precision in std::format (Implements the unicode support.)",Mark de Wever,"`D103413 `__ `D103425 `__ `D103670 `__",Review,
-`P2216 `_,"std::format improvements",,,,
-`LWG-3242 `_,"std::format: missing rules for arg-id in width and precision",Mark de Wever,`D103368 `__,Review,
-`LWG-3243 `_,"std::format and negative zeroes",,,,
-`LWG-3246 `_,"What are the constraints on the template parameter of basic_format_arg?",,,,
-`LWG-3248 `_,"std::format #b, #B, #o, #x, and #X presentation types misformat negative numbers",Mark de Wever,`D103433 `__,Review,
-`LWG-3250 `_,"std::format: # (alternate form) for NaN and inf",,,,
+`P1652 `_,"Printf corner cases in std::format",Mark de Wever,`D103433 `__,|Review|,
+`P1892 `_,"Extended locale-specific presentation specifiers for std::format",Mark de Wever,`D103368 `__,|Review|,
+`P1868 `_,"width: clarifying units of width and precision in std::format (Implements the unicode support.)",Mark de Wever,"`D103413 `__ `D103425 `__ `D103670 `__",|Review|,
+`P2216 `_,"std::format improvements",,,|Not Started|,
+`LWG-3242 `_,"std::format: missing rules for arg-id in width and precision",Mark de Wever,`D103368 `__,|Review|,
+`LWG-3243 `_,"std::format and negative zeroes",,,|Not Started|,
+`LWG-3246 `_,"What are the constraints on the template parameter of basic_format_arg?",,,|Not Started|,
+`LWG-3248 `_,"std::format #b, #B, #o, #x, and #X presentation types misformat negative numbers",Mark de Wever,`D103433 `__,|Review|,
+`LWG-3250 `_,"std::format: # (alternate form) for NaN and inf",,,|Not Started|,
`LWG-3327 `_,"Format alignment specifiers vs. text direction",,,|Nothing To Do|,
-`LWG-3340 `_,"Formatting functions should throw on argument/format string mismatch in [format.functions]",,,,
-`LWG-3371 `_,"visit_format_arg and make_format_args are not hidden friends",Mark de Wever,`D103357 `__,Review,
-`LWG-3372 `_,"vformat_to should not try to deduce Out twice",,,,
-`LWG-3373 `_,"{to,from}_chars_result and format_to_n_result need the 'we really mean what we say'",,,,
-`LWG-3462 `_,"§[formatter.requirements]: Formatter requirements forbid use of fc.arg()",,,,
-`LWG-3539 `_,"format_to must not copy models of output_iterator",,,,
-`LWG-3540 `_,"§[format.arg] There should be no const in basic_format_arg(const T* p)",,,,
-`LWG-3541 `_,"indirectly_readable_traits should be SFINAE-friendly for all types",,,,
-`LWG-3542 `_,"basic_format_arg mishandles basic_string_view with custom traits",,,,
-`LWG-3544 `_,"format-arg-store::args is unintentionally not exposition-only",,,,
+`LWG-3340 `_,"Formatting functions should throw on argument/format string mismatch in [format.functions]",,,|Not Started|,
+`LWG-3371 `_,"visit_format_arg and make_format_args are not hidden friends",Mark de Wever,`D103357 `__,|Review|,
+`LWG-3372 `_,"vformat_to should not try to deduce Out twice",,,|Not Started|,
+`LWG-3373 `_,"{to,from}_chars_result and format_to_n_result need the 'we really mean what we say'",,,|Not Started|,
+`LWG-3462 `_,"§[formatter.requirements]: Formatter requirements forbid use of fc.arg()",,,|Not Started|,
+`LWG-3539 `_,"format_to must not copy models of output_iterator",,,|Not Started|,
+`LWG-3540 `_,"§[format.arg] There should be no const in basic_format_arg(const T* p)",,,|Not Started|,
+`LWG-3541 `_,"indirectly_readable_traits should be SFINAE-friendly for all types",,,|Not Started|,
+`LWG-3542 `_,"basic_format_arg mishandles basic_string_view with custom traits",,,|Not Started|,
+`LWG-3544 `_,"format-arg-store::args is unintentionally not exposition-only",,,|Not Started|,
-`P1361 `_,"Integration of chrono with text formatting",,,,
-`LWG-3218 `_,"Modifier for %d parse flag does not match POSIX and format specification",,,,
-`LWG-3230 `_,"Format specifier %y/%Y is missing locale alternative versions",,,,
-`LWG-3241 `_,"chrono-spec grammar ambiguity in [time.format]",,,,
-`LWG-3262 `_,"Formatting of negative durations is not specified",,,,
-`LWG-3270 `_,"Parsing and formatting %j with durations",,,,
-`LWG-3272 `_,"%I%p should parse/format duration since midnight",,,,
-`LWG-3332 `_,"Issue in [time.format]",,,,
+`P1361 `_,"Integration of chrono with text formatting",,,|Not Started|,
+`LWG-3218 `_,"Modifier for %d parse flag does not match POSIX and format specification",,,|Not Started|,
+`LWG-3230 `_,"Format specifier %y/%Y is missing locale alternative versions",,,|Not Started|,
+`LWG-3241 `_,"chrono-spec grammar ambiguity in [time.format]",,,|Not Started|,
+`LWG-3262 `_,"Formatting of negative durations is not specified",,,|Not Started|,
+`LWG-3270 `_,"Parsing and formatting %j with durations",,,|Not Started|,
+`LWG-3272 `_,"%I%p should parse/format duration since midnight",,,|Not Started|,
+`LWG-3332 `_,"Issue in [time.format]",,,|Not Started|,
diff --git a/libcxx/docs/Status/FormatPaper.csv b/libcxx/docs/Status/FormatPaper.csv
--- a/libcxx/docs/Status/FormatPaper.csv
+++ b/libcxx/docs/Status/FormatPaper.csv
@@ -1,48 +1,48 @@
Section,Description,Dependencies,Assignee,Patch,Status,First released version
-[charconv.to.chars],"Fix integral conformance",,Mark de Wever,`D100722 `__,|Complete|,Clang 13
-[charconv.to.chars],"Add floating-point conversion",`D100722 `__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 `__,In progress,
-[format.error],"Class format_error",,Mark de Wever,`D92214 `__,|Complete|,Clang 13
-[format.parse.ctx],"Class template basic_format_parse_context",,Mark de Wever,`D93166 `__,|Complete|,Clang 13
-[format.context],"Class template basic_format_context",,Mark de Wever,`D103357 `__,Review,
-[format.args],"Class template basic_format_args",,Mark de Wever,`D103357 `__,Review,
-[format.arg],"Class template basic_format_arg",,Mark de Wever,`D103357 `__,Review,
-[format.arg],"Class template basic_format_arg - handle",,,,,,
-[format.arg],"Class template basic_format_arg - pointers",,,,,,
-[format.arg.store],"Class template format-arg-store",,Mark de Wever,`D103357 `__,Review,
-[format.formatter.spec],"Formatter specializations - character types",,Mark de Wever,"`D96664 `__ `D103466 `__",Review,
-[format.formatter.spec],"Formatter specializations - string types",,Mark de Wever,"`D96664 `__ `D103425 `__",Review,
-[format.formatter.spec],"Formatter specializations - boolean type",,Mark de Wever,"`D96664 `__ `D103670 `__",Review,
-[format.formatter.spec],"Formatter specializations - integral types",,Mark de Wever,"`D96664 `__ `D103433 `__",Review,
-[format.formatter.spec],"Formatter specializations - floating-point types",`D70631 `__,Mark de Wever,`D96664 `__,Review,
-[format.formatter.spec],"Formatter specializations - pointer types",,,,,,
-[format.string.std],"Standard format specifiers - character types",,Mark de Wever,`D103368 `__,Review,
-[format.string.std],"Standard format specifiers - string types",`D103379 `__,Mark de Wever,"`D103368 `__ `D103413 `__",Review,
-[format.string.std],"Standard format specifiers - boolean type",`D103379 `__,Mark de Wever,"`D103368 `__ `D103413 `__",Review,
-[format.string.std],"Standard format specifiers - integral types",,Mark de Wever,`D103368 `__,Review,
-[format.string.std],"Standard format specifiers - floating-point types",,Mark de Wever,,,,
-[format.string.std],"Standard format specifiers - pointer types",,Mark de Wever,,,,
-[format.functions],"Format functions - format(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - format(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - format(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - format(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - vformat(string_view fmt, format_args args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - vformat(wstring_view fmt, wformat_args args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - vformat(const locale& loc, string_view fmt, format_args args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - vformat(const locale& loc, wstring_view fmt, wformat_args args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - format_to(Out out, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - format_to(Out out, const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - vformat_to(Out out, string_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - vformat_to(Out out, wstring_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - vformat_to(Out out, const locale& loc, string_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - vformat_to(Out out, const locale& loc, wstring_view fmt,format_args_t, wchar_t> args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - format_to_n(Out out, iter_difference_t n, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - format_to_n(Out out, iter_difference_t n, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - format_to_n_result format_to_n(Out out, iter_difference_t n, const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - format_to_n_result format_to_n(Out out, iter_difference_t n, const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - formatted_size(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - formatted_size(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - formatted_size(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - formatted_size(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review,
-[format.functions],"Format functions - Implement locale support",,Mark de Wever,,In progress,,
-[format.functions],"Format functions - Improve performance format_to_n",,Mark de Wever,,,,
-[format.functions],"Format functions - Improve performance formatted size",,Mark de Wever,,,,
+`[charconv.to.chars] `_,"Fix integral conformance",,Mark de Wever,`D100722 `__,|Complete|,Clang 13
+`[charconv.to.chars] `_,"Add floating-point conversion",`D100722 `__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 `__,|In Progress|,
+`[format.error] `_,"Class format_error",,Mark de Wever,`D92214 `__,|Complete|,Clang 13
+`[format.parse.ctx] `_,"Class template basic_format_parse_context",,Mark de Wever,`D93166 `__,|Complete|,Clang 13
+`[format.context] `_,"Class template basic_format_context",,Mark de Wever,`D103357 `__,|Review|,
+`[format.args] `_,"Class template basic_format_args",,Mark de Wever,`D103357 `__,|Review|,
+`[format.arg] `_,"Class template basic_format_arg",,Mark de Wever,`D103357 `__,|Review|,
+`[format.arg] `_,"Class template basic_format_arg - handle",,Unassigned,,|Not Started|,
+`[format.arg] `_,"Class template basic_format_arg - pointers",,Unassigned,,|Not Started|,
+`[format.arg.store] `_,"Class template format-arg-store",,Mark de Wever,`D103357 `__,|Review|,
+`[format.formatter.spec] `_,"Formatter specializations - character types",,Mark de Wever,"`D96664 `__ `D103466 `__",|Review|,
+`[format.formatter.spec] `_,"Formatter specializations - string types",,Mark de Wever,"`D96664 `__ `D103425 `__",|Review|,
+`[format.formatter.spec] `_,"Formatter specializations - boolean type",,Mark de Wever,"`D96664 `__ `D103670 `__",|Review|,
+`[format.formatter.spec] `_,"Formatter specializations - integral types",,Mark de Wever,"`D96664 `__ `D103433 `__",|Review|,
+`[format.formatter.spec] `_,"Formatter specializations - floating-point types",`D70631 `__,Mark de Wever,`D96664 `__,|Review|,
+`[format.formatter.spec] `_,"Formatter specializations - pointer types",,Unassigned,,|Not Started|,
+`[format.string.std] `_,"Standard format specifiers - character types",,Mark de Wever,`D103368 `__,|Review|,
+`[format.string.std] `_,"Standard format specifiers - string types",`D103379 `__,Mark de Wever,"`D103368 `__ `D103413 `__",|Review|,
+`[format.string.std] `_,"Standard format specifiers - boolean type",`D103379 `__,Mark de Wever,"`D103368 `__ `D103413 `__",|Review|,
+`[format.string.std] `_,"Standard format specifiers - integral types",,Mark de Wever,`D103368 `__,|Review|,
+`[format.string.std] `_,"Standard format specifiers - floating-point types",,Mark de Wever,,|Not Started|,
+`[format.string.std] `_,"Standard format specifiers - pointer types",,Mark de Wever,,|Not Started|,
+`[format.functions] `_,"Format functions - format(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - format(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - format(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - format(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - vformat(string_view fmt, format_args args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - vformat(wstring_view fmt, wformat_args args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - vformat(const locale& loc, string_view fmt, format_args args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - vformat(const locale& loc, wstring_view fmt, wformat_args args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - format_to(Out out, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - format_to(Out out, const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - vformat_to(Out out, string_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - vformat_to(Out out, wstring_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - vformat_to(Out out, const locale& loc, string_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - vformat_to(Out out, const locale& loc, wstring_view fmt,format_args_t, wchar_t> args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - format_to_n(Out out, iter_difference_t n, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - format_to_n(Out out, iter_difference_t n, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - format_to_n_result format_to_n(Out out, iter_difference_t n, const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - format_to_n_result format_to_n(Out out, iter_difference_t n, const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - formatted_size(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - formatted_size(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - formatted_size(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - formatted_size(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|,
+`[format.functions] `_,"Format functions - Implement locale support",,Mark de Wever,,|In Progress|,
+`[format.functions] `_,"Format functions - Improve performance format_to_n",,Mark de Wever,,|Not Started|,
+`[format.functions]