]> git.lizzy.rs Git - rust.git/blobdiff - .gitmodules
LICENSE-MIT: Remove inaccurate (misattributed) copyright notice
[rust.git] / .gitmodules
index 9003f0750a23145ef721e720da7c0c7fbdf2ff82..6244b3c0951868b30ea8a3bbc0605e647e7ddf6e 100644 (file)
@@ -2,9 +2,6 @@
        path = src/llvm
        url = https://github.com/rust-lang/llvm.git
        branch = master
-[submodule "src/compiler-rt"]
-       path = src/compiler-rt
-       url = https://github.com/rust-lang/compiler-rt.git
 [submodule "src/rt/hoedown"]
        path = src/rt/hoedown
        url = https://github.com/rust-lang/hoedown.git
@@ -13,7 +10,7 @@
        path = src/jemalloc
        url = https://github.com/rust-lang/jemalloc.git
 [submodule "src/rust-installer"]
-       path = src/rust-installer
+       path = src/tools/rust-installer
        url = https://github.com/rust-lang/rust-installer.git
 [submodule "src/liblibc"]
        path = src/liblibc
@@ -22,7 +19,7 @@
        path = src/doc/nomicon
        url = https://github.com/rust-lang-nursery/nomicon.git
 [submodule "src/tools/cargo"]
-       path = cargo
+       path = src/tools/cargo
        url = https://github.com/rust-lang/cargo.git
 [submodule "reference"]
        path = src/doc/reference
@@ -30,7 +27,9 @@
 [submodule "book"]
        path = src/doc/book
        url = https://github.com/rust-lang/book.git
-[submodule "rls"]
-       path = rls
+[submodule "src/tools/rls"]
+       path = src/tools/rls
        url = https://github.com/rust-lang-nursery/rls.git
-
+[submodule "src/libcompiler_builtins"]
+       path = src/libcompiler_builtins
+       url = https://github.com/rust-lang-nursery/compiler-builtins