File tree
383 files changed
+3638
-2214
lines changed- compiler
- rustc_ast/src/expand
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/src
- rustc_codegen_gcc
- src
- tests/run
- rustc_codegen_llvm/src
- builder
- coverageinfo
- debuginfo
- metadata
- llvm
- rustc_codegen_ssa
- src
- back
- debuginfo
- mir
- traits
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- rustc_data_structures/src
- thousands
- rustc_driver_impl/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- compare_impl_item
- coherence
- collect
- errors
- hir_ty_lowering
- impl_wf_check
- outlives
- variance
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- rustc_interface/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src/rmeta
- rustc_middle
- src
- hooks
- middle
- mir
- query
- traits
- ty
- util
- common
- rustc_mir_build/src
- builder
- custom
- thir
- rustc_mir_transform/src
- rustc_monomorphize
- src
- partitioning
- rustc_passes/src
- rustc_session/src
- rustc_smir/src/rustc_smir
- convert
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src/asm
- rustc_trait_selection
- src
- error_reporting
- infer
- traits
- traits
- stable_mir/src/mir
- library
- core/src
- intrinsics
- sync
- coretests/tests
- src
- bootstrap/src/core/build_steps
- ci/github-actions
- doc
- rustc/src
- rustc-dev-guide/src
- building
- rustdoc/src
- style-guide/src
- unstable-book/src/compiler-flags
- librustdoc
- doctest
- tools
- clippy/src
- miri
- src
- borrow_tracker
- stacked_borrows
- tree_borrows
- shims
- tests
- pass
- pass-dep/libc
- rust-analyzer/crates
- hir-def/src
- intern/src/symbol
- rustfmt
- src
- bin
- config
- tests/target/configs/style_edition
- tests
- codegen
- asm
- loongarch-abi
- riscv-abi
- mir-opt
- rustdoc
- inline_cross
- inline_local
- intra-doc
- rustdoc-ui
- coverage
- intra-doc
- auxiliary
- issues
- ui
- abi
- associated-consts
- associated-item
- async-await
- async-fn
- in-trait
- closures
- coherence
- const-generics
- adt_const_params
- generic_const_exprs
- consts
- diagnostic-width
- did_you_mean
- dyn-compatibility
- error-codes
- feature-gates
- generic-associated-types
- parse
- higher-ranked/trait-bounds
- impl-trait
- in-trait
- infinite
- issues
- issue-37311-type-length-limit
- kindck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
383 files changed
+3638
-2214
lines changedDiff for: Cargo.lock
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4234 | 4234 |
| |
4235 | 4235 |
| |
4236 | 4236 |
| |
| 4237 | + | |
4237 | 4238 |
| |
4238 | 4239 |
| |
4239 | 4240 |
| |
| |||
4243 | 4244 |
| |
4244 | 4245 |
| |
4245 | 4246 |
| |
| 4247 | + | |
4246 | 4248 |
| |
4247 | 4249 |
| |
4248 | 4250 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| 82 | + | |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
| |||
231 | 232 |
| |
232 | 233 |
| |
233 | 234 |
| |
234 |
| - | |
| 235 | + | |
235 | 236 |
| |
236 | 237 |
| |
237 | 238 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3777 | 3777 |
| |
3778 | 3778 |
| |
3779 | 3779 |
| |
3780 |
| - | |
| 3780 | + | |
3781 | 3781 |
| |
3782 | 3782 |
| |
3783 | 3783 |
| |
|
+4-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
1016 | 1016 |
| |
1017 | 1017 |
| |
1018 | 1018 |
| |
1019 |
| - | |
1020 |
| - | |
1021 |
| - | |
1022 |
| - | |
1023 |
| - | |
1024 |
| - | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
1025 | 1022 |
| |
1026 | 1023 |
| |
1027 | 1024 |
| |
|
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
420 | 430 |
| |
421 | 431 |
| |
422 | 432 |
| |
|
+14-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
171 | 173 |
| |
172 | 174 |
| |
173 | 175 |
| |
| |||
243 | 245 |
| |
244 | 246 |
| |
245 | 247 |
| |
246 |
| - | |
| 248 | + | |
247 | 249 |
| |
248 | 250 |
| |
249 | 251 |
| |
| |||
460 | 462 |
| |
461 | 463 |
| |
462 | 464 |
| |
463 |
| - | |
464 |
| - | |
465 |
| - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
466 | 474 |
| |
467 | 475 |
| |
468 | 476 |
| |
|
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 |
| |
66 | 71 |
| |
67 | 72 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
|
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
238 | 243 |
| |
239 | 244 |
| |
240 | 245 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| |||
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
404 |
| - | |
| 404 | + | |
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
| 217 | + | |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
|
+7-7
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 |
| |
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
| 258 | + | |
258 | 259 |
| |
259 |
| - | |
260 |
| - | |
| 260 | + | |
261 | 261 |
| |
262 |
| - | |
263 |
| - | |
264 |
| - | |
| 262 | + | |
265 | 263 |
| |
| 264 | + | |
| 265 | + | |
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
|
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
317 |
| - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
318 | 323 |
| |
319 | 324 |
| |
320 | 325 |
| |
|
+3-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 |
| - | |
| 80 | + | |
82 | 81 |
| |
83 | 82 |
| |
84 | 83 |
| |
| |||
663 | 662 |
| |
664 | 663 |
| |
665 | 664 |
| |
666 |
| - | |
667 |
| - | |
| 665 | + | |
668 | 666 |
| |
669 | 667 |
| |
670 | 668 |
| |
671 | 669 |
| |
672 | 670 |
| |
673 | 671 |
| |
674 |
| - | |
| 672 | + | |
675 | 673 |
| |
676 | 674 |
| |
677 | 675 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
301 |
| - | |
| 301 | + | |
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
|
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
1399 | 1399 |
| |
1400 | 1400 |
| |
1401 | 1401 |
| |
1402 |
| - | |
| 1402 | + | |
1403 | 1403 |
| |
1404 | 1404 |
| |
1405 | 1405 |
| |
| |||
1510 | 1510 |
| |
1511 | 1511 |
| |
1512 | 1512 |
| |
1513 |
| - | |
| 1513 | + | |
1514 | 1514 |
| |
1515 | 1515 |
| |
1516 | 1516 |
| |
| |||
1531 | 1531 |
| |
1532 | 1532 |
| |
1533 | 1533 |
| |
1534 |
| - | |
| 1534 | + | |
1535 | 1535 |
| |
1536 | 1536 |
| |
1537 | 1537 |
| |
| |||
1590 | 1590 |
| |
1591 | 1591 |
| |
1592 | 1592 |
| |
1593 |
| - | |
| 1593 | + | |
1594 | 1594 |
| |
1595 | 1595 |
| |
1596 | 1596 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
591 |
| - | |
| 591 | + | |
592 | 592 |
| |
593 | 593 |
| |
594 | 594 |
| |
|
0 commit comments