File tree
16 files changed
+11
-68
lines changed- compiler
- rustc_ast_passes/src
- rustc_feature/src
- rustc_middle/src
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_serialize/src
- library
- alloc/src
- core
- src
- sync
- tests
- portable-simd/crates/core_simd/src
- src/doc/unstable-book/src/language-features
- tests/ui/feature-gates
16 files changed
+11
-68
lines changed-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 |
| - | |
560 | 559 |
| |
561 | 560 |
| |
562 | 561 |
| |
|
Diff for: compiler/rustc_feature/src/accepted.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
| 214 | + | |
| 215 | + | |
214 | 216 |
| |
215 | 217 |
| |
216 | 218 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
501 | 501 |
| |
502 | 502 |
| |
503 | 503 |
| |
504 |
| - | |
505 |
| - | |
506 | 504 |
| |
507 | 505 |
| |
508 | 506 |
| |
|
Diff for: compiler/rustc_middle/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Diff for: compiler/rustc_mir_transform/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Diff for: compiler/rustc_parse/src/parser/mod.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1254 | 1254 |
| |
1255 | 1255 |
| |
1256 | 1256 |
| |
1257 |
| - | |
1258 |
| - | |
1259 | 1257 |
| |
1260 | 1258 |
| |
1261 | 1259 |
| |
|
Diff for: compiler/rustc_serialize/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Diff for: library/alloc/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
133 | 132 |
| |
134 | 133 |
| |
135 | 134 |
| |
| |||
170 | 169 |
| |
171 | 170 |
| |
172 | 171 |
| |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
|
Diff for: library/core/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| 204 | + | |
204 | 205 |
| |
205 | 206 |
| |
206 | 207 |
| |
| |||
231 | 232 |
| |
232 | 233 |
| |
233 | 234 |
| |
234 |
| - | |
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
|
Diff for: library/core/src/sync/atomic.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
514 |
| - | |
| 514 | + | |
515 | 515 |
| |
516 | 516 |
| |
517 | 517 |
| |
| |||
1313 | 1313 |
| |
1314 | 1314 |
| |
1315 | 1315 |
| |
1316 |
| - | |
| 1316 | + | |
1317 | 1317 |
| |
1318 | 1318 |
| |
1319 | 1319 |
| |
| |||
2303 | 2303 |
| |
2304 | 2304 |
| |
2305 | 2305 |
| |
2306 |
| - | |
| 2306 | + | |
2307 | 2307 |
| |
2308 | 2308 |
| |
2309 | 2309 |
| |
|
Diff for: library/core/tests/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
|
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments