2014-11-21 16:45:45 -06:00
|
|
|
[submodule "src/rust-installer"]
|
2017-05-08 17:01:13 -05:00
|
|
|
path = src/tools/rust-installer
|
2015-12-25 12:51:04 -06:00
|
|
|
url = https://github.com/rust-lang/rust-installer.git
|
2017-03-02 19:15:41 -06:00
|
|
|
[submodule "src/doc/nomicon"]
|
|
|
|
path = src/doc/nomicon
|
2019-10-30 08:37:05 -05:00
|
|
|
url = https://github.com/rust-lang/nomicon.git
|
2017-02-15 16:55:26 -06:00
|
|
|
[submodule "src/tools/cargo"]
|
2017-04-20 16:32:54 -05:00
|
|
|
path = src/tools/cargo
|
2017-04-29 18:11:58 -05:00
|
|
|
url = https://github.com/rust-lang/cargo.git
|
2017-12-28 11:20:19 -06:00
|
|
|
[submodule "src/doc/reference"]
|
2017-03-02 17:47:06 -06:00
|
|
|
path = src/doc/reference
|
2019-10-30 08:37:05 -05:00
|
|
|
url = https://github.com/rust-lang/reference.git
|
2017-12-28 11:20:19 -06:00
|
|
|
[submodule "src/doc/book"]
|
2017-03-07 13:43:27 -06:00
|
|
|
path = src/doc/book
|
2017-04-06 08:48:56 -05:00
|
|
|
url = https://github.com/rust-lang/book.git
|
2017-04-20 16:32:54 -05:00
|
|
|
[submodule "src/tools/rls"]
|
|
|
|
path = src/tools/rls
|
2020-01-25 02:58:10 -06:00
|
|
|
url = https://github.com/rust-lang/rls.git
|
2017-09-01 00:13:15 -05:00
|
|
|
[submodule "src/tools/rustfmt"]
|
|
|
|
path = src/tools/rustfmt
|
2020-01-25 02:58:10 -06:00
|
|
|
url = https://github.com/rust-lang/rustfmt.git
|
2017-08-28 09:54:50 -05:00
|
|
|
[submodule "src/tools/miri"]
|
|
|
|
path = src/tools/miri
|
2019-02-17 05:39:40 -06:00
|
|
|
url = https://github.com/rust-lang/miri.git
|
2017-12-01 20:29:12 -06:00
|
|
|
[submodule "src/doc/rust-by-example"]
|
|
|
|
path = src/doc/rust-by-example
|
2018-09-05 02:45:55 -05:00
|
|
|
url = https://github.com/rust-lang/rust-by-example.git
|
2019-07-15 06:53:44 -05:00
|
|
|
[submodule "src/stdarch"]
|
|
|
|
path = src/stdarch
|
|
|
|
url = https://github.com/rust-lang/stdarch.git
|
2020-03-10 15:22:25 -05:00
|
|
|
[submodule "src/doc/rustc-dev-guide"]
|
|
|
|
path = src/doc/rustc-dev-guide
|
|
|
|
url = https://github.com/rust-lang/rustc-dev-guide.git
|
2018-11-30 08:36:49 -06:00
|
|
|
[submodule "src/doc/edition-guide"]
|
|
|
|
path = src/doc/edition-guide
|
2019-10-30 08:37:05 -05:00
|
|
|
url = https://github.com/rust-lang/edition-guide.git
|
2019-01-16 11:59:03 -06:00
|
|
|
[submodule "src/llvm-project"]
|
|
|
|
path = src/llvm-project
|
|
|
|
url = https://github.com/rust-lang/llvm-project.git
|
2019-12-31 08:46:46 -06:00
|
|
|
branch = rustc/10.0-2020-05-05
|
2019-01-18 21:52:39 -06:00
|
|
|
[submodule "src/doc/embedded-book"]
|
|
|
|
path = src/doc/embedded-book
|
2019-02-17 05:39:40 -06:00
|
|
|
url = https://github.com/rust-embedded/book.git
|
Add rust-analyzer submodule
The current plan is that submodule tracks the `release` branch of
rust-analyzer, which is updated once a week.
rust-analyzer is a workspace (with a virtual manifest), the actual
binary is provide by `crates/rust-analyzer` package.
Note that we intentionally don't add rust-analyzer to `Kind::Test`,
for two reasons.
*First*, at the moment rust-analyzer's test suite does a couple of
things which might not work in the context of rust repository. For
example, it shells out directly to `rustup` and `rustfmt`. So, making
this work requires non-trivial efforts.
*Second*, it seems unlikely that running tests in rust-lang/rust repo
would provide any additional guarantees. rust-analyzer builds with
stable and does not depend on the specifics of the compiler, so
changes to compiler can't break ra, unless they break stability
guarantee. Additionally, rust-analyzer itself is gated on bors, so we
are pretty confident that test suite passes.
2020-06-04 06:11:15 -05:00
|
|
|
[submodule "src/tools/rust-analyzer"]
|
|
|
|
path = src/tools/rust-analyzer
|
|
|
|
url = https://github.com/rust-analyzer/rust-analyzer.git
|