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-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 |
---|---|---|---|
2023-08-08 | Standard exec configurations | @gregestren | Configurability |
2023-08-08 | bazel mod fix |
@fmeum | External dependencies |
2023-08-08 | Inheritance of Target Incompatibility | @fmeum | Platforms, Configurability |
2023-08-01 | Bazel Proto Rules | @comius | Proto Rules |
2023-06-30 | Fingerprinting Starlark Functions | @brandjon | Starlark and actions |
2023-06-16 | Extending Bazel rules | @comius | Starlark Rules |
2023-06-15 | Integrated bzl_library | @brandjon | Starlark |
2023-06-14 | Platform-based flags | @katre | Platforms |
2023-05-31 | subrule: Decomposing Starlark rules | @comius | Starlark Rules |
2023-05-04 | Directory watching API for repo rules | @Wyverald | External Repositories |
2023-03-17 | C/C standard resolution for Bazel modules | @fmeum | C , External Repositories |
2023-03-17 | More accurate cquery | @gregestren | Configurability |
2022-10-17 | Dependency adapters for virtual targets | @vdye | Bazel |
Last updated | Title | Author(s) alias | Category |
---|---|---|---|
2023-01-18 | Modular cc toolchains | @silvergasp | CC toolchain rules |
2020-10-09 | Adding http mirror to accelerate repos downloading | @yancl | External Repositories |
2021-06-25 | Better Starlark analysis unit tests | @hvadehra | Starlark |
2022-04-25 | Extend expand_template() API to reduce retained memory | @hvadehra | Starlark |
2022-04-29 | @since(version) annotations in documentation. | @aiuto | Documentation |