This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
44 files changed
+1913
-753
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- rustc_codegen_llvm/src
- rustc_codegen_ssa
- src
- back
- debuginfo
- mir
- rustc_error_messages/locales/en-US
- rustc_errors
- src
- rustc_infer/src
- errors
- infer/error_reporting/nice_region_error
- rustc_resolve/src
- library
- alloc/src/collections/vec_deque
- core/src
- iter/sources
- std/src/collections/hash
- src
- librustdoc/html/static/css
- test/ui
- closures/2229_closure_analysis/diagnostics/borrowck
- error-codes
- generics
- process
- unboxed-closures
- underscore-lifetime
- tools/rustfmt/tests/target
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+1913
-753
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3890 | 3890 | | |
3891 | 3891 | | |
3892 | 3892 | | |
| 3893 | + | |
3893 | 3894 | | |
3894 | 3895 | | |
3895 | 3896 | | |
| |||
4024 | 4025 | | |
4025 | 4026 | | |
4026 | 4027 | | |
| 4028 | + | |
4027 | 4029 | | |
4028 | 4030 | | |
4029 | 4031 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
443 | 444 | | |
444 | 445 | | |
445 | 446 | | |
446 | 447 | | |
447 | 448 | | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
| 449 | + | |
| 450 | + | |
452 | 451 | | |
453 | 452 | | |
454 | 453 | | |
| |||
Lines changed: 27 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1423 | 1423 | | |
1424 | 1424 | | |
1425 | 1425 | | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
1426 | 1441 | | |
1427 | 1442 | | |
1428 | 1443 | | |
| |||
1443 | 1458 | | |
1444 | 1459 | | |
1445 | 1460 | | |
| 1461 | + | |
1446 | 1462 | | |
1447 | 1463 | | |
1448 | 1464 | | |
| |||
1895 | 1911 | | |
1896 | 1912 | | |
1897 | 1913 | | |
| 1914 | + | |
1898 | 1915 | | |
1899 | 1916 | | |
1900 | 1917 | | |
| |||
1903 | 1920 | | |
1904 | 1921 | | |
1905 | 1922 | | |
| 1923 | + | |
1906 | 1924 | | |
1907 | 1925 | | |
1908 | 1926 | | |
| |||
1933 | 1951 | | |
1934 | 1952 | | |
1935 | 1953 | | |
1936 | | - | |
1937 | | - | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
1938 | 1961 | | |
1939 | 1962 | | |
1940 | 1963 | | |
| |||
1956 | 1979 | | |
1957 | 1980 | | |
1958 | 1981 | | |
1959 | | - | |
| 1982 | + | |
1960 | 1983 | | |
1961 | 1984 | | |
1962 | | - | |
| 1985 | + | |
1963 | 1986 | | |
1964 | 1987 | | |
1965 | 1988 | | |
| |||
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| 447 | + | |
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
| |||
461 | 462 | | |
462 | 463 | | |
463 | 464 | | |
464 | | - | |
| 465 | + | |
465 | 466 | | |
466 | 467 | | |
467 | 468 | | |
468 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
469 | 477 | | |
470 | 478 | | |
471 | 479 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments