File tree
167 files changed
+1248
-585
lines changed- src
- liballoc
- benches
- btree
- librustc
- cfg
- hir
- ich
- lint
- middle
- librustc_codegen_ssa/mir
- librustc_driver
- librustc_mir
- build/expr
- hair/cx
- transform
- librustc_passes
- librustc_resolve
- librustc_typeck
- check
- libsyntax
- ext
- parse
- lexer
- print
- util
- libsyntax_ext
- deriving
- libsyntax_pos
- test
- codegen
- run-pass-fulldeps
- ui
- conditional-compilation
- consts
- cross/cross-crate-macro-backtrace/auxiliary
- derives
- did_you_mean
- editions
- enum
- error-codes
- feature-gate
- feature-gates
- impl-trait
- issues
- macro_backtrace
- macros
- malformed
- panic-runtime
- parser/macro
- proc-macro
- reserved
- return
- self
- span
- tuple/tuple-struct-fields
- unsafe
- variants
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
167 files changed
+1248
-585
lines changedDiff for: Cargo.lock
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
|
Diff for: src/liballoc/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
Diff for: src/liballoc/benches/btree/map.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
Diff for: src/liballoc/benches/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
Diff for: src/liballoc/benches/slice.rs
+2-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 | 19 |
| |
19 | 20 |
| |
|
Diff for: src/liballoc/benches/str.rs
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
278 |
| - | |
| 277 | + | |
| 278 | + | |
279 | 279 |
| |
280 |
| - | |
281 |
| - | |
| 280 | + | |
| 281 | + | |
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
|
Diff for: src/librustc/cfg/construct.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
405 |
| - | |
| 405 | + | |
| 406 | + | |
406 | 407 |
| |
407 | 408 |
| |
408 | 409 |
| |
|
Diff for: src/librustc/hir/intravisit.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1109 | 1109 |
| |
1110 | 1110 |
| |
1111 | 1111 |
| |
| 1112 | + | |
1112 | 1113 |
| |
1113 | 1114 |
| |
1114 | 1115 |
| |
|
Diff for: src/librustc/hir/lowering.rs
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2719 | 2719 |
| |
2720 | 2720 |
| |
2721 | 2721 |
| |
2722 |
| - | |
2723 | 2722 |
| |
2724 | 2723 |
| |
2725 | 2724 |
| |
| |||
3791 | 3790 |
| |
3792 | 3791 |
| |
3793 | 3792 |
| |
3794 |
| - | |
3795 | 3793 |
| |
3796 | 3794 |
| |
3797 | 3795 |
| |
| |||
4127 | 4125 |
| |
4128 | 4126 |
| |
4129 | 4127 |
| |
| 4128 | + | |
| 4129 | + | |
4130 | 4130 |
| |
4131 | 4131 |
| |
4132 | 4132 |
| |
| |||
4831 | 4831 |
| |
4832 | 4832 |
| |
4833 | 4833 |
| |
4834 |
| - | |
4835 | 4834 |
| |
4836 | 4835 |
| |
4837 | 4836 |
| |
|
Diff for: src/librustc/hir/mod.rs
+16-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
817 | 817 |
| |
818 | 818 |
| |
819 | 819 |
| |
820 |
| - | |
821 |
| - | |
822 |
| - | |
823 |
| - | |
824 |
| - | |
825 | 820 |
| |
826 | 821 |
| |
827 | 822 |
| |
| |||
1372 | 1367 |
| |
1373 | 1368 |
| |
1374 | 1369 |
| |
| 1370 | + | |
1375 | 1371 |
| |
1376 | 1372 |
| |
1377 | 1373 |
| |
| |||
1422 | 1418 |
| |
1423 | 1419 |
| |
1424 | 1420 |
| |
1425 |
| - | |
| 1421 | + | |
| 1422 | + | |
1426 | 1423 |
| |
1427 | 1424 |
| |
1428 | 1425 |
| |
| |||
1535 | 1532 |
| |
1536 | 1533 |
| |
1537 | 1534 |
| |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
1538 | 1538 |
| |
1539 | 1539 |
| |
1540 | 1540 |
| |
| |||
1979 | 1979 |
| |
1980 | 1980 |
| |
1981 | 1981 |
| |
| 1982 | + | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
1982 | 1991 |
| |
1983 | 1992 |
| |
1984 | 1993 |
| |
| |||
2119 | 2128 |
| |
2120 | 2129 |
| |
2121 | 2130 |
| |
2122 |
| - | |
| 2131 | + | |
2123 | 2132 |
| |
2124 | 2133 |
| |
2125 | 2134 |
| |
|
Diff for: src/librustc/hir/print.rs
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
440 | 440 |
| |
441 | 441 |
| |
442 | 442 |
| |
443 |
| - | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
444 | 446 |
| |
445 | 447 |
| |
446 | 448 |
| |
| |||
1550 | 1552 |
| |
1551 | 1553 |
| |
1552 | 1554 |
| |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
1553 | 1560 |
| |
1554 | 1561 |
| |
1555 | 1562 |
| |
|
Diff for: src/librustc/ich/impls_hir.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
423 |
| - | |
424 | 423 |
| |
425 | 424 |
| |
426 | 425 |
| |
| |||
602 | 601 |
| |
603 | 602 |
| |
604 | 603 |
| |
605 |
| - | |
| 604 | + | |
| 605 | + | |
606 | 606 |
| |
607 | 607 |
| |
608 | 608 |
| |
|
Diff for: src/librustc/lint/levels.rs
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 |
| - | |
236 | 235 |
| |
237 | 236 |
| |
238 | 237 |
| |
239 | 238 |
| |
240 | 239 |
| |
241 | 240 |
| |
242 |
| - | |
| 241 | + | |
243 | 242 |
| |
244 | 243 |
| |
245 | 244 |
| |
246 | 245 |
| |
247 | 246 |
| |
248 | 247 |
| |
249 | 248 |
| |
250 |
| - | |
251 |
| - | |
252 | 249 |
| |
| 250 | + | |
253 | 251 |
| |
254 | 252 |
| |
255 | 253 |
| |
|
0 commit comments