This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit f783f00
committed
Auto merge of rust-lang#140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDenton
Rollup of 8 pull requests
Successful merges:
- rust-lang#138934 (support config extensions)
- rust-lang#139091 (Rewrite on_unimplemented format string parser.)
- rust-lang#139753 (Make `#[naked]` an unsafe attribute)
- rust-lang#139762 (Don't assemble non-env/bound candidates if projection is rigid)
- rust-lang#139834 (Don't canonicalize crate paths)
- rust-lang#139868 (Move `pal::env` to `std::sys::env_consts`)
- rust-lang#139978 (Add citool command for generating a test dashboard)
- rust-lang#139995 (Clean UI tests 4 of n)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
138 files changed
+2813
-1576
lines changed- compiler
- rustc_builtin_macros
- rustc_codegen_cranelift/example
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_metadata/src
- rustc_mir_build/src
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_parse/src
- rustc_passes
- rustc_span/src
- rustc_target/src/spec/base
- rustc_trait_selection/src/error_reporting/traits
- library/std/src
- sys
- pal
- hermit
- sgx
- solid
- teeos
- trusty
- uefi
- unix
- unsupported
- wasip2
- wasi
- wasm
- windows
- xous
- zkvm
- src
- bootstrap/src
- core/config
- utils
- ci/citool
- src
- templates
- doc
- rustc-dev-guide/src/building
- unstable-book/src/compiler-flags
- tools/tidy/src
- tests
- assembly/naked-functions
- codegen
- cffi
- naked-fn
- crashes
- run-make
- crate-loading-multiple-candidates
- naked-symbol-visibility
- ui
- argument-suggestions
- asm
- codegen
- diagnostic_namespace
- on_unimplemented
- feature-gates
- issues
- auxiliary
- lint/dead-code
- auxiliary
- on-unimplemented
- rfcs/rfc-2091-track-caller
- traits/next-solver
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
138 files changed
+2813
-1576
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | | - | |
393 | | - | |
394 | | - | |
| 392 | + | |
395 | 393 | | |
396 | 394 | | |
397 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
436 | 445 | | |
437 | 446 | | |
438 | 447 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
567 | | - | |
| 567 | + | |
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
573 | | - | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
574 | 578 | | |
575 | 579 | | |
576 | 580 | | |
| |||
Lines changed: 54 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
291 | 306 | | |
292 | 307 | | |
293 | 308 | | |
| |||
296 | 311 | | |
297 | 312 | | |
298 | 313 | | |
| 314 | + | |
299 | 315 | | |
300 | 316 | | |
301 | 317 | | |
| |||
322 | 338 | | |
323 | 339 | | |
324 | 340 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | 341 | | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | 342 | | |
334 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
335 | 353 | | |
336 | 354 | | |
337 | 355 | | |
| |||
754 | 772 | | |
755 | 773 | | |
756 | 774 | | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
757 | 778 | | |
758 | 779 | | |
759 | 780 | | |
| |||
782 | 803 | | |
783 | 804 | | |
784 | 805 | | |
785 | | - | |
| 806 | + | |
786 | 807 | | |
787 | 808 | | |
788 | | - | |
| 809 | + | |
789 | 810 | | |
790 | 811 | | |
791 | 812 | | |
792 | 813 | | |
793 | 814 | | |
794 | 815 | | |
795 | | - | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
796 | 820 | | |
797 | 821 | | |
798 | 822 | | |
799 | 823 | | |
800 | | - | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | | - | |
805 | | - | |
806 | | - | |
807 | | - | |
808 | 824 | | |
809 | 825 | | |
810 | | - | |
811 | | - | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
812 | 830 | | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | | - | |
825 | | - | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
826 | 844 | | |
827 | 845 | | |
828 | 846 | | |
| |||
839 | 857 | | |
840 | 858 | | |
841 | 859 | | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
842 | 863 | | |
843 | 864 | | |
844 | 865 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
403 | 402 | | |
404 | 403 | | |
405 | 404 | | |
406 | 405 | | |
407 | 406 | | |
408 | | - | |
| 407 | + | |
409 | 408 | | |
410 | 409 | | |
0 commit comments