File tree
391 files changed
+6004
-3924
lines changed- compiler
- rustc_abi/src
- rustc_ast/src
- attr
- rustc_ast_pretty/src/pprust
- rustc_borrowck/src
- diagnostics
- region_infer
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src/intrinsic
- rustc_codegen_llvm/src
- coverageinfo
- mapgen
- debuginfo/metadata/enums
- rustc_codegen_ssa
- src
- debuginfo
- mir
- rustc_const_eval/src
- interpret
- util
- rustc_driver_impl/src
- rustc_errors/src
- markdown
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir_analysis/src
- check
- compare_impl_item
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- rustc_interface/src
- rustc_lint/src
- rustc_middle/src
- middle
- mir
- interpret
- ty
- print
- rustc_mir_build
- src
- builder
- custom
- expr
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- framework
- impls
- rustc_mir_transform/src
- coverage
- shim
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_parse/src/parser
- tokenstream
- rustc_passes
- src
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- rustc_target/src/callconv
- rustc_trait_selection/src
- error_reporting/infer
- nice_region_error
- errors
- traits
- rustc_transmute/src/layout
- rustc_ty_utils/src
- layout
- rustc_type_ir/src
- stable_mir/src
- library
- alloc/src
- core/src
- cell
- ptr
- task
- profiler_builtins
- std
- src/sys/pal
- hermit
- sgx
- src
- bootstrap/src/core
- build_steps
- config
- ci
- docker
- host-aarch64/dist-aarch64-linux
- host-x86_64
- dist-aarch64-linux
- dist-i686-linux
- dist-powerpc64le-linux
- dist-x86_64-linux
- i686-gnu
- i686-gnu-nopt
- x86_64-gnu-llvm-18
- x86_64-gnu-llvm-19
- x86_64-gnu-tools
- scripts
- github-actions
- doc
- librustdoc
- clean
- html
- tools
- clippy/clippy_lints/src
- attrs
- compiletest/src
- miri/src
- rust-analyzer/crates/hir-ty/src
- mir
- rustbook
- rustc-perf-wrapper/src
- rustfmt/src
- parse
- macros
- tests
- assembly/asm
- auxiliary
- codegen
- debug-accessibility
- issues
- meta-filecheck
- codegen-units/item-collection
- coverage
- attr
- auxiliary
- crashes
- mir-opt
- coverage
- run-make
- extern-fn-struct-passing-abi
- symbols-include-type-name
- rustdoc/intra-doc
- rustdoc-ui/lints
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
391 files changed
+6004
-3924
lines changedDiff for: Cargo.lock
+132-113
Large diffs are not rendered by default.
Diff for: compiler/rustc_abi/src/callconv.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
|
Diff for: compiler/rustc_abi/src/layout.rs
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
| 216 | + | |
216 | 217 |
| |
217 |
| - | |
| 218 | + | |
218 | 219 |
| |
219 | 220 |
| |
220 | 221 |
| |
| |||
1004 | 1005 |
| |
1005 | 1006 |
| |
1006 | 1007 |
| |
1007 |
| - | |
1008 |
| - | |
| 1008 | + | |
| 1009 | + | |
1009 | 1010 |
| |
1010 | 1011 |
| |
1011 | 1012 |
| |
|
Diff for: compiler/rustc_abi/src/lib.rs
+4-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1504 | 1504 |
| |
1505 | 1505 |
| |
1506 | 1506 |
| |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
1507 | 1510 |
| |
1508 | 1511 |
| |
1509 |
| - | |
1510 |
| - | |
| 1512 | + | |
1511 | 1513 |
| |
1512 | 1514 |
| |
1513 | 1515 |
| |
|
Diff for: compiler/rustc_ast/src/attr/mod.rs
+30-39
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
19 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
365 | 366 |
| |
366 | 367 |
| |
367 | 368 |
| |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
| 369 | + | |
372 | 370 |
| |
373 |
| - | |
| 371 | + | |
374 | 372 |
| |
375 | 373 |
| |
376 | 374 |
| |
377 | 375 |
| |
378 | 376 |
| |
379 | 377 |
| |
380 | 378 |
| |
381 |
| - | |
| 379 | + | |
382 | 380 |
| |
383 |
| - | |
| 381 | + | |
384 | 382 |
| |
385 | 383 |
| |
386 | 384 |
| |
| |||
390 | 388 |
| |
391 | 389 |
| |
392 | 390 |
| |
393 |
| - | |
| 391 | + | |
394 | 392 |
| |
395 | 393 |
| |
396 | 394 |
| |
397 | 395 |
| |
398 | 396 |
| |
399 | 397 |
| |
400 |
| - | |
| 398 | + | |
401 | 399 |
| |
402 |
| - | |
| 400 | + | |
403 | 401 |
| |
404 | 402 |
| |
405 | 403 |
| |
| |||
420 | 418 |
| |
421 | 419 |
| |
422 | 420 |
| |
423 |
| - | |
424 |
| - | |
| 421 | + | |
| 422 | + | |
425 | 423 |
| |
426 | 424 |
| |
427 | 425 |
| |
| |||
438 | 436 |
| |
439 | 437 |
| |
440 | 438 |
| |
441 |
| - | |
| 439 | + | |
442 | 440 |
| |
443 |
| - | |
444 |
| - | |
| 441 | + | |
| 442 | + | |
445 | 443 |
| |
446 |
| - | |
| 444 | + | |
447 | 445 |
| |
448 | 446 |
| |
449 | 447 |
| |
450 | 448 |
| |
451 | 449 |
| |
452 | 450 |
| |
453 | 451 |
| |
454 |
| - | |
455 |
| - | |
456 |
| - | |
457 |
| - | |
| 452 | + | |
| 453 | + | |
458 | 454 |
| |
459 |
| - | |
| 455 | + | |
460 | 456 |
| |
461 | 457 |
| |
462 | 458 |
| |
| |||
465 | 461 |
| |
466 | 462 |
| |
467 | 463 |
| |
468 |
| - | |
469 |
| - | |
470 |
| - | |
471 |
| - | |
| 464 | + | |
| 465 | + | |
472 | 466 |
| |
473 | 467 |
| |
474 |
| - | |
| 468 | + | |
475 | 469 |
| |
476 | 470 |
| |
477 | 471 |
| |
478 | 472 |
| |
479 |
| - | |
480 |
| - | |
| 473 | + | |
| 474 | + | |
481 | 475 |
| |
482 | 476 |
| |
483 | 477 |
| |
| |||
593 | 587 |
| |
594 | 588 |
| |
595 | 589 |
| |
596 |
| - | |
597 |
| - | |
598 |
| - | |
599 |
| - | |
600 |
| - | |
| 590 | + | |
| 591 | + | |
601 | 592 |
| |
602 |
| - | |
| 593 | + | |
603 | 594 |
| |
604 | 595 |
| |
605 | 596 |
| |
606 |
| - | |
607 |
| - | |
| 597 | + | |
| 598 | + | |
608 | 599 |
| |
609 | 600 |
| |
610 | 601 |
| |
611 |
| - | |
| 602 | + | |
612 | 603 |
| |
613 | 604 |
| |
614 | 605 |
| |
|
Diff for: compiler/rustc_ast/src/token.rs
+7-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
903 | 903 |
| |
904 | 904 |
| |
905 | 905 |
| |
906 |
| - | |
| 906 | + | |
| 907 | + | |
907 | 908 |
| |
908 | 909 |
| |
909 | 910 |
| |
| |||
916 | 917 |
| |
917 | 918 |
| |
918 | 919 |
| |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
919 | 925 |
| |
920 | 926 |
| |
921 | 927 |
| |
|
Diff for: compiler/rustc_ast/src/tokenstream.rs
+22-54
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| |||
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 |
| - | |
| 409 | + | |
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
| |||
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
426 |
| - | |
427 |
| - | |
| 426 | + | |
| 427 | + | |
428 | 428 |
| |
429 | 429 |
| |
430 |
| - | |
431 |
| - | |
| 430 | + | |
| 431 | + | |
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
440 | 440 |
| |
441 | 441 |
| |
442 | 442 |
| |
443 |
| - | |
| 443 | + | |
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 |
| - | |
| 512 | + | |
513 | 513 |
| |
514 | 514 |
| |
515 | 515 |
| |
| |||
522 | 522 |
| |
523 | 523 |
| |
524 | 524 |
| |
525 |
| - | |
| 525 | + | |
526 | 526 |
| |
527 | 527 |
| |
528 | 528 |
| |
| |||
665 | 665 |
| |
666 | 666 |
| |
667 | 667 |
| |
668 |
| - | |
669 |
| - | |
670 | 668 |
| |
671 |
| - | |
| 669 | + | |
672 | 670 |
| |
673 | 671 |
| |
674 | 672 |
| |
675 | 673 |
| |
676 |
| - | |
| 674 | + | |
677 | 675 |
| |
678 |
| - | |
| 676 | + | |
679 | 677 |
| |
680 | 678 |
| |
681 |
| - | |
682 |
| - | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
683 | 684 |
| |
684 | 685 |
| |
685 | 686 |
| |
686 |
| - | |
| 687 | + | |
687 | 688 |
| |
688 | 689 |
| |
689 | 690 |
| |
| |||
694 | 695 |
| |
695 | 696 |
| |
696 | 697 |
| |
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 |
| - | |
723 |
| - | |
724 |
| - | |
725 |
| - | |
726 |
| - | |
727 |
| - | |
728 |
| - | |
729 |
| - | |
730 | 698 |
| |
731 | 699 |
| |
732 | 700 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
725 | 725 |
| |
726 | 726 |
| |
727 | 727 |
| |
728 |
| - | |
| 728 | + | |
729 | 729 |
| |
730 | 730 |
| |
731 | 731 |
| |
|
0 commit comments