Skip to content

Commit 95eb6f4

Browse files
authored
Merge pull request #7 from fbq/rust-dev
Branches: Add description for the rust-dev branch
2 parents 0a25af8 + 3c56424 commit 95eb6f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Branches.md

+12
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Changes to this branch land via patches sent to the mailing list.
1818

1919
It is part of [`linux-next`](https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/).
2020

21+
## `rust-dev`
22+
23+
[`rust-dev`](https://github.com/Rust-for-Linux/linux/tree/rust-dev) is an experimental branch for integration purposes. It is a queue for patches that "look good enough".
24+
25+
Its intended use cases are:
26+
27+
- Finding merge/apply conflicts as early as possible.
28+
- Providing a common base for development that requires features that are not yet in mainline or `rust-next`, i.e. giving early access to features. This may include Rust-related changes from other subsystems.
29+
- Providing extra testing to patches by making them easily available to more developers.
30+
31+
Note that this branch may be updated/rebased frequently and it might be gone in the future.
32+
2133
## `rust`
2234

2335
[`rust`](https://github.com/Rust-for-Linux/linux/tree/rust) was the original branch where development happened for two years before Rust support was merged into the kernel.

0 commit comments

Comments
 (0)