Commit e61dd43
committed
Auto merge of rust-lang#143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors
Rollup of 18 pull requests
Successful merges:
- rust-lang#137843 (make RefCell unstably const)
- rust-lang#140942 (const-eval: allow constants to refer to mutable/external memory, but reject such constants as patterns)
- rust-lang#142549 (small iter.intersperse.fold() optimization)
- rust-lang#142637 (Remove some glob imports from the type system)
- rust-lang#142647 ([perf] Compute hard errors without diagnostics in impl_intersection_has_impossible_obligation)
- rust-lang#142700 (Remove incorrect comments in `Weak`)
- rust-lang#142927 (Add note to `find_const_ty_from_env`)
- rust-lang#142967 (Fix RwLock::try_write documentation for WouldBlock condition)
- rust-lang#142986 (Port `#[export_name]` to the new attribute parsing infrastructure)
- rust-lang#143001 (Rename run always )
- rust-lang#143010 (Update `browser-ui-test` version to `0.20.7`)
- rust-lang#143015 (Add `sym::macro_pin` diagnostic item for `core::pin::pin!()`)
- rust-lang#143033 (Expand const-stabilized API links in relnotes)
- rust-lang#143041 (Remove cache for citool)
- rust-lang#143056 (Move an ACE test out of the GCI directory)
- rust-lang#143059 (Fix 1.88 relnotes)
- rust-lang#143067 (Tracking issue number for `iter_macro`)
- rust-lang#143073 (Fix some fixmes that were waiting for let chains)
Failed merges:
- rust-lang#143020 (codegen_fn_attrs: make comment more precise)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
158 files changed
+1240
-907
lines changed- .github/workflows
- compiler
- rustc_attr_data_structures/src
- rustc_attr_parsing
- src
- attributes
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_ssa
- src
- rustc_const_eval
- src
- check_consts
- const_eval
- interpret
- rustc_hir_analysis/src
- check
- coherence
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src
- infer
- canonical
- opaque_types
- outlives
- region_constraints
- relate
- traits
- rustc_lint/src
- rustc_middle
- src
- mir/interpret
- query
- ty
- consts
- rustc_next_trait_solver/src/solve
- assembly
- rustc_passes
- src
- rustc_span/src
- rustc_trait_selection/src
- error_reporting
- infer
- nice_region_error
- traits
- solve
- fulfill
- traits
- select
- specialize
- rustc_traits/src
- rustc_type_ir/src
- library
- alloc/src
- coretests/tests
- core/src
- iter
- adapters
- sources
- std/src/sync/poison
- src
- bootstrap/src
- core
- build_steps
- config
- utils
- ci/docker/host-x86_64/x86_64-gnu-tools
- librustdoc/clean
- tools/compiletest/src
- tests
- crashes
- ui
- associated-consts
- attributes
- const-generics/generic_const_exprs
- consts
- const-mut-refs
- miri_unleashed
- error-codes
- generic-const-items
- issues
- lint/unused
- statics
- traits/const-traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
158 files changed
+1240
-907
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
| |||
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 56 | | |
68 | 57 | | |
69 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
72 | | - | |
73 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
74 | 86 | | |
75 | 87 | | |
76 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
234 | 242 | | |
235 | 243 | | |
236 | 244 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
Lines changed: 28 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
62 | 89 | | |
63 | 90 | | |
64 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
448 | 455 | | |
449 | 456 | | |
450 | 457 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
| 333 | + | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments