Commit 80282b1
committed
Auto merge of #153507 - JonathanBrouwer:rollup-ki59UTE, r=JonathanBrouwer
Rollup of 14 pull requests
Successful merges:
- #153466 (`rust-analyzer` subtree update)
- #151280 (Fix incorrect trailing comma suggested in no_accessible_fields)
- #152593 (Box in `ValTreeKind::Branch(Box<[I::Const]>)` changed to `List`)
- #153174 (std: add wasm64 to sync::Once and thread_parking atomics cfg guards)
- #153485 (libcore float tests: replace macro shadowing by const-compatible macro)
- #153495 (Fix ICE in `offset_of!` error recovery)
- #152040 (Do not emit ConstEvaluatable goals if type-const)
- #152741 (Suppress invalid suggestions in destructuring assignment)
- #153189 (refactor: move `check_align` to `parse_alignment`)
- #153230 (Roll rustfmt reviewers for in-tree rustfmt)
- #153445 (Consider try blocks as block-like for overflowed expr)
- #153452 (Cleanup unused diagnostic emission methods)
- #153476 (bootstrap.py: fix typo "parallle")
- #153483 (Preserve parentheses around `Fn` trait bounds in pretty printer)File tree
126 files changed
+2472
-1294
lines changed- compiler
- rustc_ast_pretty/src/pprust
- rustc_attr_parsing/src
- attributes
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/patches
- rustc_codegen_ssa/src
- rustc_const_eval/src/const_eval
- rustc_errors/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_lint/src
- rustc_middle/src
- ty
- consts
- context
- print
- rustc_mir_build/src
- builder/matches
- thir/cx
- rustc_passes/src
- rustc_trait_selection/src/traits
- rustc_type_ir/src
- library
- coretests/tests
- floats
- std/src/sys/sync
- once
- thread_parking
- src
- bootstrap
- tools
- clippy/clippy_utils/src
- rust-analyzer
- .github/workflows
- crates
- hir-def/src
- hir-expand/src/builtin
- hir-ty/src
- infer
- lower
- next_solver
- tests
- hir/src
- ide-assists/src/handlers
- ide-completion/src
- completions
- tests
- ide/src
- project-model/src
- syntax/src/ast
- editors/code
- lib
- lsp-server/src
- smol_str
- xtask/src/codegen/grammar
- rustfmt
- src
- tests
- source
- target
- tests
- debuginfo
- pretty
- ui
- abi
- const-generics
- consts/const-eval
- enum-discriminant
- imports
- inference
- linkage-attr/raw-dylib/windows
- lint
- improper-ctypes
- macros
- moves
- offset-of
- privacy
- repr
- resolve
- statics
- type-alias-enum-variants
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
126 files changed
+2472
-1294
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1415 | 1415 | | |
1416 | 1416 | | |
1417 | 1417 | | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
1418 | 1421 | | |
1419 | 1422 | | |
1420 | 1423 | | |
| |||
1437 | 1440 | | |
1438 | 1441 | | |
1439 | 1442 | | |
1440 | | - | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
1441 | 1447 | | |
1442 | 1448 | | |
1443 | 1449 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
267 | 278 | | |
| 279 | + | |
268 | 280 | | |
269 | 281 | | |
270 | 282 | | |
| |||
294 | 306 | | |
295 | 307 | | |
296 | 308 | | |
297 | | - | |
| 309 | + | |
298 | 310 | | |
299 | 311 | | |
300 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
| 703 | + | |
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
710 | | - | |
| 709 | + | |
| 710 | + | |
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
| |||
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
826 | | - | |
| 826 | + | |
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
| 846 | + | |
| 847 | + | |
846 | 848 | | |
847 | 849 | | |
848 | 850 | | |
| |||
883 | 885 | | |
884 | 886 | | |
885 | 887 | | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
891 | 908 | | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
896 | 920 | | |
897 | 921 | | |
898 | 922 | | |
| |||
913 | 937 | | |
914 | 938 | | |
915 | 939 | | |
916 | | - | |
| 940 | + | |
917 | 941 | | |
918 | 942 | | |
919 | | - | |
| 943 | + | |
920 | 944 | | |
921 | 945 | | |
922 | 946 | | |
| |||
928 | 952 | | |
929 | 953 | | |
930 | 954 | | |
| 955 | + | |
931 | 956 | | |
932 | 957 | | |
933 | 958 | | |
| |||
952 | 977 | | |
953 | 978 | | |
954 | 979 | | |
| 980 | + | |
955 | 981 | | |
956 | 982 | | |
957 | | - | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
958 | 989 | | |
959 | 990 | | |
960 | 991 | | |
| |||
968 | 999 | | |
969 | 1000 | | |
970 | 1001 | | |
971 | | - | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
972 | 1007 | | |
973 | 1008 | | |
974 | 1009 | | |
| |||
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
0 commit comments