2011-11-01 00:01:14 +01:00
|
|
|
[submodule "src/llvm"]
|
|
|
|
path = src/llvm
|
2014-01-10 05:21:22 +01:00
|
|
|
url = https://github.com/rust-lang/llvm.git
|
2013-06-25 20:03:39 +02:00
|
|
|
branch = master
|
2014-02-03 09:06:40 +01:00
|
|
|
[submodule "src/compiler-rt"]
|
|
|
|
path = src/compiler-rt
|
2014-02-04 07:54:09 +01:00
|
|
|
url = https://github.com/rust-lang/compiler-rt.git
|
2017-04-14 01:23:14 +02:00
|
|
|
[submodule "src/rt/hoedown"]
|
|
|
|
path = src/rt/hoedown
|
|
|
|
url = https://github.com/rust-lang/hoedown.git
|
|
|
|
branch = rust-2015-09-21-do-not-delete
|
2014-04-25 08:19:34 +02:00
|
|
|
[submodule "src/jemalloc"]
|
|
|
|
path = src/jemalloc
|
|
|
|
url = https://github.com/rust-lang/jemalloc.git
|
2014-11-21 23:45:45 +01:00
|
|
|
[submodule "src/rust-installer"]
|
|
|
|
path = src/rust-installer
|
2015-12-25 19:51:04 +01:00
|
|
|
url = https://github.com/rust-lang/rust-installer.git
|
2015-11-03 01:22:49 +01:00
|
|
|
[submodule "src/liblibc"]
|
|
|
|
path = src/liblibc
|
2016-02-20 12:37:30 +01:00
|
|
|
url = https://github.com/rust-lang/libc.git
|
2017-03-03 02:15:41 +01:00
|
|
|
[submodule "src/doc/nomicon"]
|
|
|
|
path = src/doc/nomicon
|
2017-03-14 13:52:01 +01:00
|
|
|
url = https://github.com/rust-lang-nursery/nomicon.git
|
2017-02-15 23:55:26 +01:00
|
|
|
[submodule "src/tools/cargo"]
|
2017-03-06 15:55:24 +01:00
|
|
|
path = cargo
|
2017-03-14 13:52:01 +01:00
|
|
|
url = https://github.com/rust-lang/cargo.git
|
2017-03-03 00:47:06 +01:00
|
|
|
[submodule "reference"]
|
|
|
|
path = src/doc/reference
|
|
|
|
url = https://github.com/rust-lang-nursery/reference.git
|
2017-03-07 20:43:27 +01:00
|
|
|
[submodule "book"]
|
|
|
|
path = src/doc/book
|
2017-04-06 15:48:56 +02:00
|
|
|
url = https://github.com/rust-lang/book.git
|
2017-03-16 01:06:53 +01:00
|
|
|
[submodule "rls"]
|
|
|
|
path = rls
|
|
|
|
url = https://github.com/rust-lang-nursery/rls.git
|
|
|
|
|