2011-10-31 23:01:14 +00:00
|
|
|
[submodule "src/llvm"]
|
|
|
|
path = src/llvm
|
2014-01-10 04:21:22 +00:00
|
|
|
url = https://github.com/rust-lang/llvm.git
|
2013-06-25 18:03:39 +00:00
|
|
|
branch = master
|
2017-04-13 23:23:14 +00: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 06:19:34 +00:00
|
|
|
[submodule "src/jemalloc"]
|
|
|
|
path = src/jemalloc
|
|
|
|
url = https://github.com/rust-lang/jemalloc.git
|
2014-11-21 22:45:45 +00:00
|
|
|
[submodule "src/rust-installer"]
|
2017-05-08 22:01:13 +00:00
|
|
|
path = src/tools/rust-installer
|
2015-12-25 18:51:04 +00:00
|
|
|
url = https://github.com/rust-lang/rust-installer.git
|
2015-11-03 00:22:49 +00:00
|
|
|
[submodule "src/liblibc"]
|
|
|
|
path = src/liblibc
|
2016-02-20 11:37:30 +00:00
|
|
|
url = https://github.com/rust-lang/libc.git
|
2017-03-03 01:15:41 +00:00
|
|
|
[submodule "src/doc/nomicon"]
|
|
|
|
path = src/doc/nomicon
|
2017-03-14 12:52:01 +00:00
|
|
|
url = https://github.com/rust-lang-nursery/nomicon.git
|
2017-02-15 22:55:26 +00:00
|
|
|
[submodule "src/tools/cargo"]
|
2017-04-20 21:32:54 +00:00
|
|
|
path = src/tools/cargo
|
2017-04-29 23:11:58 +00:00
|
|
|
url = https://github.com/rust-lang/cargo.git
|
2017-03-02 23:47:06 +00:00
|
|
|
[submodule "reference"]
|
|
|
|
path = src/doc/reference
|
|
|
|
url = https://github.com/rust-lang-nursery/reference.git
|
2017-03-07 19:43:27 +00:00
|
|
|
[submodule "book"]
|
|
|
|
path = src/doc/book
|
2017-04-06 13:48:56 +00:00
|
|
|
url = https://github.com/rust-lang/book.git
|
2017-04-20 21:32:54 +00:00
|
|
|
[submodule "src/tools/rls"]
|
|
|
|
path = src/tools/rls
|
2017-04-29 23:11:58 +00:00
|
|
|
url = https://github.com/rust-lang-nursery/rls.git
|
2017-06-22 20:14:00 +00:00
|
|
|
[submodule "src/libcompiler_builtins"]
|
|
|
|
path = src/libcompiler_builtins
|
|
|
|
url = https://github.com/rust-lang-nursery/compiler-builtins
|