This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit e5e2b0b
committed
Auto merge of rust-lang#93048 - matthiaskrgr:rollup-cz5ma34, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#90782 (Implement raw-dylib support for windows-gnu)
- rust-lang#91150 (Let qpath contain NtTy: `<$:ty as $:ty>::…`)
- rust-lang#92425 (Improve SIMD casts)
- rust-lang#92692 (Simplify and unify rustdoc sidebar styles)
- rust-lang#92780 (Directly use ConstValue for single literals in blocks)
- rust-lang#92924 (Delete pretty printer tracing)
- rust-lang#93018 (Remove some unused `Ord` derives based on `Span`)
- rust-lang#93026 (fix typo in `max` description for f32/f64)
- rust-lang#93035 (Fix stdarch submodule pointing to commit outside tree)
Failed merges:
- rust-lang#92861 (Rustdoc mobile: put out-of-band info on its own line)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
73 files changed
+902
-742
lines changed- compiler
- rustc_ast_pretty
- src
- rustc_ast/src
- rustc_codegen_llvm/src
- back
- rustc_codegen_ssa/src
- mir
- traits
- rustc_interface/src
- rustc_metadata/src
- rustc_middle/src
- mir
- ty
- rustc_parse/src/parser
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src/traits
- specialize
- rustc_typeck/src/check
- library
- core/src/num
- src
- librustdoc
- html
- render
- static
- css
- themes
- js
- templates
- test
- run-make
- raw-dylib-c
- raw-dylib-link-ordinal
- raw-dylib-stdcall-ordinal
- rustdoc-gui
- rustdoc
- ui
- const-generics
- issues
- feature-gates
- macros
- rfc-2627-raw-dylib
- simd/intrinsic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+902
-742
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3433 | 3433 | | |
3434 | 3434 | | |
3435 | 3435 | | |
3436 | | - | |
3437 | 3436 | | |
3438 | 3437 | | |
3439 | 3438 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2006 | 2006 | | |
2007 | 2007 | | |
2008 | 2008 | | |
2009 | | - | |
| 2009 | + | |
2010 | 2010 | | |
2011 | 2011 | | |
2012 | 2012 | | |
| |||
2211 | 2211 | | |
2212 | 2212 | | |
2213 | 2213 | | |
2214 | | - | |
| 2214 | + | |
2215 | 2215 | | |
2216 | 2216 | | |
2217 | 2217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | 195 | | |
213 | 196 | | |
214 | 197 | | |
| |||
267 | 250 | | |
268 | 251 | | |
269 | 252 | | |
270 | | - | |
271 | 253 | | |
272 | 254 | | |
273 | 255 | | |
| |||
310 | 292 | | |
311 | 293 | | |
312 | 294 | | |
313 | | - | |
314 | 295 | | |
315 | 296 | | |
316 | 297 | | |
317 | 298 | | |
318 | 299 | | |
319 | | - | |
320 | 300 | | |
321 | 301 | | |
322 | | - | |
323 | 302 | | |
324 | 303 | | |
325 | 304 | | |
| |||
334 | 313 | | |
335 | 314 | | |
336 | 315 | | |
337 | | - | |
338 | 316 | | |
339 | 317 | | |
340 | 318 | | |
341 | 319 | | |
342 | 320 | | |
343 | 321 | | |
344 | 322 | | |
345 | | - | |
346 | 323 | | |
347 | 324 | | |
348 | | - | |
349 | 325 | | |
350 | 326 | | |
351 | 327 | | |
| |||
355 | 331 | | |
356 | 332 | | |
357 | 333 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | 334 | | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | 335 | | |
369 | | - | |
370 | 336 | | |
371 | 337 | | |
372 | 338 | | |
| |||
378 | 344 | | |
379 | 345 | | |
380 | 346 | | |
381 | | - | |
382 | 347 | | |
383 | 348 | | |
384 | 349 | | |
| |||
401 | 366 | | |
402 | 367 | | |
403 | 368 | | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | 369 | | |
410 | 370 | | |
411 | 371 | | |
| |||
465 | 425 | | |
466 | 426 | | |
467 | 427 | | |
468 | | - | |
469 | 428 | | |
470 | 429 | | |
471 | 430 | | |
472 | 431 | | |
473 | 432 | | |
474 | 433 | | |
475 | | - | |
476 | 434 | | |
477 | 435 | | |
478 | 436 | | |
| |||
485 | 443 | | |
486 | 444 | | |
487 | 445 | | |
488 | | - | |
489 | 446 | | |
490 | 447 | | |
491 | 448 | | |
492 | | - | |
493 | 449 | | |
494 | 450 | | |
495 | 451 | | |
496 | 452 | | |
497 | 453 | | |
498 | | - | |
499 | 454 | | |
500 | 455 | | |
501 | 456 | | |
502 | 457 | | |
503 | 458 | | |
504 | 459 | | |
505 | 460 | | |
506 | | - | |
507 | 461 | | |
508 | 462 | | |
509 | 463 | | |
510 | 464 | | |
511 | | - | |
512 | 465 | | |
513 | 466 | | |
514 | 467 | | |
515 | 468 | | |
516 | 469 | | |
517 | | - | |
518 | 470 | | |
519 | 471 | | |
520 | 472 | | |
521 | | - | |
522 | 473 | | |
523 | 474 | | |
524 | 475 | | |
| |||
528 | 479 | | |
529 | 480 | | |
530 | 481 | | |
531 | | - | |
532 | 482 | | |
533 | 483 | | |
534 | 484 | | |
| |||
545 | 495 | | |
546 | 496 | | |
547 | 497 | | |
548 | | - | |
549 | | - | |
550 | 498 | | |
551 | 499 | | |
552 | 500 | | |
| |||
0 commit comments