Commit 9a60099
committed
Auto merge of rust-lang#93956 - matthiaskrgr:rollup-zfk35hb, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#89926 (make `Instant::{duration_since, elapsed, sub}` saturating and remove workarounds)
- rust-lang#90532 (More informative error message for E0015)
- rust-lang#93810 (Improve chalk integration)
- rust-lang#93851 (More practical examples for `Option::and_then` & `Result::and_then`)
- rust-lang#93885 (bootstrap.py: Suggest disabling download-ci-llvm option if url fails to download)
- rust-lang#93886 (Stabilise inherent_ascii_escape (FCP in rust-lang#77174))
- rust-lang#93930 (add link to format_args! when mention it in docs)
- rust-lang#93936 (Couple of driver cleanups)
- rust-lang#93944 (Don't relabel to a team if there is already a team label)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
157 files changed
+1551
-1131
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_const_eval/src
- transform/check_consts
- util
- rustc_driver/src
- rustc_hir/src
- rustc_infer/src/infer/canonical
- rustc_interface/src
- rustc_middle/src/infer
- rustc_span/src
- rustc_trait_selection/src/traits
- rustc_traits/src/chalk
- library
- alloc/src
- core/src
- macros
- num
- ops
- slice
- std/src
- sys
- hermit
- itron
- sgx
- unix
- unsupported
- wasi
- windows
- time
- src
- bootstrap
- librustdoc
- test/ui
- associated-type-bounds
- associated-types
- borrowck
- chalkify
- const-generics
- issues
- consts
- const-eval
- const-extern-fn
- control-flow
- min_const_fn
- deriving
- impl-trait
- issues
- issues
- never_type
- nll/ty-outlives
- rfc-2632-const-trait-impl
- specialization
- static
- type-alias-impl-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
157 files changed
+1551
-1131
lines changedLines changed: 13 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
208 | 211 | | |
209 | 212 | | |
210 | 213 | | |
211 | | - | |
| 214 | + | |
| 215 | + | |
212 | 216 | | |
213 | 217 | | |
214 | 218 | | |
| |||
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
| |||
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
308 | | - | |
309 | | - | |
| 309 | + | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
433 | 434 | | |
434 | 435 | | |
435 | 436 | | |
436 | | - | |
| 437 | + | |
437 | 438 | | |
438 | 439 | | |
439 | 440 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | 574 | | |
598 | 575 | | |
599 | 576 | | |
600 | 577 | | |
601 | 578 | | |
602 | 579 | | |
603 | | - | |
604 | | - | |
605 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
606 | 583 | | |
607 | 584 | | |
608 | 585 | | |
| |||
613 | 590 | | |
614 | 591 | | |
615 | 592 | | |
616 | | - | |
617 | | - | |
618 | | - | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
619 | 596 | | |
620 | 597 | | |
621 | 598 | | |
| |||
626 | 603 | | |
627 | 604 | | |
628 | 605 | | |
629 | | - | |
630 | | - | |
631 | | - | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
632 | 609 | | |
633 | 610 | | |
634 | 611 | | |
| |||
904 | 881 | | |
905 | 882 | | |
906 | 883 | | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | | - | |
919 | | - | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
920 | 892 | | |
921 | 893 | | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
932 | | - | |
933 | | - | |
934 | | - | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
948 | | - | |
949 | | - | |
950 | | - | |
951 | | - | |
952 | | - | |
953 | | - | |
954 | | - | |
955 | | - | |
956 | | - | |
957 | | - | |
958 | | - | |
959 | | - | |
960 | | - | |
961 | | - | |
962 | | - | |
963 | | - | |
964 | | - | |
965 | 894 | | |
966 | 895 | | |
967 | | - | |
| 896 | + | |
968 | 897 | | |
969 | 898 | | |
970 | 899 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
410 | 411 | | |
411 | 412 | | |
412 | 413 | | |
413 | | - | |
| 414 | + | |
| 415 | + | |
414 | 416 | | |
415 | 417 | | |
416 | 418 | | |
| |||
0 commit comments