Commit 29155a4
committed
Auto merge of #156361 - jhpratt:rollup-G3Jg88X, r=jhpratt
Rollup of 5 pull requests
Successful merges:
- #156354 (Update example code of `std::array::from_fn`)
- #156359 (use `cfg_select!` in integer `{to, from}_{le, be}`)
- #156124 (Make stable hashing names consistent (part 2))
- #156235 (fix: Guard SizeSkeleton::compute against stack overflow)
- #156353 (resolve: Set correct parent and expansion for `self` declarations)88 files changed
Lines changed: 372 additions & 323 deletions
File tree
- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_ast/src
- rustc_codegen_cranelift/src/driver
- rustc_codegen_llvm/src
- debuginfo/metadata
- rustc_codegen_ssa/src
- back/link
- debuginfo
- rustc_data_structures/src
- sorted_map
- stable_hash
- tagged_ptr
- rustc_errors/src
- rustc_feature/src
- rustc_hir_id/src
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_index_macros/src
- rustc_lint_defs/src
- rustc_lint/src
- rustc_macros/src
- rustc_middle/src
- dep_graph
- hir
- middle
- mir
- query
- ty
- consts
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_type_ir/src
- library/core/src
- array
- num
- tests
- incremental/stable_hash_span
- auxiliary
- ui-fulldeps
- ui/transmute
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 | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments