Commit 29e68fe
committed
Auto merge of #159814 - jhpratt:rollup-Q7TJSeP, r=jhpratt
Rollup of 14 pull requests
Successful merges:
- #159765 (Avoid spurious rebuilds of JSON docs in bootstrap)
- #159781 (Update bootstrap to use -Zembed-metadata=no instead of -Zno-embed-metadata)
- #158362 (trait solver: account for universes from replace_bound_vars)
- #158372 (rustfmt: Discover modules via `cfg_select!`)
- #159173 (Add allowed list check on EII implementations attributes)
- #159718 (Make `DocLinkResMap` an `FxIndexMap`)
- #159722 ( [rustdoc] Retrieve `cfg_attr` information for derived impls for `doc_cfg` feature)
- #159731 (std: Implement futex on wasip3 targets, update target spec)
- #159755 (Improve consistency of attribute error messages)
- #155795 (constify `vec![1, 2, 3]` macro)
- #157776 (ci: Enable autodiff tests on x86_64 linux)
- #158766 (Promote riscv64-unknown-linux-musl to tier 2 with host tools)
- #159271 (str: add ASCII fast path to word_to_titlecase)
- #159667 (Make some parser structured suggestions verbose and tweak their wording)515 files changed
Lines changed: 5547 additions & 4784 deletions
File tree
- compiler
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- attr
- rustc_attr_parsing/src
- attributes
- diagnostic
- rustc_codegen_cranelift/scripts
- rustc_expand/src
- rustc_hir/src
- attrs
- rustc_next_trait_solver/src
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_resolve/src
- rustc_target/src/spec/targets
- library
- alloctests/tests
- alloc/src
- std/src
- os
- sys
- pal/wasi
- sync
- condvar
- mutex
- once
- rwlock
- thread_parking
- src
- bootstrap
- src/core
- build_steps
- builder
- ci
- docker
- host-x86_64
- dist-riscv64-linux-gnu
- dist-riscv64-linux-musl
- dist-various-2
- optional-x86_64-gnu-autodiff
- github-actions
- doc
- rustc-dev-guide/src
- tests
- rustc/src
- platform-support
- librustdoc/passes
- tools
- clippy
- clippy_lints/src
- attrs
- clippy_utils/src
- rustfmt
- src
- modules
- parse/macros
- test
- tests
- source/cfg_select
- target/cfg_select
- tests
- rustdoc-html/doc-cfg
- auxiliary
- rustdoc-ui
- lints
- ui
- abi
- asm
- assumptions_on_binders
- async-await
- in-trait
- attributes
- export
- inline
- positions
- unroll
- unsafe
- cfg
- compile-flags/invalid
- comptime
- conditional-compilation
- const-generics
- consts
- min_const_fn
- coroutine
- coverage-attr
- delegation
- deprecation
- diagnostic_namespace
- do_not_recommend
- on_const
- on_move
- on_type_error
- on_unimplemented
- on_unknown
- on_unmatched_args
- eii
- enum-discriminant
- error-codes
- extern
- feature-gates
- ffi-attrs
- force-inlining
- internal-lints
- internal
- intrinsics
- lang-items
- layout
- link-native-libs
- linkage-attr
- raw-dylib/windows
- lint
- must_not_suspend
- unused
- loop-match
- macros
- malformed
- marker_trait_attr
- on-unimplemented
- panic-handler
- panic-runtime
- parser
- attribute
- issues
- issue-87217-keyword-order
- macro
- raw
- removed-syntax
- patchable-function-entry
- pin-ergonomics
- proc-macro
- recursion/recursion_limit
- repr
- rfcs
- rfc-2008-non-exhaustive
- rfc-2091-track-caller
- rfc-2565-param-attrs
- rustdoc
- sanitize-attr
- sanitizer/cfi
- scalable-vectors
- simd
- span
- splat
- stability-attribute
- statics
- suggestions
- target-feature
- test-attrs
- thread-local
- tool-attributes
- traits
- alias
- const-traits
- partial
- default-method
- unstable-feature-bound
- wasm
- where-clauses
- windows-subsystem
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3514 | 3514 | | |
3515 | 3515 | | |
3516 | 3516 | | |
3517 | | - | |
| 3517 | + | |
3518 | 3518 | | |
3519 | 3519 | | |
3520 | 3520 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| |||
1202 | 1202 | | |
1203 | 1203 | | |
1204 | 1204 | | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
1205 | 1247 | | |
1206 | 1248 | | |
1207 | 1249 | | |
| |||
1391 | 1433 | | |
1392 | 1434 | | |
1393 | 1435 | | |
| 1436 | + | |
1394 | 1437 | | |
1395 | 1438 | | |
1396 | 1439 | | |
| |||
1566 | 1609 | | |
1567 | 1610 | | |
1568 | 1611 | | |
1569 | | - | |
| 1612 | + | |
1570 | 1613 | | |
| 1614 | + | |
1571 | 1615 | | |
1572 | 1616 | | |
1573 | 1617 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
192 | 203 | | |
193 | 204 | | |
194 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| 362 | + | |
362 | 363 | | |
363 | 364 | | |
364 | 365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
0 commit comments