[libc][docs][NFC] Rename Maintainers.rst to Maintainers.md (#191882)

Renamed Maintainers.rst to Maintainers.md at the root of libc to match
other LLVM projects.

* Updated libc/docs/Maintainers.md to use MyST include directive,
following the pattern used by Clang.
* Fixed libc/docs/CMakeLists.txt to copy Maintainers.md instead of
Maintainers.rst to the build directory.
This commit is contained in:
Jeff Bailey
2026-04-22 18:02:29 +01:00
committed by GitHub
parent 94b9accfab
commit 836c77bc02
5 changed files with 57 additions and 75 deletions

54
libc/Maintainers.md Normal file
View File

@@ -0,0 +1,54 @@
# LLVM-libc Maintainers
This file is a list of the [maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for LLVM-libc. The following people are the active maintainers for the project. Please reach out to them for code reviews, questions about their area of expertise, or other assistance.
## Lead Maintainer
- Michael Jones
- michaelrj@google.com (email), [michaelrj-google](https://github.com/michaelrj-google) (github)
## Baremetal
- Petr Hosek
- phosek@google.com (email), [petrhosek](https://github.com/petrhosek) (github)
## Baremetal (Allocator)
- Daniel Thornburgh
- dthorn@google.com (email), [mysterymath](https://github.com/mysterymath) (github)
## Fixed Point
- Leonard Chan
- leonardchan@google.com (email), [PiJoules](https://github.com/PiJoules) (github)
## GPU
- Joseph Huber
- joseph.huber@amd.com (email), [jhuber6](https://github.com/jhuber6) (github)
## Math
- Tue Ly
- lntue@google.com (email), [lntue](https://github.com/lntue) (github)
- Nicolas Celik
- its.overmighty@gmail.com (email), [OverMighty](https://github.com/overmighty) (github)
## Threading
- Yifan Zhu
- yifanzhu@rochester.edu (email), [Schrodinger ZHU Yifan](https://github.com/schrodingerzhu) (github)
## Runtime Safety, Threading, Math
- Muhammad Bassiouni
- muhammad.m.bassiouni@gmail.com (email), [bassiounix](https://github.com/bassiounix) (github)
## RISC-V
- Mikhail R. Gadelha
- mikhail@igalia.com (email), [mikhailramalho](https://github.com/mikhailramalho) (github)
## Public Headers / hdrgen
- Roland McGrath
- mcgrathr@google.com (email), [frobtech](https://github.com/frobtech) (github)
## General Maintenance and Documentation
- Jeff Bailey
- jbailey@raspberryginger.com (email), [kaladron](https://github.com/kaladron) (github), kaladron (discourse), kaladron725 (discord)
# Inactive Maintainers
- Tristan Ross
- tristan.ross@midstall.com (email), [RossComputerGuy](https://github.com/RossComputerGuy) (github)

View File

@@ -1,73 +0,0 @@
=====================
LLVM-libc Maintainers
=====================
This file is a list of the
`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_ for
LLVM-libc. The following people are the active maintainers for the project.
Please reach out to them for code reviews, questions about their area of
expertise, or other assistance.
Lead Maintainer
---------------
| Michael Jones
| michaelrj\@google.com (email), `michaelrj-google <https://github.com/michaelrj-google>`_ (github)
Baremetal
---------
| Petr Hosek
| phosek\@google.com (email), `petrhosek <https://github.com/petrhosek>`_ (github)
Baremetal (Allocator)
---------------------
| Daniel Thornburgh
| dthorn\@google.com (email), `mysterymath <https://github.com/mysterymath>`_ (github)
Fixed Point
-----------
| Leonard Chan
| leonardchan\@google.com (email), `PiJoules <https://github.com/PiJoules>`_ (github)
GPU
---
| Joseph Huber
| joseph.huber\@amd.com (email), `jhuber6 <https://github.com/jhuber6>`_ (github)
Math
----
| Tue Ly
| lntue\@google.com (email), `lntue <https://github.com/lntue>`_ (github)
| Nicolas Celik
| its.overmighty\@gmail.com (email), `OverMighty <https://github.com/overmighty>`_ (github)
Threading
---------
| Yifan Zhu
| yifanzhu\@rochester.edu (email), `Schrodinger ZHU Yifan <https://github.com/schrodingerzhu>`_ (github)
Runtime Safety, Threading, Math
-------------------------------
| Muhammad Bassiouni
| muhammad.m.bassiouni\@gmail.com (email), `bassiounix <https://github.com/bassiounix>`_ (github)
RISC-V
------
| Mikhail R. Gadelha
| mikhail\@igalia.com (email), `mikhailramalho <https://github.com/mikhailramalho>`_ (github)
Public Headers / hdrgen
-----------------------
| Roland McGrath
| mcgrathr\@google.com (email), `frobtech <https://github.com/frobtech>`_ (github)
General Maintenance and Documentation
-------------------------------------
| Jeff Bailey
| jbailey\@raspberryginger.com (email), `kaladron <https://github.com/kaladron>`_ (github), kaladron (discourse), kaladron725 (discord)
Inactive Maintainers
====================
| Tristan Ross
| tristan.ross\@midstall.com (email), `RossComputerGuy <https://github.com/RossComputerGuy>`_ (github)

View File

@@ -11,7 +11,7 @@ if (SPHINX_FOUND)
"${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}"
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
"${CMAKE_CURRENT_SOURCE_DIR}/../Maintainers.rst"
"${CMAKE_CURRENT_SOURCE_DIR}/../Maintainers.md"
"${CMAKE_CURRENT_BINARY_DIR}"
)

2
libc/docs/Maintainers.md Normal file
View File

@@ -0,0 +1,2 @@
```{include} ../Maintainers.md
```

View File

@@ -1 +0,0 @@
.. include:: ../Maintainers.rst