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