File tree
165 files changed
+2270
-1215
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- const_eval
- interpret
- transform
- check_consts
- rustc_error_messages
- locales/en-US
- src
- rustc_errors/src
- rustc_expand/src
- rustc_infer/src/infer/error_reporting
- rustc_macros/src
- diagnostics
- rustc_middle/src
- mir
- traits
- ty
- print
- rustc_mir_build/src
- build
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src/move_paths
- rustc_mir_transform/src
- rustc_passes
- src
- rustc_privacy/src
- rustc_session/src
- rustc_trait_selection/src/traits
- error_reporting
- select
- rustc_typeck/src
- astconv
- check
- method
- library/alloc/src
- src
- librustdoc
- clean
- json
- passes
- rustdoc-json-types
- test
- rustdoc-gui
- rustdoc-json
- reexport
- auxiliary
- rustdoc-ui
- ui
- attributes
- borrowck
- feature-gates
- issues
- lifetimes
- macros
- marker_trait_attr
- rfc-2008-non-exhaustive
- rfc-2091-track-caller
- rustdoc
- span
- target-feature
- traits
- default-method
- type/type-check
- type-alias-impl-trait
- ui-fulldeps/session-diagnostic
- tools/clippy
- clippy_lints/src
- methods
- clippy_utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
165 files changed
+2270
-1215
lines changedDiff for: Cargo.lock
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4239 | 4239 |
| |
4240 | 4240 |
| |
4241 | 4241 |
| |
| 4242 | + | |
4242 | 4243 |
| |
4243 | 4244 |
| |
4244 | 4245 |
| |
|
+71-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | 1229 |
| |
1230 |
| - | |
1231 |
| - | |
| 1230 | + | |
1232 | 1231 |
| |
1233 | 1232 |
| |
1234 | 1233 |
| |
| |||
1500 | 1499 |
| |
1501 | 1500 |
| |
1502 | 1501 |
| |
1503 |
| - | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
1504 | 1566 |
| |
1505 | 1567 |
| |
1506 | 1568 |
| |
| |||
1699 | 1761 |
| |
1700 | 1762 |
| |
1701 | 1763 |
| |
1702 |
| - | |
| 1764 | + | |
1703 | 1765 |
| |
1704 | 1766 |
| |
1705 | 1767 |
| |
| |||
2093 | 2155 |
| |
2094 | 2156 |
| |
2095 | 2157 |
| |
2096 |
| - | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
2097 | 2161 |
| |
2098 | 2162 |
| |
2099 | 2163 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
285 |
| - | |
| 285 | + | |
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| 229 | + | |
229 | 230 |
| |
230 | 231 |
| |
231 | 232 |
| |
| |||
286 | 287 |
| |
287 | 288 |
| |
288 | 289 |
| |
| 290 | + | |
289 | 291 |
| |
290 | 292 |
| |
291 | 293 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
| 172 | + | |
172 | 173 |
| |
173 | 174 |
| |
174 | 175 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
| 22 | + | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
| |||
758 | 757 |
| |
759 | 758 |
| |
760 | 759 |
| |
761 |
| - | |
| 760 | + | |
762 | 761 |
| |
763 | 762 |
| |
764 | 763 |
| |
| |||
770 | 769 |
| |
771 | 770 |
| |
772 | 771 |
| |
773 |
| - | |
| 772 | + | |
774 | 773 |
| |
775 | 774 |
| |
776 | 775 |
| |
|
+7-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| |||
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
353 |
| - | |
354 |
| - | |
355 |
| - | |
356 |
| - | |
| 353 | + | |
357 | 354 |
| |
358 | 355 |
| |
359 | 356 |
| |
| |||
678 | 675 |
| |
679 | 676 |
| |
680 | 677 |
| |
681 |
| - | |
| 678 | + | |
682 | 679 |
| |
683 | 680 |
| |
684 | 681 |
| |
| |||
756 | 753 |
| |
757 | 754 |
| |
758 | 755 |
| |
759 |
| - | |
| 756 | + | |
760 | 757 |
| |
761 | 758 |
| |
762 | 759 |
| |
|
Diff for: compiler/rustc_borrowck/src/lib.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1788 | 1788 |
| |
1789 | 1789 |
| |
1790 | 1790 |
| |
| 1791 | + | |
1791 | 1792 |
| |
1792 | 1793 |
| |
1793 | 1794 |
| |
| |||
2179 | 2180 |
| |
2180 | 2181 |
| |
2181 | 2182 |
| |
| 2183 | + | |
2182 | 2184 |
| |
2183 | 2185 |
| |
2184 | 2186 |
| |
|
+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
| 258 | + | |
258 | 259 |
| |
259 | 260 |
| |
260 | 261 |
| |
| |||
322 | 323 |
| |
323 | 324 |
| |
324 | 325 |
| |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
325 | 337 |
| |
326 | 338 |
| |
327 | 339 |
| |
| |||
525 | 537 |
| |
526 | 538 |
| |
527 | 539 |
| |
| 540 | + | |
528 | 541 |
| |
529 | 542 |
| |
530 | 543 |
| |
|
Diff for: compiler/rustc_borrowck/src/prefixes.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
| 84 | + | |
84 | 85 |
| |
85 | 86 |
| |
86 | 87 |
| |
|
+16-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
790 | 790 |
| |
791 | 791 |
| |
792 | 792 |
| |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
793 | 806 |
| |
794 | 807 |
| |
795 | 808 |
| |
| |||
1195 | 1208 |
| |
1196 | 1209 |
| |
1197 | 1210 |
| |
1198 |
| - | |
| 1211 | + | |
1199 | 1212 |
| |
1200 | 1213 |
| |
1201 | 1214 |
| |
| 1215 | + | |
1202 | 1216 |
| |
1203 | 1217 |
| |
1204 | 1218 |
| |
| |||
2493 | 2507 |
| |
2494 | 2508 |
| |
2495 | 2509 |
| |
| 2510 | + | |
2496 | 2511 |
| |
2497 | 2512 |
| |
2498 | 2513 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
825 | 825 |
| |
826 | 826 |
| |
827 | 827 |
| |
| 828 | + | |
828 | 829 |
| |
829 | 830 |
| |
830 | 831 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
615 | 615 |
| |
616 | 616 |
| |
617 | 617 |
| |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
618 | 626 |
| |
619 | 627 |
| |
620 | 628 |
| |
|
0 commit comments