-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 6c699a3
Auto merge of #146255 - fmease:rollup-1v0kp8i, r=fmease
Rollup of 11 pull requests
Successful merges:
- #138944 (Add `__isPlatformVersionAtLeast` and `__isOSVersionAtLeast` symbols)
- #139113 (unstable book: in a sanitizer example, check the code)
- #145735 (style-guide: Document absence of trailing whitespace)
- #146041 (tidy: --bless now makes escheck run with --fix)
- #146144 (compiler: Apply target features to the entry function)
- #146225 (Simplify `{f16, f32, f64, f128}::midpoint()`)
- #146234 (change file-is-generated doc comment to inner)
- #146241 (rustc_infer: change top-level doc comment to inner)
- #146242 (Ensure that `--html-after-content` option is used to check `scrape_examples_ice` rustdoc GUI test)
- #146243 (remove couple of redundant clones)
- #146250 (Bump stage0 rustfmt)
Failed merges:
- #146200 (Simplify rustdoc-gui tester by calling directly browser-ui-test)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
34 files changed
+1329
-202
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_infer/src/infer
- rustc_mir_transform/src/coverage
- rustc_resolve/src/late
- rustc_symbol_mangling/src
- rustc_trait_selection/src/error_reporting/infer
- library
- core/src
- num
- unicode
- std/src
- sys
- platform_version
- darwin
- src
- doc
- style-guide/src
- unstable-book/src/compiler-flags
- tools
- tidy/src/extra_checks
- unicode-table-generator/src
- tests
- run-make/apple-c-available-links
- rustdoc-gui
- src/scrape_examples_ice
- src
34 files changed
+1329
-202
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 | + | ||
300 | + | ||
301 | + | ||
302 | + | ||
303 | + | ||
304 | + | ||
305 | + | ||
306 | + | ||
307 | + | ||
308 | + | ||
309 | + | ||
310 | + | ||
311 | + | ||
299 | 312 |
| |
300 | 313 |
| |
301 | 314 |
| |
| |||
523 | 536 |
| |
524 | 537 |
| |
525 | 538 |
| |
526 | - | ||
527 | - | ||
528 | - | ||
529 | - | ||
530 | - | ||
531 | - | ||
532 | - | ||
533 | - | ||
539 | + | ||
534 | 540 |
| |
535 | 541 |
| |
536 | 542 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
853 | 853 |
| |
854 | 854 |
| |
855 | 855 |
| |
856 | - | ||
856 | + | ||
857 | 857 |
| |
858 | 858 |
| |
859 | 859 |
| |
860 | 860 |
| |
861 | 861 |
| |
862 | 862 |
| |
863 | 863 |
| |
864 | - | ||
864 | + | ||
865 | + | ||
866 | + | ||
867 | + | ||
868 | + | ||
869 | + | ||
870 | + | ||
865 | 871 |
| |
866 | 872 |
| |
867 | 873 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 | - | ||
122 | + | ||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | - | ||
85 | + | ||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3099 | 3099 |
| |
3100 | 3100 |
| |
3101 | 3101 |
| |
3102 | - | ||
3102 | + | ||
3103 | 3103 |
| |
3104 | 3104 |
| |
3105 | 3105 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | - | ||
85 | + | ||
86 | 86 |
| |
87 | - | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
88 | 92 |
| |
89 | 93 |
| |
90 | 94 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
321 | - | ||
321 | + | ||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
832 | 832 |
| |
833 | 833 |
| |
834 | 834 |
| |
835 | - | ||
836 | 835 |
| |
837 | 836 |
| |
838 | 837 |
| |
| |||
842 | 841 |
| |
843 | 842 |
| |
844 | 843 |
| |
845 | - | ||
846 | - | ||
847 | - | ||
848 | - | ||
849 | - | ||
850 | - | ||
851 | 844 |
| |
852 | - | ||
853 | 845 |
| |
854 | 846 |
| |
855 | 847 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
823 | - | ||
824 | 823 |
| |
825 | 824 |
| |
826 | 825 |
| |
| |||
830 | 829 |
| |
831 | 830 |
| |
832 | 831 |
| |
833 | - | ||
834 | - | ||
835 | - | ||
836 | - | ||
837 | - | ||
838 | - | ||
839 | 832 |
| |
840 | - | ||
841 | 833 |
| |
842 | 834 |
| |
843 | 835 |
| |
|
0 commit comments