Commit c80c4b8
committed
Auto merge of rust-lang#98545 - matthiaskrgr:rollup-njely29, r=matthiaskrgr
Rollup of 11 pull requests
Successful merges:
- rust-lang#97140 (std: use an event-flag-based thread parker on SOLID)
- rust-lang#97295 ([rustc_parse] Forbid `let`s in certain places)
- rust-lang#97743 (make const_err show up in future breakage reports)
- rust-lang#97908 (Stabilize NonZero* checked operations constness.)
- rust-lang#98297 (Transform help popup into a pocket menu)
- rust-lang#98428 (macros: use typed identifiers in diag and subdiag derive)
- rust-lang#98528 (Respect --color when building rustbuild itself)
- rust-lang#98535 (Add regression test for generic const in rustdoc)
- rust-lang#98538 (Add a ui test for issue rust-lang#91883)
- rust-lang#98540 (Add regression test for rust-lang#87558)
- rust-lang#98541 (Update `std::alloc::System` doc example code style)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
119 files changed
+4911
-1084
lines changed- compiler
- rustc_builtin_macros/src
- rustc_error_messages
- locales/en-US
- src
- rustc_lint_defs/src
- rustc_macros/src/diagnostics
- rustc_parse/src/parser
- rustc_typeck/src
- library
- core/src/num
- std/src
- sys_common/thread_parker
- sys
- itron
- solid
- src
- bootstrap
- librustdoc/html
- static
- css
- themes
- js
- templates
- test
- rustdoc-gui
- rustdoc
- ui-fulldeps
- internal-lints
- session-diagnostic
- ui
- array-slice-vec
- associated-consts
- borrowck
- consts
- const-eval
- const_limit
- miri_unleashed
- generic-associated-types
- limits
- lint/force-warn
- mir
- rfc-2294-if-let-guard
- rfc-2497-if-let-chains
- traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+4911
-1084
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | 261 | | |
274 | 262 | | |
275 | 263 | | |
| |||
332 | 320 | | |
333 | 321 | | |
334 | 322 | | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | 323 | | |
341 | 324 | | |
342 | 325 | | |
| |||
347 | 330 | | |
348 | 331 | | |
349 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
350 | 354 | | |
351 | 355 | | |
352 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
292 | 293 | | |
293 | 294 | | |
294 | 295 | | |
| |||
0 commit comments