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
|
2014-02-03 08:06:40 +00:00
|
|
|
[submodule "src/compiler-rt"]
|
|
|
|
path = src/compiler-rt
|
2014-02-04 06:54:09 +00:00
|
|
|
url = https://github.com/rust-lang/compiler-rt.git
|
2014-05-03 00:56:35 +00:00
|
|
|
[submodule "src/rt/hoedown"]
|
|
|
|
path = src/rt/hoedown
|
2017-01-23 21:46:18 +00:00
|
|
|
url = https://github.com/rust-lang/hoedown.git
|
2017-01-28 15:38:12 +00:00
|
|
|
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"]
|
|
|
|
path = src/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-03-06 14:55:24 +00:00
|
|
|
path = cargo
|
2017-03-14 12:52:01 +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
|