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