Commit 41507ed
committed
Auto merge of rust-lang#76964 - RalfJung:rollup-ybn06fs, r=RalfJung
Rollup of 15 pull requests
Successful merges:
- rust-lang#76722 (Test and fix Send and Sync traits of BTreeMap artefacts)
- rust-lang#76766 (Extract some intrinsics out of rustc_codegen_llvm)
- rust-lang#76800 (Don't generate bootstrap usage unless it's needed)
- rust-lang#76809 (simplfy condition in ItemLowerer::with_trait_impl_ref())
- rust-lang#76815 (Fix wording in mir doc)
- rust-lang#76818 (Don't compile regex at every function call.)
- rust-lang#76821 (Remove redundant nightly features)
- rust-lang#76823 (black_box: silence unused_mut warning when building with cfg(miri))
- rust-lang#76825 (use `array_windows` instead of `windows` in the compiler)
- rust-lang#76827 (fix array_windows docs)
- rust-lang#76828 (use strip_prefix over starts_with and manual slicing based on pattern length (clippy::manual_strip))
- rust-lang#76840 (Move to intra doc links in core/src/future)
- rust-lang#76845 (Use intra docs links in core::{ascii, option, str, pattern, hash::map})
- rust-lang#76853 (Use intra-doc links in library/core/src/task/wake.rs)
- rust-lang#76871 (support panic=abort in Miri)
Failed merges:
r? `@ghost`File tree
51 files changed
+862
-697
lines changed- compiler
- rustc_arena/src
- rustc_ast_lowering/src
- rustc_ast/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- mir
- rustc_data_structures/src
- rustc_driver/src
- rustc_expand/src
- rustc_infer/src
- rustc_lint/src
- rustc_middle/src
- mir
- ty
- rustc_mir_build/src
- thir/pattern
- rustc_mir/src
- borrow_check/diagnostics
- dataflow/framework
- monomorphize/partitioning
- rustc_parse_format/src
- rustc_parse/src
- rustc_privacy/src
- rustc_resolve/src/late
- rustc_session/src
- rustc_span/src
- rustc_traits/src
- rustc_typeck/src
- check
- rustc_ty/src
- library
- alloc/src/collections/btree
- map
- core/src
- future
- slice
- str
- task
- panic_abort/src
- std/src/collections/hash
- src/bootstrap
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+862
-697
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
125 | | - | |
| 123 | + | |
126 | 124 | | |
127 | 125 | | |
128 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments