2014-11-21 14:45:45 -08:00
|
|
|
[submodule "src/rust-installer"]
|
2017-05-08 15:01:13 -07:00
|
|
|
path = src/tools/rust-installer
|
2015-12-26 02:51:04 +08:00
|
|
|
url = https://github.com/rust-lang/rust-installer.git
|
2017-03-02 20:15:41 -05:00
|
|
|
[submodule "src/doc/nomicon"]
|
|
|
|
path = src/doc/nomicon
|
2019-10-30 08:37:05 -05:00
|
|
|
url = https://github.com/rust-lang/nomicon.git
|
2017-02-15 14:55:26 -08:00
|
|
|
[submodule "src/tools/cargo"]
|
2017-04-20 14:32:54 -07:00
|
|
|
path = src/tools/cargo
|
2017-04-30 08:11:58 +09:00
|
|
|
url = https://github.com/rust-lang/cargo.git
|
2017-12-28 19:20:19 +02:00
|
|
|
[submodule "src/doc/reference"]
|
2017-03-02 18:47:06 -05:00
|
|
|
path = src/doc/reference
|
2019-10-30 08:37:05 -05:00
|
|
|
url = https://github.com/rust-lang/reference.git
|
2017-12-28 19:20:19 +02:00
|
|
|
[submodule "src/doc/book"]
|
2017-03-07 14:43:27 -05:00
|
|
|
path = src/doc/book
|
2017-04-06 21:48:56 +08:00
|
|
|
url = https://github.com/rust-lang/book.git
|
2017-04-20 14:32:54 -07:00
|
|
|
[submodule "src/tools/rls"]
|
|
|
|
path = src/tools/rls
|
2020-01-25 17:58:10 +09:00
|
|
|
url = https://github.com/rust-lang/rls.git
|
2017-08-15 14:27:20 +02:00
|
|
|
[submodule "src/tools/clippy"]
|
|
|
|
path = src/tools/clippy
|
2020-01-25 17:58:10 +09:00
|
|
|
url = https://github.com/rust-lang/rust-clippy.git
|
2017-09-01 17:13:15 +12:00
|
|
|
[submodule "src/tools/rustfmt"]
|
|
|
|
path = src/tools/rustfmt
|
2020-01-25 17:58:10 +09:00
|
|
|
url = https://github.com/rust-lang/rustfmt.git
|
2017-08-28 16:54:50 +02:00
|
|
|
[submodule "src/tools/miri"]
|
|
|
|
path = src/tools/miri
|
2019-02-17 12:39:40 +01:00
|
|
|
url = https://github.com/rust-lang/miri.git
|
2017-12-01 18:29:12 -08:00
|
|
|
[submodule "src/doc/rust-by-example"]
|
|
|
|
path = src/doc/rust-by-example
|
2018-09-05 00:45:55 -07:00
|
|
|
url = https://github.com/rust-lang/rust-by-example.git
|
2019-07-15 13:53:44 +02:00
|
|
|
[submodule "src/stdarch"]
|
|
|
|
path = src/stdarch
|
|
|
|
url = https://github.com/rust-lang/stdarch.git
|
2020-03-10 17:22:25 -03:00
|
|
|
[submodule "src/doc/rustc-dev-guide"]
|
|
|
|
path = src/doc/rustc-dev-guide
|
|
|
|
url = https://github.com/rust-lang/rustc-dev-guide.git
|
2018-11-30 09:36:49 -05:00
|
|
|
[submodule "src/doc/edition-guide"]
|
|
|
|
path = src/doc/edition-guide
|
2019-10-30 08:37:05 -05:00
|
|
|
url = https://github.com/rust-lang/edition-guide.git
|
2019-01-16 09:59:03 -08:00
|
|
|
[submodule "src/llvm-project"]
|
|
|
|
path = src/llvm-project
|
|
|
|
url = https://github.com/rust-lang/llvm-project.git
|
2020-01-08 13:57:01 -08:00
|
|
|
branch = rustc/9.0-2019-12-19
|
2019-01-19 04:52:39 +01:00
|
|
|
[submodule "src/doc/embedded-book"]
|
|
|
|
path = src/doc/embedded-book
|
2019-02-17 12:39:40 +01:00
|
|
|
url = https://github.com/rust-embedded/book.git
|