Commit 16a623a
committed
Auto merge of #161434 - jhpratt:rollup-hq3P7uc, r=jhpratt
Rollup of 25 pull requests
Successful merges:
- #152617 (std: implement `sleep_until` for Fuchsia)
- #158934 (diagnostics: fix `let x: vec![]` suggestion pointing into stdlib)
- #160995 (Tiny readability cleanups for initialization dataflow analyses)
- #161277 (bootstrap: Move all non-module items out of the crate root)
- #161295 (std: don't panic on long-elapsed deadlines for `sleep_until`)
- #161368 (Double-word align `_Unwind_Exception`)
- #161370 (Uplift rustfmt macro formatting fix)
- #161378 (`FlowSensitiveAnalysis` cleanups)
- #161420 (Bump wasm-component-ld to 0.5.30)
- #161429 (Tighten allocator `Send`/`Sync` requirements for `Arc` in preparation for refactor)
- #158032 (Offload expose device selection)
- #158855 (Add `desktop` method to `CommandExt`)
- #160299 (Stabilize `bool::toggle`)
- #160842 (Apply `&[T]` visualizer to `*const [T]`, `*mut [T]` and `Box<[T]>`)
- #160981 (Partially support building and locating wasm proc-macros)
- #161199 (Add regression test for non lifetime binders)
- #161212 (rust-installer/install-template.sh: catch cp(1) error when installing…)
- #161302 (Add regression test for inconsistent import resolution from issue 147208)
- #161329 (Add regression tests for a few fixed issues with E-needs-test)
- #161330 (Add regression test for nested RPIT not an iterator ICE)
- #161331 (Bitset simplifications)
- #161340 (rustdoc: enable scrolling only on table/code)
- #161351 (Cleanup: Move impl of `#[rustc_dump_object_lifetime_defaults]`)
- #161355 (Add file path to some archive build errors)
- #161373 (Allow running EC2 jobs locally)127 files changed
Lines changed: 3313 additions & 2600 deletions
File tree
- compiler
- rustc_codegen_llvm/src
- builder
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src/check_consts
- rustc_driver_impl/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_index/src
- bit_set
- rustc_metadata/src
- rustc_mir_dataflow/src
- impls
- rustc_passes/src
- rustc_session/src
- config
- rustc_span/src
- library
- alloc/src
- core/src
- intrinsics
- offload
- std/src
- os/windows
- sys
- pal/unix
- process
- thread
- time
- thread
- unwind/src
- src
- bootstrap/src
- core
- build_steps
- builder
- cli_paths
- config
- utils
- cc_detect
- ci/citool/src
- doc/unstable-book/src/compiler-flags
- etc
- librustdoc/html
- static/css
- tools
- compiletest/src
- rust-installer
- rustfmt/src
- wasm-component-ld
- tests
- codegen-llvm/gpu_offload
- run-make
- offload-generic-manifest
- print-request-help-stable-unstable
- rustc-help
- rustdoc-gui
- src/test_docs
- ui-fulldeps
- ui
- compile-flags/invalid
- diagnostic-width
- impl-trait
- macros
- auxiliary
- numbers-arithmetic
- offload
- print-request
- proc-macro
- auxiliary
- process
- resolve
- suggestions
- traits/non_lifetime_binders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6334 | 6334 | | |
6335 | 6335 | | |
6336 | 6336 | | |
6337 | | - | |
| 6337 | + | |
6338 | 6338 | | |
6339 | | - | |
| 6339 | + | |
6340 | 6340 | | |
6341 | 6341 | | |
6342 | 6342 | | |
| |||
6345 | 6345 | | |
6346 | 6346 | | |
6347 | 6347 | | |
6348 | | - | |
| 6348 | + | |
6349 | 6349 | | |
6350 | 6350 | | |
6351 | 6351 | | |
| |||
6372 | 6372 | | |
6373 | 6373 | | |
6374 | 6374 | | |
6375 | | - | |
| 6375 | + | |
6376 | 6376 | | |
6377 | | - | |
| 6377 | + | |
6378 | 6378 | | |
6379 | 6379 | | |
6380 | | - | |
| 6380 | + | |
6381 | 6381 | | |
6382 | 6382 | | |
6383 | 6383 | | |
6384 | 6384 | | |
6385 | | - | |
| 6385 | + | |
6386 | 6386 | | |
6387 | | - | |
| 6387 | + | |
6388 | 6388 | | |
6389 | 6389 | | |
6390 | 6390 | | |
6391 | | - | |
6392 | | - | |
| 6391 | + | |
| 6392 | + | |
6393 | 6393 | | |
6394 | 6394 | | |
6395 | 6395 | | |
| |||
6405 | 6405 | | |
6406 | 6406 | | |
6407 | 6407 | | |
6408 | | - | |
| 6408 | + | |
6409 | 6409 | | |
6410 | | - | |
| 6410 | + | |
6411 | 6411 | | |
6412 | 6412 | | |
6413 | 6413 | | |
| |||
6418 | 6418 | | |
6419 | 6419 | | |
6420 | 6420 | | |
6421 | | - | |
| 6421 | + | |
6422 | 6422 | | |
6423 | | - | |
| 6423 | + | |
6424 | 6424 | | |
6425 | 6425 | | |
6426 | 6426 | | |
6427 | 6427 | | |
6428 | 6428 | | |
6429 | | - | |
| 6429 | + | |
6430 | 6430 | | |
6431 | 6431 | | |
6432 | 6432 | | |
6433 | 6433 | | |
6434 | | - | |
| 6434 | + | |
6435 | 6435 | | |
6436 | | - | |
| 6436 | + | |
6437 | 6437 | | |
6438 | 6438 | | |
6439 | 6439 | | |
| |||
6805 | 6805 | | |
6806 | 6806 | | |
6807 | 6807 | | |
6808 | | - | |
| 6808 | + | |
6809 | 6809 | | |
6810 | | - | |
| 6810 | + | |
6811 | 6811 | | |
6812 | 6812 | | |
6813 | 6813 | | |
| |||
6816 | 6816 | | |
6817 | 6817 | | |
6818 | 6818 | | |
6819 | | - | |
| 6819 | + | |
6820 | 6820 | | |
6821 | | - | |
| 6821 | + | |
6822 | 6822 | | |
6823 | 6823 | | |
6824 | 6824 | | |
6825 | 6825 | | |
6826 | 6826 | | |
6827 | | - | |
| 6827 | + | |
6828 | 6828 | | |
6829 | | - | |
| 6829 | + | |
6830 | 6830 | | |
6831 | 6831 | | |
6832 | 6832 | | |
| |||
6838 | 6838 | | |
6839 | 6839 | | |
6840 | 6840 | | |
6841 | | - | |
| 6841 | + | |
6842 | 6842 | | |
6843 | 6843 | | |
6844 | 6844 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
200 | 214 | | |
201 | 215 | | |
202 | 216 | | |
| |||
591 | 605 | | |
592 | 606 | | |
593 | 607 | | |
| 608 | + | |
594 | 609 | | |
595 | 610 | | |
596 | 611 | | |
| |||
775 | 790 | | |
776 | 791 | | |
777 | 792 | | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
786 | | - | |
| 793 | + | |
| 794 | + | |
787 | 795 | | |
788 | 796 | | |
789 | 797 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
244 | 251 | | |
245 | 252 | | |
246 | 253 | | |
| |||
1851 | 1858 | | |
1852 | 1859 | | |
1853 | 1860 | | |
1854 | | - | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
1855 | 1866 | | |
1856 | 1867 | | |
1857 | 1868 | | |
| |||
1882 | 1893 | | |
1883 | 1894 | | |
1884 | 1895 | | |
1885 | | - | |
1886 | | - | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
1887 | 1899 | | |
1888 | 1900 | | |
1889 | 1901 | | |
| |||
1892 | 1904 | | |
1893 | 1905 | | |
1894 | 1906 | | |
| 1907 | + | |
1895 | 1908 | | |
1896 | 1909 | | |
1897 | 1910 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
627 | 627 | | |
| 628 | + | |
628 | 629 | | |
629 | 630 | | |
630 | 631 | | |
| |||
642 | 643 | | |
643 | 644 | | |
644 | 645 | | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
650 | 658 | | |
651 | 659 | | |
652 | 660 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
0 commit comments