| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expand the mypy whitelist for 'sphinx.util' (#11406) | danieleades | 2023-05-12 | 1 | -3/+3 |
| * | Resolve ``flake8-return`` errors | Adam Turner | 2023-02-18 | 1 | -3/+2 |
| * | De-glob mypy whitelist for 'sphinx.domains.*' (#11064) | danieleades | 2023-01-02 | 1 | -1/+1 |
| * | Use ``re`` flags | Adam Turner | 2023-01-02 | 1 | -9/+9 |
| * | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -5/+5 |
| * | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -3/+3 |
| * | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -11/+11 |
| * | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| * | simplify dict key checks (SIM118) | Daniel Eades | 2022-06-03 | 1 | -1/+1 |
| * | Merge branch '5.x' into fix-warnings | Adam Turner | 2022-05-02 | 1 | -0/+33 |
| |\ |
|
| | * | C and C++, refactor attribute lists | Jakob Lykke Andersen | 2022-04-17 | 1 | -0/+33 |
| * | | `rawsource` is deprecated in `docutils.nodes.Text` | Adam Turner | 2022-04-22 | 1 | -4/+4 |
| |/ |
|
| * | Merge pull request #10212 from AA-Turner/remove-module-docstring-titles | Takeshi KOMIYA | 2022-03-14 | 1 | -9/+1 |
| |\ |
|
| | * | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | * | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | * | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | * | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | * | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| * | | Update sphinx/util/cfamily.py | Jeremy Maitin-Shepard | 2022-03-11 | 1 | -3/+3 |
| * | | Update sphinx/util/cfamily.py | Jeremy Maitin-Shepard | 2022-03-11 | 1 | -1/+1 |
| * | | [C++] Support attributes on class and union and improve formatting | Jeremy Maitin-Shepard | 2022-03-10 | 1 | -2/+4 |
| |/ |
|
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| * | Fix #9481: autosummary: some warnings contain non-existing filenames | Takeshi KOMIYA | 2021-07-25 | 1 | -1/+1 |
| * | C++, C, support digit separators in literals | Jakob Lykke Andersen | 2021-06-24 | 1 | -10/+11 |
| * | refactor: Use PEP-526 based variable annotation (sphinx.util) | Takeshi KOMIYA | 2021-03-10 | 1 | -5/+5 |
| * | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| |\ |
|
| | * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -3/+1 |
| |\ \
| |/ |
|
| | * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+1 |
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-14 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | C and C++, parsing function attributes | Jakob Lykke Andersen | 2020-08-13 | 1 | -1/+1 |
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+0 |
| |\ \
| |/ |
|
| | * | Merge branch '3.1.x' into c_optimization | Jakob Lykke Andersen | 2020-07-15 | 1 | -1/+0 |
| | |\ |
|
| | | * | C, don't deepcopy as deep on handling enumerators | Jakob Lykke Andersen | 2020-07-14 | 1 | -1/+0 |
| * | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -9/+12 |
| |\ \ \
| |/ / |
|
| | * | | C,C++: support parameterized GNU style attributes | Jakob Lykke Andersen | 2020-06-20 | 1 | -9/+12 |
| | |/ |
|
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-02 | 1 | -1/+13 |
| |\ \
| |/ |
|
| | * | C++, parse expressions with user-defined literals | Jakob Lykke Andersen | 2020-05-01 | 1 | -1/+13 |
| * | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -20/+3 |
| |/ |
|
| * | C++, semicolon, move it entirely to ASTDeclaration | Jakob Lykke Andersen | 2020-04-24 | 1 | -3/+7 |
| * | C, parse attributes | Jakob Lykke Andersen | 2020-04-13 | 1 | -1/+180 |
| * | C, C++, improve error messages. | Jakob Lykke Andersen | 2020-03-24 | 1 | -4/+8 |
| * | Fix flake and mypy errors | Jakob Lykke Andersen | 2020-03-17 | 1 | -0/+2 |
| * | Use logging.suppress_logging() | Jakob Lykke Andersen | 2020-03-17 | 1 | -5/+2 |
| * | C and C++ domains, change to new logging | Jakob Lykke Andersen | 2020-03-17 | 1 | -8/+12 |
| * | C, improve type annotations with related refactoring | Jakob Lykke Andersen | 2020-03-16 | 1 | -1/+1 |
| * | C, flake and mypy fixes, rename attr in desc_signature_line | Jakob Lykke Andersen | 2020-03-15 | 1 | -4/+4 |
| * | C, add expression parsing and expr role | Jakob Lykke Andersen | 2020-03-15 | 1 | -0/+38 |
| * | C, initial rewrite | Jakob Lykke Andersen | 2020-03-15 | 1 | -0/+209 |