1[submodule "src/doc/nomicon"]
2 path = src/doc/nomicon
3 url = https://github.com/rust-lang/nomicon.git
4 shallow = true
5[submodule "src/tools/cargo"]
6 path = src/tools/cargo
7 url = https://github.com/rust-lang/cargo.git
8 shallow = true
9[submodule "src/doc/reference"]
10 path = src/doc/reference
11 url = https://github.com/rust-lang/reference.git
12 shallow = true
13[submodule "src/doc/book"]
14 path = src/doc/book
15 url = https://github.com/rust-lang/book.git
16 shallow = true
17[submodule "src/doc/rust-by-example"]
18 path = src/doc/rust-by-example
19 url = https://github.com/rust-lang/rust-by-example.git
20 shallow = true
21[submodule "src/doc/edition-guide"]
22 path = src/doc/edition-guide
23 url = https://github.com/rust-lang/edition-guide.git
24 shallow = true
25[submodule "src/llvm-project"]
26 path = src/llvm-project
27 url = https://github.com/rust-lang/llvm-project.git
28 branch = rustc/22.1-2026-05-19
29 shallow = true
30[submodule "src/doc/embedded-book"]
31 path = src/doc/embedded-book
32 url = https://github.com/rust-embedded/book.git
33 shallow = true
34[submodule "library/backtrace"]
35 path = library/backtrace
36 url = https://github.com/rust-lang/backtrace-rs.git
37 shallow = true
38[submodule "src/tools/rustc-perf"]
39 path = src/tools/rustc-perf
40 url = https://github.com/rust-lang/rustc-perf.git
41 shallow = true
42[submodule "src/tools/enzyme"]
43 path = src/tools/enzyme
44 url = https://github.com/rust-lang/enzyme.git
45 shallow = true
46[submodule "src/gcc"]
47 path = src/gcc
48 url = https://github.com/rust-lang/gcc.git
49 shallow = true