File tree
179 files changed
+1734
-791
lines changed- compiler
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa
- src
- back
- mir
- traits
- rustc_errors/src
- rustc_expand
- src
- mbe
- rustc_feature/src
- rustc_hir_analysis/src
- check
- hir_ty_lowering
- rustc_hir_typeck
- src
- method
- rustc_metadata/src
- rustc_middle/src/ty
- print
- rustc_pattern_analysis
- src
- tests
- rustc_resolve
- src
- rustc_span/src
- rustc_target/src/spec
- base/apple
- targets
- rustc_trait_selection
- src
- error_reporting
- infer
- traits
- rustc_type_ir/src
- library/core/src
- intrinsics
- sync
- src
- doc/rustc/src/platform-support
- tools
- compiletest/src/directives
- miri
- src
- intrinsics
- tests/fail/alloc
- tests
- codegen-llvm
- run-make/atomic-lock-free
- ui
- alloc-error
- allocator
- attributes
- check-cfg
- codegen
- coherence
- confuse-field-and-method
- consts
- custom_test_frameworks
- delegation
- diagnostic-width
- dropck
- editions
- error-codes
- feature-gates
- higher-ranked/trait-bounds
- impl-trait/auto-trait-leakage
- inference
- interior-mutability
- intrinsics
- issues
- macros
- methods
- never_type
- offset-of
- parser
- macro
- pattern
- deref-patterns/usefulness
- usefulness
- proc-macro
- recursion
- rfcs/rfc-1937-termination-trait
- self
- simd
- structs
- suggestions
- test-attrs
- traits
- tuple
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
179 files changed
+1734
-791
lines changedLines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
969 | 969 |
| |
970 | 970 |
| |
971 | 971 |
| |
972 |
| - | |
| 972 | + | |
973 | 973 |
| |
974 | 974 |
| |
975 | 975 |
| |
| |||
982 | 982 |
| |
983 | 983 |
| |
984 | 984 |
| |
985 |
| - | |
| 985 | + | |
986 | 986 |
| |
987 | 987 |
| |
988 | 988 |
| |
| |||
991 | 991 |
| |
992 | 992 |
| |
993 | 993 |
| |
994 |
| - | |
| 994 | + | |
995 | 995 |
| |
996 | 996 |
| |
997 | 997 |
| |
| |||
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 | 1006 |
| |
1007 |
| - | |
| 1007 | + | |
1008 | 1008 |
| |
1009 | 1009 |
| |
1010 | 1010 |
| |
| |||
1013 | 1013 |
| |
1014 | 1014 |
| |
1015 | 1015 |
| |
1016 |
| - | |
| 1016 | + | |
1017 | 1017 |
| |
1018 | 1018 |
| |
1019 | 1019 |
| |
| |||
1025 | 1025 |
| |
1026 | 1026 |
| |
1027 | 1027 |
| |
1028 |
| - | |
| 1028 | + | |
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 | 1031 |
| |
| |||
1034 | 1034 |
| |
1035 | 1035 |
| |
1036 | 1036 |
| |
1037 |
| - | |
| 1037 | + | |
1038 | 1038 |
| |
1039 | 1039 |
| |
1040 | 1040 |
| |
| |||
1046 | 1046 |
| |
1047 | 1047 |
| |
1048 | 1048 |
| |
1049 |
| - | |
| 1049 | + | |
1050 | 1050 |
| |
1051 | 1051 |
| |
1052 | 1052 |
| |
| |||
1055 | 1055 |
| |
1056 | 1056 |
| |
1057 | 1057 |
| |
1058 |
| - | |
| 1058 | + | |
1059 | 1059 |
| |
1060 | 1060 |
| |
1061 | 1061 |
| |
| |||
1067 | 1067 |
| |
1068 | 1068 |
| |
1069 | 1069 |
| |
1070 |
| - | |
| 1070 | + | |
1071 | 1071 |
| |
1072 | 1072 |
| |
1073 | 1073 |
| |
| |||
1076 | 1076 |
| |
1077 | 1077 |
| |
1078 | 1078 |
| |
1079 |
| - | |
| 1079 | + | |
1080 | 1080 |
| |
1081 | 1081 |
| |
1082 | 1082 |
| |
| |||
1088 | 1088 |
| |
1089 | 1089 |
| |
1090 | 1090 |
| |
1091 |
| - | |
| 1091 | + | |
1092 | 1092 |
| |
1093 | 1093 |
| |
1094 | 1094 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1671 | 1671 |
| |
1672 | 1672 |
| |
1673 | 1673 |
| |
| 1674 | + | |
1674 | 1675 |
| |
1675 | 1676 |
| |
1676 | 1677 |
| |
| |||
1698 | 1699 |
| |
1699 | 1700 |
| |
1700 | 1701 |
| |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
1701 | 1705 |
| |
1702 | 1706 |
| |
1703 | 1707 |
| |
1704 | 1708 |
| |
1705 | 1709 |
| |
1706 | 1710 |
| |
1707 | 1711 |
| |
1708 |
| - | |
| 1712 | + | |
| 1713 | + | |
1709 | 1714 |
| |
1710 | 1715 |
| |
1711 | 1716 |
| |
|
Lines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1327 | 1327 |
| |
1328 | 1328 |
| |
1329 | 1329 |
| |
1330 |
| - | |
| 1330 | + | |
1331 | 1331 |
| |
| 1332 | + | |
1332 | 1333 |
| |
1333 |
| - | |
1334 |
| - | |
1335 |
| - | |
1336 |
| - | |
1337 |
| - | |
1338 |
| - | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
1339 | 1337 |
| |
1340 | 1338 |
| |
1341 | 1339 |
| |
| |||
1346 | 1344 |
| |
1347 | 1345 |
| |
1348 | 1346 |
| |
1349 |
| - | |
| 1347 | + | |
1350 | 1348 |
| |
1351 | 1349 |
| |
1352 | 1350 |
| |
|
Lines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
| 380 | + | |
| 381 | + | |
380 | 382 |
| |
381 | 383 |
| |
382 |
| - | |
383 |
| - | |
384 |
| - | |
| 384 | + | |
385 | 385 |
| |
386 |
| - | |
387 |
| - | |
| 386 | + | |
388 | 387 |
| |
389 | 388 |
| |
390 | 389 |
| |
391 | 390 |
| |
392 | 391 |
| |
| 392 | + | |
| 393 | + | |
393 | 394 |
| |
394 | 395 |
| |
395 | 396 |
| |
396 | 397 |
| |
397 |
| - | |
| 398 | + | |
398 | 399 |
| |
399 | 400 |
| |
400 | 401 |
| |
| |||
407 | 408 |
| |
408 | 409 |
| |
409 | 410 |
| |
410 |
| - | |
411 |
| - | |
412 |
| - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
413 | 415 |
| |
414 | 416 |
| |
415 | 417 |
| |
| |||
419 | 421 |
| |
420 | 422 |
| |
421 | 423 |
| |
422 |
| - | |
423 |
| - | |
| 424 | + | |
| 425 | + | |
424 | 426 |
| |
425 | 427 |
| |
426 | 428 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
| 105 | + | |
104 | 106 |
| |
105 | 107 |
| |
106 | 108 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3026 | 3026 |
| |
3027 | 3027 |
| |
3028 | 3028 |
| |
3029 |
| - | |
| 3029 | + | |
3030 | 3030 |
| |
3031 | 3031 |
| |
3032 | 3032 |
| |
| |||
3040 | 3040 |
| |
3041 | 3041 |
| |
3042 | 3042 |
| |
3043 |
| - | |
| 3043 | + | |
3044 | 3044 |
| |
3045 | 3045 |
| |
3046 | 3046 |
| |
| |||
3091 | 3091 |
| |
3092 | 3092 |
| |
3093 | 3093 |
| |
3094 |
| - | |
| 3094 | + | |
3095 | 3095 |
| |
3096 | 3096 |
| |
3097 | 3097 |
| |
3098 | 3098 |
| |
3099 | 3099 |
| |
3100 | 3100 |
| |
3101 |
| - | |
| 3101 | + | |
3102 | 3102 |
| |
3103 | 3103 |
| |
3104 | 3104 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
764 | 764 |
| |
765 | 765 |
| |
766 | 766 |
| |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
767 | 775 |
| |
768 | 776 |
| |
769 | 777 |
| |
|
0 commit comments