File tree
429 files changed
+4477
-2620
lines changed- compiler
- rustc_ast/src
- attr
- rustc_ast_lowering
- src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check
- rustc_builtin_macros/src/deriving/generic
- rustc_codegen_ssa
- src
- back
- mir
- rustc_const_eval/src
- interpret
- transform/check_consts
- rustc_driver_impl/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- coherence
- collect
- errors
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_infer/src/infer
- canonical
- error_reporting
- nice_region_error
- opaque_types
- relate
- snapshot
- rustc_interface/src
- rustc_lint/src
- context/diagnostics
- rustc_lint_defs/src
- rustc_log/src
- rustc_middle
- src
- hir/map
- hooks
- infer
- middle
- mir
- query
- traits
- ty
- rustc_mir_build/src
- build
- matches
- thir
- pattern
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- late
- rustc_session/src
- config
- rustc_span/src
- rustc_target/src/spec/base
- apple
- rustc_trait_selection/src
- solve
- eval_ctxt
- traits
- error_reporting
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- core/src/iter
- proc_macro/src
- std/src
- sys
- pal
- sgx
- waitqueue
- unix/process
- sync/rwlock
- sgx
- src
- bootstrap/src
- bin
- core
- build_steps
- config
- utils
- ci/docker/host-x86_64/mingw-check
- doc
- rustc/src
- codegen-options
- rustdoc/src
- librustdoc
- clean
- html
- render
- static/js
- templates
- tools
- clippy
- clippy_lints/src
- casts
- doc
- functions
- matches
- methods
- operators
- clippy_utils/src
- compiletest/src
- lint-docs/src
- miri
- cargo-miri/src
- src
- borrow_tracker
- stacked_borrows
- tree_borrows
- concurrency
- shims
- tests
- fail/both_borrows
- pass
- issues
- stacked-borrows
- run-make-support
- src
- rustfmt/src
- tidy/src
- tests
- crashes
- debuginfo
- run-make
- artifact-incr-cache-no-obj
- relro-levels
- rust-lld
- rust-lld-custom-target
- rustdoc
- inline_cross
- auxiliary
- synthetic_auto
- rustdoc-ui
- auxiliary
- check-cfg
- doctest
- ui
- borrowck
- check-cfg
- closures
- const-generics
- const_prop
- consts
- const-eval
- enum
- feature-gates
- impl-trait/precise-capturing
- intrinsics
- loops
- match/ref_pat_eat_one_layer_2024
- moves
- nll
- pattern
- sized
- specialization
- statics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
429 files changed
+4477
-2620
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
| |||
3342 | 3342 |
| |
3343 | 3343 |
| |
3344 | 3344 |
| |
| 3345 | + | |
3345 | 3346 |
| |
3346 | 3347 |
| |
3347 | 3348 |
| |
| |||
4278 | 4279 |
| |
4279 | 4280 |
| |
4280 | 4281 |
| |
| 4282 | + | |
4281 | 4283 |
| |
4282 | 4284 |
| |
4283 | 4285 |
| |
|
Lines changed: 18 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| |||
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
66 |
| - | |
| 67 | + | |
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
| |||
731 | 732 |
| |
732 | 733 |
| |
733 | 734 |
| |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
734 | 742 |
| |
735 | 743 |
| |
736 | 744 |
| |
| |||
2132 | 2140 |
| |
2133 | 2141 |
| |
2134 | 2142 |
| |
2135 |
| - | |
| 2143 | + | |
2136 | 2144 |
| |
2137 | 2145 |
| |
2138 | 2146 |
| |
| |||
2188 | 2196 |
| |
2189 | 2197 |
| |
2190 | 2198 |
| |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
2191 | 2207 |
| |
2192 | 2208 |
| |
2193 | 2209 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
311 |
| - | |
| 311 | + | |
312 | 312 |
| |
313 | 313 |
| |
314 | 314 |
| |
315 |
| - | |
| 315 | + | |
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
| 334 | + | |
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
|
Lines changed: 22 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
262 | 266 |
| |
263 | 267 |
| |
264 | 268 |
| |
| |||
518 | 522 |
| |
519 | 523 |
| |
520 | 524 |
| |
521 |
| - | |
| 525 | + | |
522 | 526 |
| |
523 | 527 |
| |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
524 | 533 |
| |
525 | 534 |
| |
526 | 535 |
| |
| |||
914 | 923 |
| |
915 | 924 |
| |
916 | 925 |
| |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
917 | 938 |
| |
918 | 939 |
| |
919 | 940 |
| |
|
Lines changed: 12 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
| 293 | + | |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
| |||
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
396 |
| - | |
| 396 | + | |
397 | 397 |
| |
398 | 398 |
| |
399 | 399 |
| |
| |||
454 | 454 |
| |
455 | 455 |
| |
456 | 456 |
| |
457 |
| - | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
458 | 460 |
| |
459 | 461 |
| |
460 | 462 |
| |
| |||
481 | 483 |
| |
482 | 484 |
| |
483 | 485 |
| |
484 |
| - | |
| 486 | + | |
485 | 487 |
| |
486 | 488 |
| |
487 | 489 |
| |
| |||
507 | 509 |
| |
508 | 510 |
| |
509 | 511 |
| |
510 |
| - | |
| 512 | + | |
511 | 513 |
| |
512 | 514 |
| |
513 | 515 |
| |
| |||
530 | 532 |
| |
531 | 533 |
| |
532 | 534 |
| |
533 |
| - | |
| 535 | + | |
534 | 536 |
| |
535 | 537 |
| |
536 | 538 |
| |
| |||
708 | 710 |
| |
709 | 711 |
| |
710 | 712 |
| |
711 |
| - | |
| 713 | + | |
712 | 714 |
| |
713 | 715 |
| |
714 | 716 |
| |
| |||
821 | 823 |
| |
822 | 824 |
| |
823 | 825 |
| |
824 |
| - | |
| 826 | + | |
825 | 827 |
| |
826 | 828 |
| |
827 | 829 |
| |
| |||
830 | 832 |
| |
831 | 833 |
| |
832 | 834 |
| |
833 |
| - | |
| 835 | + | |
834 | 836 |
| |
835 | 837 |
| |
836 | 838 |
| |
|
Lines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
| 187 | + | |
| 188 | + | |
| 189 | + | |
187 | 190 |
| |
188 | 191 |
| |
189 | 192 |
| |
| |||
457 | 460 |
| |
458 | 461 |
| |
459 | 462 |
| |
460 |
| - | |
| 463 | + | |
461 | 464 |
| |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
462 | 470 |
| |
463 | 471 |
| |
464 | 472 |
| |
| |||
637 | 645 |
| |
638 | 646 |
| |
639 | 647 |
| |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
640 | 662 |
| |
641 | 663 |
| |
642 | 664 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| 130 | + | |
| 131 | + | |
130 | 132 |
| |
131 | 133 |
| |
132 | 134 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + |
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
701 | 702 |
| |
702 | 703 |
| |
703 | 704 |
| |
704 |
| - | |
705 |
| - | |
| 705 | + | |
| 706 | + | |
706 | 707 |
| |
707 | 708 |
| |
708 | 709 |
| |
| |||
1048 | 1049 |
| |
1049 | 1050 |
| |
1050 | 1051 |
| |
1051 |
| - | |
| 1052 | + | |
1052 | 1053 |
| |
1053 | 1054 |
| |
1054 | 1055 |
| |
| |||
2036 | 2037 |
| |
2037 | 2038 |
| |
2038 | 2039 |
| |
2039 |
| - | |
| 2040 | + | |
2040 | 2041 |
| |
2041 | 2042 |
| |
2042 | 2043 |
| |
| |||
2045 | 2046 |
| |
2046 | 2047 |
| |
2047 | 2048 |
| |
2048 |
| - | |
| 2049 | + | |
2049 | 2050 |
| |
2050 | 2051 |
| |
2051 | 2052 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
388 | 405 |
|
0 commit comments