Commit bc2112e
committed
Auto merge of #158098 - GuillaumeGomez:rollup-Rdbc7zf, r=GuillaumeGomez
Rollup of 12 pull requests
Successful merges:
- #156795 (Handle generic reborrow in expression-use adjustment walking)
- #157694 (Enhance documentation on wake call memory ordering)
- #157935 (Make `proc_macro::ConversionErrorKind` non exhaustive)
- #158002 (Replace `unwrap` with `expect` in `get_module_children`)
- #158009 (Reject `impl const Trait` since the right syntax is `const impl Trait` now)
- #158034 (Fix reborrow source expression visits)
- #158072 (Bump thin-vec to 0.2.18 to address RUSTSEC-2026-0103)
- #158074 (Document transient connection errors from TcpListener::accept)
- #158077 (rustdoc-json-types: Replace bincode dev-dependency with postcard)
- #158086 (renovate: Loosen dashboard approval and adopt recommended config)
- #158088 (codegen_ssa: no dbginfo for scalable vec local w/ `-O0`)
- #158089 (Fix invalid "jump-to-def" doc link generation when an item has a `derive` proc-macro)197 files changed
Lines changed: 773 additions & 464 deletions
File tree
- .github
- compiler
- rustc_ast_lowering
- rustc_ast_passes
- rustc_ast_pretty
- rustc_ast
- rustc_attr_parsing
- rustc_builtin_macros
- rustc_codegen_ssa/src/mir
- rustc_data_structures
- rustc_expand
- rustc_hir_typeck/src
- rustc_hir
- rustc_infer
- rustc_metadata/src/rmeta
- rustc_middle
- src
- thir
- rustc_parse
- src/parser
- rustc_resolve
- rustc_serialize
- rustc_trait_selection
- rustc_type_ir
- library
- alloc/src
- vec
- core/src
- ascii
- cmp
- convert
- intrinsics
- iter
- net
- num
- ops
- sync
- task
- proc_macro/src
- stdarch/crates/core_arch/src
- loongarch64
- std/src/net
- src
- librustdoc/html
- rustdoc-json-types
- tools/rustfmt/tests/source
- tests
- auxiliary
- rustdoc-html
- constant
- jump-to-def
- ui
- const-generics
- issues
- consts
- diagnostic_namespace/on_const
- generic-const-items
- macros
- parser
- reborrow
- scalable-vectors
- stability-attribute
- structs/default-field-values
- traits
- const-traits
- auxiliary
- const_derives
- partial
- specialization
- next-solver/canonical
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
8 | | - | |
9 | | - | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
14 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
787 | 796 | | |
788 | 797 | | |
789 | 798 | | |
| |||
1330 | 1339 | | |
1331 | 1340 | | |
1332 | 1341 | | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
1333 | 1354 | | |
1334 | 1355 | | |
1335 | 1356 | | |
| |||
3055 | 3076 | | |
3056 | 3077 | | |
3057 | 3078 | | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
| 3086 | + | |
| 3087 | + | |
| 3088 | + | |
| 3089 | + | |
| 3090 | + | |
3058 | 3091 | | |
3059 | 3092 | | |
3060 | 3093 | | |
| |||
4978 | 5011 | | |
4979 | 5012 | | |
4980 | 5013 | | |
4981 | | - | |
| 5014 | + | |
4982 | 5015 | | |
4983 | 5016 | | |
4984 | 5017 | | |
| |||
5554 | 5587 | | |
5555 | 5588 | | |
5556 | 5589 | | |
5557 | | - | |
| 5590 | + | |
5558 | 5591 | | |
5559 | | - | |
| 5592 | + | |
5560 | 5593 | | |
5561 | 5594 | | |
5562 | 5595 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
459 | 471 | | |
460 | 472 | | |
461 | 473 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments