-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 015c777
Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr
Rollup of 6 pull requests
Successful merges:
- #138016 (Added `Clone` implementation for `ChunkBy`)
- #141162 (refactor `AttributeGate` and `rustc_attr!` to emit notes during feature checking)
- #141474 (Add `ParseMode::Diagnostic` and fix multiline spans in diagnostic attribute lints)
- #141947 (Specify that "option-like" enums must be `#[repr(Rust)]` to be ABI-compatible with their non-1ZST field.)
- #142252 (Improve clarity of `core::sync::atomic` docs about "Considerations" in regards to CAS operations)
- #142337 (miri: add flag to suppress float non-determinism)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
49 files changed
+907
-594
lines changed- compiler
- rustc_ast_passes/src
- rustc_feature/src
- rustc_lint
- src
- rustc_parse_format/src
- rustc_session/src
- rustc_trait_selection/src/error_reporting/traits
- library
- alloctests/tests
- core/src
- slice
- sync
- src/tools/miri
- src
- bin
- intrinsics
- tests/ui
- consts
- diagnostic_namespace
- on_unimplemented
- feature-gates
- force-inlining
- on-unimplemented
- rustdoc
- tool-attributes
- traits/default-method
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+907
-594
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
39 | 49 |
| |
40 | 50 |
| |
41 | 51 |
| |
| |||
154 | 164 |
| |
155 | 165 |
| |
156 | 166 |
| |
157 | - | ||
167 | + | ||
158 | 168 |
| |
159 | 169 |
| |
160 | 170 |
| |
161 | - | ||
171 | + | ||
162 | 172 |
| |
163 | 173 |
| |
164 | 174 |
| |
|
0 commit comments