Commit d35cb8a
committed
Auto merge of #142861 - jhpratt:rollup-h7c4fx9, r=jhpratt
Rollup of 10 pull requests
Successful merges:
- #140254 (Pass -Cpanic=abort for the panic_abort crate)
- #142594 (Add DesugaringKind::FormatLiteral)
- #142600 (Port `#[rustc_pub_transparent]` to the new attribute system)
- #142617 (improve search graph docs, reset `encountered_overflow` between reruns)
- #142641 (Generate symbols.o for proc-macros too)
- #142747 (rustdoc_json: conversion cleanups)
- #142776 (All HIR attributes are outer)
- #142800 (integer docs: remove extraneous text)
- #142850 (remove asm_goto feature annotation, for it is now stabilized)
- #142860 (Notify me on tidy changes)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
100 files changed
+852
-1069
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast/src
- attr
- rustc_attr_data_structures/src
- rustc_attr_parsing/src
- attributes
- rustc_builtin_macros/src
- rustc_codegen_ssa/src/back
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_lint/src
- rustc_next_trait_solver/src/solve/eval_ctxt
- rustc_passes/src
- rustc_resolve/src
- rustc_span/src
- rustc_trait_selection/src/error_reporting/traits
- rustc_type_ir/src/search_graph
- library
- core/src
- fmt
- num
- std/src
- src
- bootstrap/src/bin
- librustdoc
- clean
- json
- tools/clippy/clippy_lints/src/doc
- tests
- codegen/asm
- run-make/used-proc-macro
- ui
- argument-suggestions
- associated-types
- binop
- closures
- deprecation
- derives
- errors
- fmt
- generic-associated-types
- impl-trait/in-trait
- issues
- methods
- mismatched_types
- modules
- on-unimplemented
- rfcs/rfc-2361-dbg-macro
- span
- suggestions
- traits
- type-alias-impl-trait
- typeck
- type
- pattern_types
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
100 files changed
+852
-1069
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
211 | 219 | | |
212 | 220 | | |
213 | 221 | | |
214 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
215 | 227 | | |
216 | 228 | | |
217 | 229 | | |
| |||
806 | 818 | | |
807 | 819 | | |
808 | 820 | | |
809 | | - | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
810 | 829 | | |
811 | 830 | | |
812 | 831 | | |
| |||
881 | 900 | | |
882 | 901 | | |
883 | 902 | | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | 903 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1389 | 1389 | | |
1390 | 1390 | | |
1391 | 1391 | | |
1392 | | - | |
| 1392 | + | |
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
| 609 | + | |
609 | 610 | | |
610 | 611 | | |
611 | 612 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1817 | 1817 | | |
1818 | 1818 | | |
1819 | 1819 | | |
1820 | | - | |
1821 | | - | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
1822 | 1827 | | |
1823 | 1828 | | |
1824 | 1829 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
713 | | - | |
| 713 | + | |
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
| |||
0 commit comments