Commit b8bb296
committed
Auto merge of rust-lang#132079 - fmease:rollup-agrd358, r=fmease
Rollup of 9 pull requests
Successful merges:
- rust-lang#130991 (Vectorized SliceContains)
- rust-lang#131928 (rustdoc: Document `markdown` module.)
- rust-lang#131955 (Set `signext` or `zeroext` for integer arguments on RISC-V and LoongArch64)
- rust-lang#131979 (Minor tweaks to `compare_impl_item.rs`)
- rust-lang#132036 (Add a test case for rust-lang#131164)
- rust-lang#132039 (Specialize `read_exact` and `read_buf_exact` for `VecDeque`)
- rust-lang#132060 ("innermost", "outermost", "leftmost", and "rightmost" don't need hyphens)
- rust-lang#132065 (Clarify documentation of `ptr::dangling()` function)
- rust-lang#132066 (Fix a typo in documentation of `pointer::sub_ptr()`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
54 files changed
+738
-317
lines changed- compiler
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_errors/src
- rustc_expand
- src/mbe
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_middle/src/ty
- rustc_mir_build/src/build
- rustc_mir_dataflow/src
- rustc_parse/src/lexer
- rustc_target/src/callconv
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src/collections/btree
- core/src
- iter/adapters
- ptr
- slice
- std/src/io
- src
- doc/rustc/src/symbol-mangling
- librustdoc
- html/render
- tests
- assembly
- codegen
- intrinsics
- sanitizer/cfi
- run-make/rust-lld-link-script-provide
- ui/macros/rfc-3086-metavar-expr
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+738
-317
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
891 | | - | |
| 891 | + | |
892 | 892 | | |
893 | 893 | | |
894 | 894 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
573 | | - | |
| 573 | + | |
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
| |||
0 commit comments