Commit 1fc607b
committed
Auto merge of #152399 - matthiaskrgr:rollup-uDIDnAN, r=matthiaskrgr
Rollup of 12 pull requests
Successful merges:
- #152388 (`rust-analyzer` subtree update)
- #151613 (Align `ArrayWindows` trait impls with `Windows`)
- #152134 (Set crt_static_allow_dylibs to true for Emscripten target)
- #152166 (cleanup some more things in `proc_macro::bridge`)
- #152236 (compiletest: `-Zunstable-options` for json targets)
- #152287 (Fix an ICE in the vtable iteration for a trait reference in const eval when a supertrait not implemented)
- #142957 (std: introduce path normalize methods at top of `std::path`)
- #145504 (Add some conversion trait impls)
- #152131 (Port rustc_no_implicit_bounds attribute to parser.)
- #152315 (fix: rhs_span to rhs_span_new)
- #152327 (Check stalled coroutine obligations eagerly)
- #152377 (Rename the query system's `JobOwner` to `ActiveJobGuard`, and include `key_hash`)File tree
118 files changed
+1866
-939
lines changed- compiler
- rustc_attr_parsing/src
- attributes
- rustc_borrowck/src
- diagnostics
- rustc_hir_analysis/src/hir_ty_lowering
- rustc_hir/src/attrs
- rustc_interface/src
- rustc_middle/src/ty/context
- rustc_passes/src
- rustc_query_impl/src
- rustc_target/src/spec/targets
- rustc_trait_selection/src/traits
- library
- core/src
- mem
- slice
- proc_macro/src
- bridge
- std/src
- src/tools
- compiletest/src
- directives
- rust-analyzer
- bench_data
- crates
- base-db/src
- edition/src
- hir-def/src
- expr_store
- nameres
- hir-expand/src/builtin
- hir-ty/src
- tests
- hir/src
- term_search
- ide-assists/src
- handlers
- ide-completion/src/completions
- ide-db/src
- imports
- syntax_helpers
- ide/src
- hover
- inlay_hints
- syntax_highlighting
- test_data
- intern/src/symbol
- parser
- src
- grammar/expressions
- syntax_kind
- test_data/parser
- err
- inline/ok
- project-model/src
- rust-analyzer/src
- handlers
- span/src
- syntax
- src
- ast
- generated
- test-utils/src
- toolchain/src
- docs/book
- src
- contributing
- xtask/src/codegen/grammar
- tests
- crashes
- run-make/wasm-emscripten-cdylib
- ui
- async-await
- coercion
- coroutine
- suggestions
- traits/next-solver
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
118 files changed
+1866
-939
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
285 | 286 | | |
286 | 287 | | |
287 | 288 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1695 | 1695 | | |
1696 | 1696 | | |
1697 | 1697 | | |
1698 | | - | |
| 1698 | + | |
1699 | 1699 | | |
1700 | 1700 | | |
1701 | 1701 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1177 | 1177 | | |
1178 | 1178 | | |
1179 | 1179 | | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
1180 | 1183 | | |
1181 | 1184 | | |
1182 | 1185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
173 | | - | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
287 | | - | |
| 288 | + | |
| 289 | + | |
288 | 290 | | |
289 | 291 | | |
290 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1116 | 1116 | | |
1117 | 1117 | | |
1118 | 1118 | | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
1123 | 1126 | | |
1124 | | - | |
1125 | | - | |
1126 | | - | |
1127 | | - | |
1128 | | - | |
1129 | | - | |
1130 | | - | |
1131 | 1127 | | |
1132 | 1128 | | |
1133 | 1129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| |||
413 | 414 | | |
414 | 415 | | |
415 | 416 | | |
416 | | - | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
0 commit comments