Skip to content

Commit ad5eb38

Browse files
celinvaltedinski
authored andcommitted
Cleanup code that we no longer use (rust-lang#768)
* Remove unused rustc code We have modified the following files: - Cargo.toml: Remove all configuration that isn't needed. - Cargo.lock: Started from scratch We have kept the following bookrunner dependencies: - src/docs - src/librustdocs - rustdoc-json-types * Fix compile test source code check. For some weird reason, compiletest checks the repository path by looking at the path of a file. I just changed which file it looks for. * Modified a few git configuration files * Delete submodules
1 parent 862fa74 commit ad5eb38

File tree

10,581 files changed

+557
-1347137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

10,581 files changed

+557
-1347137
lines changed

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
*.rs rust diff=rust
77
*.fixed linguist-language=Rust
88
*.mir linguist-language=Rust
9-
src/etc/installer/gfx/* binary
10-
src/vendor/** -text
119
Cargo.lock linguist-generated=false
12-
config.toml.example linguist-language=TOML
1310

1411
# Older git versions try to fix line endings on images and fonts, this prevents it.
1512
*.png binary

.gitmodules

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,24 @@
1-
[submodule "src/rust-installer"]
2-
path = src/tools/rust-installer
3-
url = https://github.com/rust-lang/rust-installer.git
41
[submodule "src/doc/nomicon"]
52
path = src/doc/nomicon
63
url = https://github.com/rust-lang/nomicon.git
7-
[submodule "src/tools/cargo"]
8-
path = src/tools/cargo
9-
url = https://github.com/rust-lang/cargo.git
104
[submodule "src/doc/reference"]
115
path = src/doc/reference
126
url = https://github.com/rust-lang/reference.git
137
[submodule "src/doc/book"]
148
path = src/doc/book
159
url = https://github.com/rust-lang/book.git
16-
[submodule "src/tools/rls"]
17-
path = src/tools/rls
18-
url = https://github.com/rust-lang/rls.git
19-
[submodule "src/tools/miri"]
20-
path = src/tools/miri
21-
url = https://github.com/rust-lang/miri.git
2210
[submodule "src/doc/rust-by-example"]
2311
path = src/doc/rust-by-example
2412
url = https://github.com/rust-lang/rust-by-example.git
25-
[submodule "library/stdarch"]
26-
path = library/stdarch
27-
url = https://github.com/rust-lang/stdarch.git
2813
[submodule "src/doc/rustc-dev-guide"]
2914
path = src/doc/rustc-dev-guide
3015
url = https://github.com/rust-lang/rustc-dev-guide.git
3116
[submodule "src/doc/edition-guide"]
3217
path = src/doc/edition-guide
3318
url = https://github.com/rust-lang/edition-guide.git
34-
[submodule "src/llvm-project"]
35-
path = src/llvm-project
36-
url = https://github.com/rust-lang/llvm-project.git
37-
branch = rustc/13.0-2021-09-30
3819
[submodule "src/doc/embedded-book"]
3920
path = src/doc/embedded-book
4021
url = https://github.com/rust-embedded/book.git
41-
[submodule "src/tools/rust-analyzer"]
42-
path = src/tools/rust-analyzer
43-
url = https://github.com/rust-analyzer/rust-analyzer.git
44-
[submodule "library/backtrace"]
45-
path = library/backtrace
46-
url = https://github.com/rust-lang/backtrace-rs.git
4722
[submodule "firecracker"]
4823
path = firecracker
4924
url = https://github.com/firecracker-microvm/firecracker.git

.mailmap

Lines changed: 0 additions & 312 deletions
This file was deleted.

0 commit comments

Comments
 (0)