This is an index of all documents for Bazel.
There are two kinds:
- Design docs that are subject to the workflow described below
- Live documents for which the workflow is not a good fit
New proposals follow the design process and are sent for review as a GitHub discussion.
stateDiagram-v2
ur: Under review
Draft --> ur
ur --> Approved
Approved --> Implemented
Draft --> Dropped
ur --> Dropped
Approved --> Dropped
classDef success fill:#ded
classDef failure fill:#fcc
class Implemented success
class Dropped failure
Last updated | Title | Author(s) alias |
---|---|---|
2023-10-09 | Starlark Rules Roadmap | @comius |
2023-09-26 | Bazelbuild Repositories Maintenance Guide | @comius and @meteorcloudy |
2023-08-30 | Bazel Proto Rules | @comius |
2023-08-01 | Problems with Bazel's code coverage collection | @c-mita |
2023-07-27 | A Guide to Skyframe StateMachines | @aoeui |
2022-02-17 | The Bazel codebase | @lberki |
Last updated | Title | Author(s) alias | Category |
---|---|---|---|
2025-03-12 | Executing WebAssembly in repository rules | @jmillikin | External Repositories |
2024-12-07 | Starlark API for Baseline Coverage | @fmeum | Code Coverage, BES |
2024-07-31 | SEP-001 Bootstraping Starlark Types | @comius | Starlark |
2023-12-12 | --remote_local_fallback Respects Strategy Declarations |
@Silic0nS0ldier | Configurability, Execution Strategy |
2023-10-25 | C++20 Modules Support | @PikachuHyA | C++ |
2023-09-12 | Proto toolchainization | @comius | Protos |
2023-08-08 | Inheritance of Target Incompatibility | @fmeum | Platforms, Configurability |
2023-06-30 | Fingerprinting Starlark Functions | @brandjon | Starlark and actions |
2023-06-15 | Integrated bzl_library | @brandjon | Starlark |
2023-03-17 | C/C++ standard resolution for Bazel modules | @fmeum | C++, External Repositories |
2023-03-17 | More accurate cquery | @gregestren | Configurability |
Last updated | Title | Author(s) alias | Category |
---|---|---|---|
2025-04-24 | Linking on multiple platforms | @comius | C++ linking |
2024-08-29 | A New Code Coverage API | @c-mita | Code Coverage |
2022-04-29 | @since(version) annotations in documentation. | @aiuto | Documentation |