File tree
386 files changed
+4495
-2153
lines changed- compiler
- rustc_ast/src
- 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_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
- relate
- rustc_interface/src
- rustc_lint/src
- context/diagnostics
- rustc_lint_defs/src
- rustc_log/src
- rustc_middle/src
- hir/map
- hooks
- middle
- mir
- query
- traits
- ty
- rustc_mir_build/src
- build
- 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
- 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
- doc
- functions
- methods
- operators
- clippy_utils/src
- compiletest/src
- lint-docs/src
- miri
- cargo-miri
- src
- miri-script/src
- src
- bin
- borrow_tracker
- stacked_borrows
- tree_borrows
- concurrency
- shims
- windows
- x86
- tests
- fail/both_borrows
- pass
- issues
- shims
- 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
- feature-gates
- impl-trait/precise-capturing
- loops
- match/ref_pat_eat_one_layer_2024
- moves
- nll
- pattern
- resolve
- specialization
- statics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
386 files changed
+4495
-2153
lines changedLines changed: 5 additions & 4 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 |
| |
| |||
3364 | 3365 |
| |
3365 | 3366 |
| |
3366 | 3367 |
| |
3367 |
| - | |
| 3368 | + | |
3368 | 3369 |
| |
3369 |
| - | |
| 3370 | + | |
3370 | 3371 |
| |
3371 | 3372 |
| |
3372 | 3373 |
| |
|
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: 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: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
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