File tree
241 files changed
+2404
-1822
lines changed- compiler
- rustc_attr_parsing
- src
- attributes
- rustc_borrowck
- src/diagnostics
- rustc_builtin_macros/src
- deriving
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_feature/src
- rustc_hir_typeck/src
- rustc_lint/src
- rustc_macros/src
- rustc_metadata/src
- rustc_middle/src
- middle
- query
- rustc_next_trait_solver/src
- rustc_passes
- src
- rustc_resolve/src
- rustc_span/src
- rustc_symbol_mangling/src
- library
- coretests/tests
- core/src/net
- std_detect
- src
- detect
- arch
- os
- freebsd
- linux
- auxvec
- std
- src
- io
- os/unix
- net
- sync
- nonpoison
- poison
- sys
- alloc
- anonymous_pipe
- args
- env
- fd
- fs
- io
- net
- connection
- socket
- os_str
- pal
- uefi
- unix
- wasi
- wasm
- windows
- path
- personality
- process
- unix
- random
- stdio
- sync
- condvar
- mutex
- once
- rwlock
- thread_parking
- thread_local
- thread
- tests
- unwind
- src
- src
- bootstrap/src/core/build_steps
- ci/docker/host-x86_64/tidy
- doc/rustc/src/codegen-options
- librustdoc/html/static/js
- tools
- miri/src/shims
- rustbook
- rustdoc-js
- tidy/src
- extra_checks
- tests
- run-make/linker-warning
- ui
- array-slice-vec
- associated-consts
- attributes
- binding
- borrowck
- codegen
- coercion
- consts
- coverage-attr
- cross-crate
- auxiliary
- deriving
- dyn-keyword
- auxiliary
- enum
- extern
- feature-gates
- generic-associated-types
- bugs
- extended
- generics
- higher-ranked/trait-bounds
- implied-bounds
- inference
- instrument-coverage
- issues
- issue-77218
- iterators
- lifetimes
- lint/unused
- macros
- match
- methods
- mir
- mismatched_types
- nll
- polonius
- pattern
- privacy
- reachable
- recursion
- resolve
- static
- structs-enums
- auxiliary
- structs
- suggestions
- thir-print
- track-diagnostics
- trait-bounds
- traits
- auxiliary
- transmutability/references
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
241 files changed
+2404
-1822
lines changedLines changed: 112 additions & 112 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
| 19 | + | |
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 |
| - | |
| 65 | + | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
Lines changed: 20 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 |
| - | |
| 8 | + | |
| 9 | + | |
8 | 10 |
| |
9 | 11 |
| |
10 | 12 |
| |
| |||
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
16 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
17 | 33 |
| |
18 | 34 |
| |
19 | 35 |
| |
| |||
35 | 51 |
| |
36 | 52 |
| |
37 | 53 |
| |
38 |
| - | |
39 |
| - | |
| 54 | + | |
| 55 | + | |
40 | 56 |
| |
41 | 57 |
| |
42 | 58 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
| 43 | + | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
| 316 | + | |
316 | 317 |
| |
317 | 318 |
| |
318 | 319 |
| |
| |||
394 | 395 |
| |
395 | 396 |
| |
396 | 397 |
| |
| 398 | + | |
397 | 399 |
| |
398 | 400 |
| |
399 | 401 |
| |
| |||
404 | 406 |
| |
405 | 407 |
| |
406 | 408 |
| |
| 409 | + | |
407 | 410 |
| |
408 | 411 |
| |
409 | 412 |
| |
| |||
414 | 417 |
| |
415 | 418 |
| |
416 | 419 |
| |
| 420 | + | |
417 | 421 |
| |
418 | 422 |
| |
419 | 423 |
| |
| |||
424 | 428 |
| |
425 | 429 |
| |
426 | 430 |
| |
| 431 | + | |
427 | 432 |
| |
428 | 433 |
| |
429 | 434 |
| |
| |||
435 | 440 |
| |
436 | 441 |
| |
437 | 442 |
| |
| 443 | + | |
438 | 444 |
| |
439 | 445 |
| |
440 | 446 |
| |
| |||
447 | 453 |
| |
448 | 454 |
| |
449 | 455 |
| |
| 456 | + | |
450 | 457 |
| |
451 | 458 |
| |
452 | 459 |
| |
| |||
458 | 465 |
| |
459 | 466 |
| |
460 | 467 |
| |
| 468 | + | |
461 | 469 |
| |
462 | 470 |
| |
463 | 471 |
| |
| |||
470 | 478 |
| |
471 | 479 |
| |
472 | 480 |
| |
| 481 | + | |
473 | 482 |
| |
474 | 483 |
| |
475 | 484 |
| |
| |||
480 | 489 |
| |
481 | 490 |
| |
482 | 491 |
| |
| 492 | + | |
483 | 493 |
| |
484 | 494 |
| |
485 | 495 |
| |
| |||
490 | 500 |
| |
491 | 501 |
| |
492 | 502 |
| |
| 503 | + | |
493 | 504 |
| |
494 | 505 |
| |
495 | 506 |
| |
| |||
508 | 519 |
| |
509 | 520 |
| |
510 | 521 |
| |
| 522 | + | |
511 | 523 |
| |
512 | 524 |
| |
513 | 525 |
| |
| |||
526 | 538 |
| |
527 | 539 |
| |
528 | 540 |
| |
| 541 | + | |
529 | 542 |
| |
530 | 543 |
| |
531 | 544 |
| |
| |||
544 | 557 |
| |
545 | 558 |
| |
546 | 559 |
| |
| 560 | + | |
547 | 561 |
| |
548 | 562 |
| |
549 | 563 |
| |
| |||
802 | 816 |
| |
803 | 817 |
| |
804 | 818 |
| |
| 819 | + | |
805 | 820 |
| |
806 | 821 |
| |
807 | 822 |
| |
| |||
912 | 927 |
| |
913 | 928 |
| |
914 | 929 |
| |
| 930 | + | |
915 | 931 |
| |
916 | 932 |
| |
917 | 933 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
| 492 | + | |
| 493 | + | |
492 | 494 |
| |
493 | 495 |
| |
494 | 496 |
| |
495 | 497 |
| |
496 | 498 |
| |
497 | 499 |
| |
498 | 500 |
| |
| 501 | + | |
499 | 502 |
| |
500 | 503 |
| |
501 | 504 |
| |
| |||
579 | 582 |
| |
580 | 583 |
| |
581 | 584 |
| |
| 585 | + | |
582 | 586 |
| |
583 | 587 |
| |
584 | 588 |
| |
| |||
717 | 721 |
| |
718 | 722 |
| |
719 | 723 |
| |
720 |
| - | |
| 724 | + | |
| 725 | + | |
721 | 726 |
| |
722 | 727 |
| |
723 | 728 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
|
0 commit comments