File tree
48 files changed
+1667
-756
lines changed- compiler
- rustc_codegen_ssa
- rustc_errors/src
- rustc_lint
- src
- rustc_metadata/src
- rustc_middle/src/ty
- rustc_resolve/src
- late
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- traits
- library
- alloc
- src
- collections
- vec
- tests
- std/src/sys/pal/wasi
- src/tools
- run-make-support
- rustbook
- tidy/src
- tests
- incremental
- run-make
- crate-loading
- crate-loading-crate-depends-on-itself
- ui
- extern
- lint
- mismatched_types
- type
- auxiliary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+1667
-756
lines changedDiff for: Cargo.lock
+337-243
Large diffs are not rendered by default.
Diff for: compiler/rustc_codegen_ssa/Cargo.toml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
Diff for: compiler/rustc_errors/src/lib.rs
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1558 | 1558 |
| |
1559 | 1559 |
| |
1560 | 1560 |
| |
1561 |
| - | |
| 1561 | + | |
1562 | 1562 |
| |
1563 | 1563 |
| |
1564 |
| - | |
| 1564 | + | |
1565 | 1565 |
| |
1566 | 1566 |
| |
1567 | 1567 |
| |
1568 | 1568 |
| |
1569 | 1569 |
| |
1570 |
| - | |
| 1570 | + | |
1571 | 1571 |
| |
1572 |
| - | |
| 1572 | + | |
1573 | 1573 |
| |
1574 | 1574 |
| |
1575 | 1575 |
| |
|
Diff for: compiler/rustc_lint/messages.ftl
+11-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
359 | 359 |
| |
360 | 360 |
| |
361 | 361 |
| |
362 |
| - | |
363 | 362 |
| |
364 | 363 |
| |
365 | 364 |
| |
| |||
377 | 376 |
| |
378 | 377 |
| |
379 | 378 |
| |
| 379 | + | |
380 | 380 |
| |
| 381 | + | |
381 | 382 |
| |
382 | 383 |
| |
383 | 384 |
| |
| |||
388 | 389 |
| |
389 | 390 |
| |
390 | 391 |
| |
391 |
| - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
392 | 397 |
| |
393 | 398 |
| |
394 | 399 |
| |
| |||
414 | 419 |
| |
415 | 420 |
| |
416 | 421 |
| |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
417 | 426 |
| |
418 | 427 |
| |
419 | 428 |
| |
|
Diff for: compiler/rustc_lint/src/lints.rs
+36-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1851 | 1851 |
| |
1852 | 1852 |
| |
1853 | 1853 |
| |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
1854 | 1887 |
| |
1855 | 1888 |
| |
1856 | 1889 |
| |
1857 | 1890 |
| |
1858 |
| - | |
1859 |
| - | |
1860 |
| - | |
| 1891 | + | |
1861 | 1892 |
| |
1862 | 1893 |
| |
1863 | 1894 |
| |
| |||
1867 | 1898 |
| |
1868 | 1899 |
| |
1869 | 1900 |
| |
1870 |
| - | |
1871 |
| - | |
1872 |
| - | |
1873 |
| - | |
1874 |
| - | |
1875 |
| - | |
| 1901 | + | |
| 1902 | + | |
1876 | 1903 |
| |
1877 | 1904 |
| |
1878 | 1905 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
| 208 | + | |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
| 220 | + | |
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
|
0 commit comments