File tree
282 files changed
+11390
-6660
lines changed- compiler
- rustc_attr_parsing/src
- attributes
- rustc_borrowck
- src/diagnostics
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa
- src
- rustc_const_eval/src/interpret
- rustc_feature/src
- rustc_hir_typeck/src
- rustc_lint_defs/src
- rustc_llvm
- llvm-wrapper
- rustc_middle/src
- middle
- query
- rustc_passes
- src
- rustc_span/src
- library
- coretests/tests
- core/src
- net
- prelude
- std
- src
- tests
- src
- bootstrap/src
- bin
- core
- build_steps
- builder
- build_helper/src
- ci/docker/host-x86_64/tidy
- doc
- rustc-dev-guide/src
- unstable-book/src/language-features
- etc
- librustdoc
- formats
- html
- render
- search_index
- static
- css
- js
- templates
- tools
- compiletest/src
- html-checker
- rustdoc-js
- tests
- codegen-llvm
- enum
- sanitizer
- cfi
- kcfi
- mir-opt/inline
- run-make
- rustdoc-determinism
- rustdoc-scrape-examples-paths
- rustdoc-gui
- rustdoc-js-std
- rustdoc-js
- rustdoc
- cross-crate-info
- cargo-transitive-no-index
- cargo-transitive
- cargo-two-no-index
- cargo-two
- index-on-last
- kitchen-sink
- single-crate-baseline
- single-crate-no-index
- write-docs-somewhere-else
- merge-cross-crate-info
- cargo-transitive-read-write
- kitchen-sink-separate-dirs
- no-merge-separate
- no-merge-write-anyway
- overwrite-but-include
- overwrite-but-separate
- overwrite
- single-crate-finalize
- single-crate-read-write
- single-crate-write-anyway
- single-merge-none-useless-write
- transitive-finalize
- transitive-merge-none
- transitive-merge-read-write
- transitive-no-info
- two-separate-out-dir
- primitive
- ui
- array-slice-vec
- attributes
- borrowck
- suggestions
- coverage-attr
- deriving
- feature-gates
- generic-associated-types
- bugs
- extended
- higher-ranked/trait-bounds
- implied-bounds
- inference
- invalid
- issues
- lifetimes
- mismatched_types
- nll
- polonius
- reachable
- resolve
- sanitize-attr
- sanitizer
- suggestions
- transmutability/references
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
282 files changed
+11390
-6660
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4812 | 4812 |
| |
4813 | 4813 |
| |
4814 | 4814 |
| |
| 4815 | + | |
4815 | 4816 |
| |
4816 | 4817 |
| |
4817 | 4818 |
| |
| |||
5225 | 5226 |
| |
5226 | 5227 |
| |
5227 | 5228 |
| |
| 5229 | + | |
| 5230 | + | |
| 5231 | + | |
| 5232 | + | |
| 5233 | + | |
| 5234 | + | |
| 5235 | + | |
| 5236 | + | |
| 5237 | + | |
5228 | 5238 |
| |
5229 | 5239 |
| |
5230 | 5240 |
| |
|
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: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
| 38 | + | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
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 |
| |
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
| 318 | + | |
318 | 319 |
| |
319 | 320 |
| |
320 | 321 |
| |
| |||
396 | 397 |
| |
397 | 398 |
| |
398 | 399 |
| |
| 400 | + | |
399 | 401 |
| |
400 | 402 |
| |
401 | 403 |
| |
| |||
406 | 408 |
| |
407 | 409 |
| |
408 | 410 |
| |
| 411 | + | |
409 | 412 |
| |
410 | 413 |
| |
411 | 414 |
| |
| |||
416 | 419 |
| |
417 | 420 |
| |
418 | 421 |
| |
| 422 | + | |
419 | 423 |
| |
420 | 424 |
| |
421 | 425 |
| |
| |||
426 | 430 |
| |
427 | 431 |
| |
428 | 432 |
| |
| 433 | + | |
429 | 434 |
| |
430 | 435 |
| |
431 | 436 |
| |
| |||
437 | 442 |
| |
438 | 443 |
| |
439 | 444 |
| |
| 445 | + | |
440 | 446 |
| |
441 | 447 |
| |
442 | 448 |
| |
| |||
449 | 455 |
| |
450 | 456 |
| |
451 | 457 |
| |
| 458 | + | |
452 | 459 |
| |
453 | 460 |
| |
454 | 461 |
| |
| |||
460 | 467 |
| |
461 | 468 |
| |
462 | 469 |
| |
| 470 | + | |
463 | 471 |
| |
464 | 472 |
| |
465 | 473 |
| |
| |||
472 | 480 |
| |
473 | 481 |
| |
474 | 482 |
| |
| 483 | + | |
475 | 484 |
| |
476 | 485 |
| |
477 | 486 |
| |
| |||
482 | 491 |
| |
483 | 492 |
| |
484 | 493 |
| |
| 494 | + | |
485 | 495 |
| |
486 | 496 |
| |
487 | 497 |
| |
| |||
492 | 502 |
| |
493 | 503 |
| |
494 | 504 |
| |
| 505 | + | |
495 | 506 |
| |
496 | 507 |
| |
497 | 508 |
| |
| |||
510 | 521 |
| |
511 | 522 |
| |
512 | 523 |
| |
| 524 | + | |
513 | 525 |
| |
514 | 526 |
| |
515 | 527 |
| |
| |||
528 | 540 |
| |
529 | 541 |
| |
530 | 542 |
| |
| 543 | + | |
531 | 544 |
| |
532 | 545 |
| |
533 | 546 |
| |
| |||
546 | 559 |
| |
547 | 560 |
| |
548 | 561 |
| |
| 562 | + | |
549 | 563 |
| |
550 | 564 |
| |
551 | 565 |
| |
| |||
804 | 818 |
| |
805 | 819 |
| |
806 | 820 |
| |
| 821 | + | |
807 | 822 |
| |
808 | 823 |
| |
809 | 824 |
| |
| |||
914 | 929 |
| |
915 | 930 |
| |
916 | 931 |
| |
| 932 | + | |
917 | 933 |
| |
918 | 934 |
| |
919 | 935 |
| |
|
Lines changed: 4 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 |
| |
| |||
579 | 579 |
| |
580 | 580 |
| |
581 | 581 |
| |
| 582 | + | |
582 | 583 |
| |
583 | 584 |
| |
584 | 585 |
| |
| |||
717 | 718 |
| |
718 | 719 |
| |
719 | 720 |
| |
720 |
| - | |
| 721 | + | |
| 722 | + | |
721 | 723 |
| |
722 | 724 |
| |
723 | 725 |
| |
|
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 |
| |
|
Lines changed: 52 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
658 | 660 |
| |
659 | 661 |
| |
660 | 662 |
| |
| 663 | + | |
| 664 | + | |
| 665 | + | |
661 | 666 |
| |
662 | 667 |
| |
663 |
| - | |
| 668 | + | |
664 | 669 |
| |
665 | 670 |
| |
666 |
| - | |
| 671 | + | |
| 672 | + | |
667 | 673 |
| |
668 | 674 |
| |
669 |
| - | |
670 |
| - | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
671 | 681 |
| |
672 |
| - | |
| 682 | + | |
673 | 683 |
| |
674 | 684 |
| |
675 | 685 |
| |
676 |
| - | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
677 | 689 |
| |
678 |
| - | |
679 |
| - | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
680 | 723 |
| |
681 | 724 |
| |
682 | 725 |
| |
|
0 commit comments