Commit a6943ae
committed
Auto merge of rust-lang#148818 - Zalathar:rollup-4vujcg0, r=Zalathar
Rollup of 13 pull requests
Successful merges:
- rust-lang#148694 (std: support `RwLock` and thread parking on TEEOS)
- rust-lang#148712 (Port `cfg_select!` to the new attribute parsing system)
- rust-lang#148760 (rustc_target: hide TargetOptions::vendor)
- rust-lang#148771 (IAT: Reinstate early bailout)
- rust-lang#148775 (Fix a typo in the documentation for the strict_shr function)
- rust-lang#148779 (Implement DynSend and DynSync for std::panic::Location.)
- rust-lang#148781 ([rustdoc] Remove unneeded `allow(rustc::potential_query_instability)`)
- rust-lang#148783 (add test for assoc type norm wf check)
- rust-lang#148785 (Replace `master` branch references with `main`)
- rust-lang#148791 (fix "is_closure_like" doc comment)
- rust-lang#148792 (Prefer to use file.stable_id over file.name from source map)
- rust-lang#148805 (rustc-dev-guide subtree update)
- rust-lang#148807 (Document (and test) a problem with `Clone`/`Copy` deriving.)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
5 files changed
+7
-57
lines changed- core/src/num
- std/src/sys/sync
- rwlock
- thread_parking
5 files changed
+7
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1503 | 1503 | | |
1504 | 1504 | | |
1505 | 1505 | | |
1506 | | - | |
| 1506 | + | |
1507 | 1507 | | |
1508 | 1508 | | |
1509 | 1509 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1900 | 1900 | | |
1901 | 1901 | | |
1902 | 1902 | | |
1903 | | - | |
| 1903 | + | |
1904 | 1904 | | |
1905 | 1905 | | |
1906 | 1906 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments