Show patches with: Submitter = John Snow       |    Archived = No       |   5201 patches
« 1 2 3 452 53 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[27/27] docs/qapi-domain: add CSS styling Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[26/27] docs/qapi-domain: RFC patch - Add one last sample command Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[25/27] docs/qapi-domain: implement error context reporting fix Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[24/27] docs/qapi-domain: add type cross-refs to field lists Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[23/27] docs/qapi-domain: RFC patch - delete malformed field lists Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[22/27] docs/qapi-domain: add warnings for malformed field lists Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[21/27] docs/qapi-domain: RFC patch - add malformed field list entries Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[20/27] docs/qapi-domain: add :ifcond: directive option Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[19/27] docs/qapi-domain: add :unstable: directive option Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[18/27] docs/qapi-domain: add :deprecated: directive option Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[17/27] docs/qapi-domain: add qapi:union and qapi:branch directives Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[16/27] docs/qapi-domain: add qapi:struct directive Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[15/27] docs/qapi-domain: add qapi:event directive Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[14/27] docs/qapi-domain: add qapi:alternate directive Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[13/27] docs/qapi-domain: add qapi:enum directive Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[12/27] docs/qapi-domain: add "Returns:" field lists Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[11/27] docs/qapi-domain: add "Errors:" field lists Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[10/27] docs/qapi-domain: add "Features:" field lists Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[09/27] docs/qapi-domain: add "Arguments:" field lists Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[08/27] docs/qapi-domain: add :since: directive option Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[07/27] docs/qapi-domain: add qapi:command directive Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[06/27] docs/qapi-domain: add QAPI xref roles Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[05/27] docs/qapi-domain: add resolve_any_xref() Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[04/27] docs/qapi-domain: add QAPI index Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[03/27] docs/qapi-module: add QAPI domain object registry Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[02/27] docs/qapi-domain: add qapi:module directive Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[01/27] docs/sphinx: create QAPI domain extension stub Add qapi-domain Sphinx extension - - - - --- 2024-04-19 John Snow New
[v4,23/23] qapi/schema: remove unnecessary asserts qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,22/23] qapi/schema: turn on mypy strictness qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,21/23] qapi/schema: add type hints qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,20/23] qapi/parser.py: assert member.info is present in connect_member qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,19/23] qapi/parser: demote QAPIExpression to Dict[str, Any] qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,18/23] qapi/schema: assert inner type of QAPISchemaVariants in check_clash() qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,17/23] qapi/schema: fix typing for QAPISchemaVariants.tag_member qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,16/23] qapi/schema: Don't initialize "members" with `None` qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,15/23] qapi/schema: add _check_complete flag qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,14/23] qapi/schema: assert info is present when necessary qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,13/23] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,12/23] qapi: use schema.resolve_type instead of schema.lookup_type qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,11/23] qapi/schema: assert resolve_type has 'info' and 'what' args on error qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,10/23] qapi/schema: add type narrowing to lookup_type() qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,09/23] qapi/schema: adjust type narrowing for mypy's benefit qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,08/23] qapi/schema: make c_type() and json_type() abstract methods qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,07/23] qapi/schema: declare type for QAPISchemaArrayType.element_type qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,06/23] qapi/schema: declare type for QAPISchemaObjectTypeMember.type qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,05/23] qapi: create QAPISchemaDefinition qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,04/23] qapi/schema: add pylint suppressions qapi: statically type schema.py - - 1 - --- 2024-03-13 John Snow New
[v4,03/23] qapi: sort pylint suppressions qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,02/23] qapi/parser: shush up pylint qapi: statically type schema.py - - - - --- 2024-03-13 John Snow New
[v4,01/23] qapi/parser: fix typo - self.returns.info => self.errors.info qapi: statically type schema.py - 1 - - --- 2024-03-13 John Snow New
[v3,20/20] qapi/schema: remove unnecessary asserts qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,19/20] qapi/schema: turn on mypy strictness qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,18/20] qapi/schema: add type hints qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,17/20] qapi/parser: demote QAPIExpression to Dict[str, Any] qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,16/20] qapi/schema: assert inner type of QAPISchemaVariants in check_clash() qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,15/20] qapi/schema: fix typing for QAPISchemaVariants.tag_member qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,14/20] qapi/schema: Don't initialize "members" with `None` qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,13/20] qapi/schema: split "checked" field into "checking" and "checked" qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,12/20] qapi/schema: assert info is present when necessary qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,11/20] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,10/20] qapi: use schema.resolve_type instead of schema.lookup_type qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,09/20] qapi/schema: assert resolve_type has 'info' and 'what' args on error qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,08/20] qapi/schema: add type narrowing to lookup_type() qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,07/20] qapi/schema: adjust type narrowing for mypy's benefit qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,06/20] qapi/schema: make c_type() and json_type() abstract methods qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,05/20] qapi/schema: declare type for QAPISchemaArrayType.element_type qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,04/20] qapi/schema: declare type for QAPISchemaObjectTypeMember.type qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,03/20] qapi: create QAPISchemaDefinition qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v3,02/20] qapi/schema: add pylint suppressions qapi: statically type schema.py - - 1 - --- 2024-02-01 John Snow New
[v3,01/20] qapi: sort pylint suppressions qapi: statically type schema.py - - - - --- 2024-02-01 John Snow New
[v2,19/19] qapi/schema: remove unnecessary asserts qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,18/19] qapi/schema: turn on mypy strictness qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,17/19] qapi/schema: add type hints qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,16/19] qapi/parser: demote QAPIExpression to Dict[str, Any] qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,15/19] qapi/schema: assert inner type of QAPISchemaVariants in check_clash() qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,14/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,13/19] qapi/schema: split "checked" field into "checking" and "checked" qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,12/19] qapi/schema: assert info is present when necessary qapi: statically type schema.py - - 1 - --- 2024-01-12 John Snow New
[v2,11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,10/19] qapi: use schema.resolve_type instead of schema.lookup_type qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,09/19] qapi/schema: allow resolve_type to be used for built-in types qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,08/19] qapi/schema: add type narrowing to lookup_type() qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,07/19] qapi/schema: adjust type narrowing for mypy's benefit qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,06/19] qapi/schema: make c_type() and json_type() abstract methods qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,05/19] qapi/schema: declare type for QAPISchemaArrayType.element_type qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,03/19] qapi: create QAPISchemaDefinition qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[v2,02/19] qapi/schema: add pylint suppressions qapi: statically type schema.py - - 1 - --- 2024-01-12 John Snow New
[v2,01/19] qapi: sort pylint suppressions qapi: statically type schema.py - - - - --- 2024-01-12 John Snow New
[19/19] qapi/schema: refactor entity lookup helpers qapi: statically type schema.py - - - - --- 2023-11-16 John Snow New
[18/19] qapi/schema: remove unnecessary asserts qapi: statically type schema.py - - 1 - --- 2023-11-16 John Snow New
[17/19] qapi/schema: turn on mypy strictness qapi: statically type schema.py - - - - --- 2023-11-16 John Snow New
[16/19] qapi/schema: add type hints qapi: statically type schema.py - - - - --- 2023-11-16 John Snow New
[15/19] qapi/parser: demote QAPIExpression to Dict[str, Any] qapi: statically type schema.py - - - - --- 2023-11-16 John Snow New
[14/19] qapi/schema: assert QAPISchemaVariants are QAPISchemaObjectType qapi: statically type schema.py - - - - --- 2023-11-16 John Snow New
[13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member qapi: statically type schema.py - - - - --- 2023-11-16 John Snow New
[12/19] qapi/schema: split "checked" field into "checking" and "checked" qapi: statically type schema.py - - - - --- 2023-11-16 John Snow New
[11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type qapi: statically type schema.py - - - - --- 2023-11-16 John Snow New
[10/19] qapi/schema: make QAPISchemaArrayType.element_type non-Optional qapi: statically type schema.py - - - - --- 2023-11-16 John Snow New
[09/19] qapi/schema: assert info is present when necessary qapi: statically type schema.py - - 1 - --- 2023-11-16 John Snow New
« 1 2 3 452 53 »