Commit c79bbfa
File tree
110 files changed
+461
-259
lines changedFilter options
- compiler/rustc_parse
- src
- parser
- library
- core/src/convert
- std/src
- os
- unix/net
- wasi
- windows
- sys/process
- src
- ci
- doc/rustc-dev-guide
- ci/date-check
- src
- josh-sync
- src
- src
- tests
- traits
- tools/tidy/src
- tests/ui
- impl-trait
- apit
- issues
- linking
- parser
- type-alias-impl-trait/coherence
- auxiliary
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+461
-259
lines changedcompiler/rustc_parse/messages.ftl
Copy file name to clipboardExpand all lines: compiler/rustc_parse/messages.ftl+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
815 | 815 |
|
816 | 816 |
|
817 | 817 |
|
818 |
| - |
819 | 818 |
|
820 | 819 |
|
821 | 820 |
|
| ||
963 | 962 |
|
964 | 963 |
|
965 | 964 |
|
| 965 | + |
| 966 | + |
966 | 967 |
|
967 | 968 |
|
968 | 969 |
|
|
compiler/rustc_parse/src/errors.rs
Copy file name to clipboardExpand all lines: compiler/rustc_parse/src/errors.rs+19-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
436 | 436 |
|
437 | 437 |
|
438 | 438 |
|
439 |
| - |
440 | 439 |
|
441 | 440 |
|
442 | 441 |
|
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
443 | 461 |
|
444 | 462 |
|
445 | 463 |
|
|
compiler/rustc_parse/src/parser/diagnostics.rs
Copy file name to clipboardExpand all lines: compiler/rustc_parse/src/parser/diagnostics.rs+25-9
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
| ||
497 | 498 |
|
498 | 499 |
|
499 | 500 |
|
500 |
| - |
| 501 | + |
501 | 502 |
|
502 | 503 |
|
503 | 504 |
|
| ||
1602 | 1603 |
|
1603 | 1604 |
|
1604 | 1605 |
|
1605 |
| - |
| 1606 | + |
| 1607 | + |
| 1608 | + |
| 1609 | + |
| 1610 | + |
| 1611 | + |
1606 | 1612 |
|
1607 | 1613 |
|
1608 | 1614 |
|
1609 | 1615 |
|
1610 |
| - |
| 1616 | + |
| 1617 | + |
1611 | 1618 |
|
1612 | 1619 |
|
1613 | 1620 |
|
| ||
1620 | 1627 |
|
1621 | 1628 |
|
1622 | 1629 |
|
| 1630 | + |
1623 | 1631 |
|
1624 |
| - |
1625 |
| - |
1626 |
| - |
1627 |
| - |
| 1632 | + |
| 1633 | + |
| 1634 | + |
| 1635 | + |
| 1636 | + |
| 1637 | + |
| 1638 | + |
| 1639 | + |
| 1640 | + |
| 1641 | + |
| 1642 | + |
| 1643 | + |
1628 | 1644 |
|
1629 | 1645 |
|
1630 | 1646 |
|
|
compiler/rustc_parse/src/parser/stmt.rs
Copy file name to clipboardExpand all lines: compiler/rustc_parse/src/parser/stmt.rs+6-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
879 | 879 |
|
880 | 880 |
|
881 | 881 |
|
882 |
| - |
| 882 | + |
| 883 | + |
| 884 | + |
| 885 | + |
| 886 | + |
| 887 | + |
883 | 888 |
|
884 | 889 |
|
885 | 890 |
|
|
library/core/src/convert/mod.rs
Copy file name to clipboardExpand all lines: library/core/src/convert/mod.rs+8-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
464 | 464 |
|
465 | 465 |
|
466 | 466 |
|
467 |
| - |
468 |
| - |
| 467 | + |
| 468 | + |
469 | 469 |
|
470 | 470 |
|
471 | 471 |
|
| ||
597 | 597 |
|
598 | 598 |
|
599 | 599 |
|
| 600 | + |
| 601 | + |
| 602 | + |
600 | 603 |
|
601 | 604 |
|
602 | 605 |
|
| ||
636 | 639 |
|
637 | 640 |
|
638 | 641 |
|
| 642 | + |
| 643 | + |
| 644 | + |
639 | 645 |
|
640 | 646 |
|
641 | 647 |
|
|
library/std/src/os/unix/net/stream.rs
Copy file name to clipboardExpand all lines: library/std/src/os/unix/net/stream.rs+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
307 | 307 |
|
308 | 308 |
|
309 | 309 |
|
310 |
| - |
| 310 | + |
311 | 311 |
|
312 | 312 |
|
313 | 313 |
|
314 |
| - |
| 314 | + |
315 | 315 |
|
316 | 316 |
|
317 | 317 |
|
|
library/std/src/os/wasi/fs.rs
Copy file name to clipboardExpand all lines: library/std/src/os/wasi/fs.rs-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
76 | 75 |
|
77 | 76 |
|
78 | 77 |
|
| ||
144 | 143 |
|
145 | 144 |
|
146 | 145 |
|
147 |
| - |
148 | 146 |
|
149 | 147 |
|
150 | 148 |
|
|
library/std/src/os/windows/process.rs
Copy file name to clipboardExpand all lines: library/std/src/os/windows/process.rs+36
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
344 | 344 |
|
345 | 345 |
|
346 | 346 |
|
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
347 | 368 |
|
348 | 369 |
|
349 | 370 |
|
| ||
385 | 406 |
|
386 | 407 |
|
387 | 408 |
|
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
388 | 424 |
|
389 | 425 |
|
390 | 426 |
|
|
library/std/src/sys/process/windows.rs
Copy file name to clipboardExpand all lines: library/std/src/sys/process/windows.rs+36
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
| 158 | + |
| 159 | + |
| 160 | + |
158 | 161 |
|
159 | 162 |
|
160 | 163 |
|
| ||
186 | 189 |
|
187 | 190 |
|
188 | 191 |
|
| 192 | + |
| 193 | + |
| 194 | + |
189 | 195 |
|
190 | 196 |
|
191 | 197 |
|
| ||
222 | 228 |
|
223 | 229 |
|
224 | 230 |
|
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
225 | 243 |
|
226 | 244 |
|
227 | 245 |
|
| ||
343 | 361 |
|
344 | 362 |
|
345 | 363 |
|
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
346 | 382 |
|
347 | 383 |
|
348 | 384 |
|
|
src/ci/cpu-usage-over-time.py
Copy file name to clipboardExpand all lines: src/ci/cpu-usage-over-time.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
173 |
| - |
| 173 | + |
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
|
src/doc/rustc-dev-guide/README.md
Copy file name to clipboardExpand all lines: src/doc/rustc-dev-guide/README.md+10
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
94 | 104 |
|
95 | 105 |
|
96 | 106 |
|
|
0 commit comments