mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:20:10 +01:00
26 lines
888 B
Markdown
26 lines
888 B
Markdown
# Proposals
|
|
|
|
<!--
|
|
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
Exceptions. See /LICENSE for license information.
|
|
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
-->
|
|
|
|
## Proposal lists
|
|
|
|
- [All proposals](https://github.com/carbon-language/carbon-lang/pulls?q=is%3Apr+label%3Aproposal)
|
|
- [Accepted proposals](https://github.com/carbon-language/carbon-lang/pulls?q=is%3Apr+label%3A%22proposal%22+is%3Amerged)
|
|
|
|
## Directory structure
|
|
|
|
This directory contains accepted proposals for the carbon-lang repository. For
|
|
information about declined/deferred proposals, please view the proposal's
|
|
original pull request.
|
|
|
|
For accepted proposals, where `####` is the corresponding proposal's pull
|
|
request:
|
|
|
|
- `p####.md` will contain the main proposal text.
|
|
- `p####` may be present as an optional subdirectory for related files (for
|
|
example, images).
|