Commit 04a67d5
committed
Auto merge of rust-lang#141668 - tgross35:rollup-03gg6lf, r=tgross35
Rollup of 8 pull requests
Successful merges:
- rust-lang#140367 (add `asm_cfg`: `#[cfg(...)]` within `asm!`)
- rust-lang#140894 (Make check-cfg diagnostics work in `#[doc(cfg(..))]`)
- rust-lang#141252 (gvn: bail out unavoidable non-ssa locals in repeat)
- rust-lang#141517 (rustdoc: use descriptive tooltip if doctest is conditionally ignored)
- rust-lang#141551 (Make two transmute-related MIR lints into HIR lint)
- rust-lang#141591 (ci: fix llvm test coverage)
- rust-lang#141647 (Bump master `stage0` compiler)
- rust-lang#141659 (Add `Result::map_or_default` and `Option::map_or_default`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
53 files changed
+2143
-1351
lines changed- compiler
- rustc_attr_parsing/src/attributes
- rustc_builtin_macros
- src
- rustc_feature/src
- rustc_lint_defs/src
- rustc_lint
- src
- early
- rustc_middle/src
- hir
- mir
- rustc_mir_transform
- src
- rustc_parse
- src
- parser
- rustc_span/src
- library/core/src
- src
- ci/github-actions
- librustdoc
- clean
- doctest
- html
- tools/rustfmt/src
- parse/macros
- tests
- mir-opt
- rustdoc-ui
- rustdoc/doctest
- ui
- asm
- consts/const-eval
- feature-gates
- transmute
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+2143
-1351
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
15 | 30 | | |
16 | 31 | | |
17 | 32 | | |
| |||
25 | 40 | | |
26 | 41 | | |
27 | 42 | | |
28 | | - | |
| 43 | + | |
29 | 44 | | |
30 | 45 | | |
31 | 46 | | |
32 | 47 | | |
33 | 48 | | |
34 | 49 | | |
35 | | - | |
| 50 | + | |
| 51 | + | |
36 | 52 | | |
37 | 53 | | |
38 | | - | |
39 | 54 | | |
40 | 55 | | |
41 | 56 | | |
42 | 57 | | |
43 | 58 | | |
44 | 59 | | |
45 | 60 | | |
46 | | - | |
| 61 | + | |
| 62 | + | |
47 | 63 | | |
48 | 64 | | |
49 | | - | |
50 | 65 | | |
51 | 66 | | |
52 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 17 | | |
24 | 18 | | |
25 | 19 | | |
| |||
45 | 39 | | |
46 | 40 | | |
47 | 41 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 42 | | |
55 | 43 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 44 | | |
60 | 45 | | |
61 | 46 | | |
| |||
162 | 147 | | |
163 | 148 | | |
164 | 149 | | |
165 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
166 | 154 | | |
167 | 155 | | |
168 | 156 | | |
| |||
255 | 243 | | |
256 | 244 | | |
257 | 245 | | |
258 | | - | |
259 | | - | |
260 | 246 | | |
261 | 247 | | |
262 | 248 | | |
| |||
0 commit comments