You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Branches.md
+12
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,18 @@ Changes to this branch land via patches sent to the mailing list.
18
18
19
19
It is part of [`linux-next`](https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/).
20
20
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
+
21
33
## `rust`
22
34
23
35
[`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