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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,26 @@
1
1
# Branches
2
2
3
-
Currently we maintain the following branches.
3
+
## Main branches
4
4
5
-
## `rust-next`
5
+
Currently we maintain the following main branches.
6
+
7
+
### `rust-next`
6
8
7
9
[`rust-next`](https://github.com/Rust-for-Linux/linux/tree/rust-next) is the branch that contains new Rust features to be submitted during the next merge window of the Linux kernel.
8
10
9
11
Changes to this branch land via patches sent to the mailing list.
10
12
11
13
It is part of [`linux-next`](https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/).
12
14
13
-
## `rust-fixes`
15
+
###`rust-fixes`
14
16
15
17
[`rust-fixes`](https://github.com/Rust-for-Linux/linux/tree/rust-fixes) is the branch that contains Rust fixes for the current cycle of the Linux kernel.
16
18
17
19
Changes to this branch land via patches sent to the mailing list.
18
20
19
21
It is part of [`linux-next`](https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/).
20
22
21
-
## `rust-dev`
23
+
###`rust-dev`
22
24
23
25
[`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
26
@@ -30,7 +32,11 @@ Its intended use cases are:
30
32
31
33
Note that this branch may be updated/rebased frequently and it might be gone in the future.
32
34
33
-
## `rust`
35
+
## Past branches
36
+
37
+
These branches are unmaintained, archived, deprecated, frozen or do not exist anymore in the repository.
38
+
39
+
### `rust`
34
40
35
41
[`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