Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 3795ff3

Browse files
borslinouxis9
authored andcommitted
Auto merge of rust-lang#51196 - Havvy:remove-keywords, r=petrochenkov
Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof) On my local machine I was getting failures in `test/ui-fulldeps`, but I was also getting them again after reverting the change, so I'm hoping that this works. I removed the test because that's what the other PR that unreserved a keyword did and I feel that it doesn't make sense/keep value to keep a test for something removed years ago.
1 parent cabb679 commit 3795ff3

File tree

12,659 files changed

+151
-946665
lines changed

Some content is hidden

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

12,659 files changed

+151
-946665
lines changed

.gitmodules

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +0,0 @@
1-
[submodule "src/llvm"]
2-
path = src/llvm
3-
url = https://github.com/rust-lang/llvm.git
4-
branch = master
5-
[submodule "src/jemalloc"]
6-
path = src/jemalloc
7-
url = https://github.com/rust-lang/jemalloc.git
8-
[submodule "src/rust-installer"]
9-
path = src/tools/rust-installer
10-
url = https://github.com/rust-lang/rust-installer.git
11-
[submodule "src/liblibc"]
12-
path = src/liblibc
13-
url = https://github.com/rust-lang/libc.git
14-
[submodule "src/doc/nomicon"]
15-
path = src/doc/nomicon
16-
url = https://github.com/rust-lang-nursery/nomicon.git
17-
[submodule "src/tools/cargo"]
18-
path = src/tools/cargo
19-
url = https://github.com/rust-lang/cargo.git
20-
[submodule "src/doc/reference"]
21-
path = src/doc/reference
22-
url = https://github.com/rust-lang-nursery/reference.git
23-
[submodule "src/doc/book"]
24-
path = src/doc/book
25-
url = https://github.com/rust-lang/book.git
26-
[submodule "src/tools/rls"]
27-
path = src/tools/rls
28-
url = https://github.com/rust-lang-nursery/rls.git
29-
[submodule "src/libcompiler_builtins"]
30-
path = src/libcompiler_builtins
31-
url = https://github.com/rust-lang-nursery/compiler-builtins
32-
[submodule "src/tools/clippy"]
33-
path = src/tools/clippy
34-
url = https://github.com/rust-lang-nursery/rust-clippy.git
35-
[submodule "src/tools/rustfmt"]
36-
path = src/tools/rustfmt
37-
url = https://github.com/rust-lang-nursery/rustfmt.git
38-
[submodule "src/tools/miri"]
39-
path = src/tools/miri
40-
url = https://github.com/solson/miri.git
41-
[submodule "src/dlmalloc"]
42-
path = src/dlmalloc
43-
url = https://github.com/alexcrichton/dlmalloc-rs.git
44-
[submodule "src/doc/rust-by-example"]
45-
path = src/doc/rust-by-example
46-
url = https://github.com/rust-lang/rust-by-example
47-
[submodule "src/llvm-emscripten"]
48-
path = src/llvm-emscripten
49-
url = https://github.com/rust-lang/llvm
50-
[submodule "src/stdsimd"]
51-
path = src/stdsimd
52-
url = https://github.com/rust-lang-nursery/stdsimd
53-
[submodule "src/tools/lld"]
54-
path = src/tools/lld
55-
url = https://github.com/rust-lang/lld.git
56-
[submodule "src/libbacktrace"]
57-
path = src/libbacktrace
58-
url = https://github.com/rust-lang-nursery/libbacktrace

0 commit comments

Comments
 (0)