Commit 88a25c5
committed
Auto merge of #151762 - matthiaskrgr:rollup-vYU0vbd, r=matthiaskrgr
Rollup of 6 pull requests
Successful merges:
- #151751 (`rust-analyzer` subtree update)
- #150893 (offload: move (un)register lib into global_ctors)
- #151013 (Add some clarifications and fixes for fmt syntax)
- #151666 (compiler: Rename several types/traits for per-query vtables)
- #151738 (Add `extern crate core` to diagnostic tests)
- #151759 (Update `browser-ui-test` version to `0.23.3`)File tree
219 files changed
+7276
-2239
lines changed- compiler
- rustc_codegen_llvm/src
- builder
- rustc_middle/src/query
- rustc_parse_format/src
- rustc_query_impl/src
- rustc_query_system/src/query
- library/alloc/src
- src/tools/rust-analyzer
- .github/workflows
- crates
- base-db/src
- hir-def/src
- expr_store
- lower
- tests
- macro_expansion_tests/mbe
- nameres
- tests
- hir-expand/src
- builtin
- hir-ty/src
- diagnostics
- infer
- closure
- lower
- method_resolution
- mir
- next_solver
- infer
- tests
- regression
- hir/src
- semantics
- ide-assists/src
- handlers
- ide-completion/src
- completions
- context
- tests
- ide-db/src
- imports
- test_data
- ide-diagnostics/src/handlers
- ide/src
- hover
- syntax_highlighting
- test_data
- intern/src/symbol
- load-cargo/src
- mbe/src/expander
- parser
- src
- grammar
- test_data/parser/err
- proc-macro-api/src
- bidirectional_protocol
- legacy_protocol
- proc-macro-srv-cli
- src
- tests
- common
- proc-macro-srv
- proc-macro-test/imp/src
- src
- server_impl
- tests
- project-model/src
- rust-analyzer
- src
- cli
- config
- handlers
- lsp
- tests/slow-tests
- span/src
- stdx/src
- syntax/src
- ast
- syntax_factory
- syntax_editor
- test-fixture/src
- test-utils/src
- toolchain/src
- vfs-notify
- docs/book/src
- editors/code
- lib
- line-index/src
- smol_str
- tests
- codegen-llvm/gpu_offload
- ui-fulldeps/session-diagnostic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
219 files changed
+7276
-2239
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | 191 | | |
205 | 192 | | |
206 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 45 | | |
57 | 46 | | |
58 | 47 | | |
| |||
63 | 52 | | |
64 | 53 | | |
65 | 54 | | |
66 | | - | |
67 | 55 | | |
68 | 56 | | |
69 | 57 | | |
70 | 58 | | |
71 | 59 | | |
72 | 60 | | |
73 | | - | |
74 | | - | |
75 | 61 | | |
76 | 62 | | |
77 | 63 | | |
78 | 64 | | |
79 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
80 | 133 | | |
81 | 134 | | |
82 | 135 | | |
| |||
487 | 540 | | |
488 | 541 | | |
489 | 542 | | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | 543 | | |
494 | 544 | | |
495 | 545 | | |
| |||
513 | 563 | | |
514 | 564 | | |
515 | 565 | | |
516 | | - | |
517 | | - | |
518 | 566 | | |
519 | 567 | | |
520 | 568 | | |
521 | | - | |
522 | 569 | | |
523 | 570 | | |
524 | 571 | | |
| |||
536 | 583 | | |
537 | 584 | | |
538 | 585 | | |
539 | | - | |
540 | 586 | | |
541 | 587 | | |
542 | 588 | | |
| |||
574 | 620 | | |
575 | 621 | | |
576 | 622 | | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | 623 | | |
581 | 624 | | |
582 | 625 | | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | 626 | | |
587 | 627 | | |
588 | 628 | | |
| |||
679 | 719 | | |
680 | 720 | | |
681 | 721 | | |
682 | | - | |
683 | | - | |
684 | 722 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
1402 | 1404 | | |
1403 | 1405 | | |
1404 | 1406 | | |
| 1407 | + | |
1405 | 1408 | | |
1406 | 1409 | | |
1407 | 1410 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
418 | 421 | | |
419 | 422 | | |
420 | 423 | | |
421 | | - | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
422 | 428 | | |
423 | | - | |
| 429 | + | |
424 | 430 | | |
425 | 431 | | |
426 | 432 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
| |||
0 commit comments