Commit 859951e
committed
Auto merge of #153047 - JonathanBrouwer:rollup-l4iF4ru, r=JonathanBrouwer
Rollup of 15 pull requests
Successful merges:
- #152176 (Neon fast path for str::contains)
- #152657 (std: move `exit` out of PAL)
- #152841 (Streamline `QueryVTableUnerased` into `GetQueryVTable`)
- #152845 (Skip `tidy` in PR CI jobs not dedicated to running `tidy`)
- #152897 (Add optional json logging)
- #153009 (Remove `rustc_feedable_queries` and `define_feedable` macros.)
- #151558 (Port diagnostic attributes)
- #152492 (mGCA: Enforce WF element types for array valtrees)
- #152888 (Fix async drop glue MIR bug)
- #152988 (Port `#[register_tool]` to the new attribute system)
- #153018 (`unused_must_use` lint improvements)
- #153023 (Update books)
- #153033 (Clarify how "ensure" queries check whether they can skip execution)
- #153043 (fix error on missing value for -C flags)
- #153045 (rustc-dev-guide subtree update)
Failed merges:
- #153032 (Fix attribute parser and kind names.)151 files changed
Lines changed: 4431 additions & 4157 deletions
File tree
- compiler
- rustc_attr_parsing
- src
- attributes
- diagnostic
- rustc_driver_impl/src
- rustc_error_codes/src/error_codes
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src/method
- rustc_hir/src
- attrs
- rustc_lint_defs/src
- rustc_lint/src
- early
- unused
- rustc_log
- src
- rustc_macros/src
- rustc_middle/src
- query
- rustc_mir_transform/src
- rustc_passes/src
- rustc_query_impl/src
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- rustc_trait_selection
- src
- error_reporting/traits
- traits
- library
- core/src/str
- std/src
- sys
- pal
- hermit
- motor
- sgx
- abi
- solid
- teeos
- uefi
- unix
- unsupported
- vexos
- wasi
- windows
- xous
- zkvm
- src
- ci/docker/scripts
- doc
- rustc-dev-guide
- ci/sembr/src
- src
- building
- bootstrapping
- diagnostics
- notification-groups
- queries
- tests
- ty-module
- tools/tidy/src
- tests
- incremental
- mir-opt
- ui
- attributes
- const-generics/mgca
- deprecation
- diagnostic_namespace
- on_const
- auxiliary
- on_unimplemented
- on-unimplemented
- panic-runtime
- runtime/on-broken-pipe
- symbol-mangling-version
- target_modifiers
- tool-attributes
- unpretty
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 | |
|---|---|---|---|
| |||
3548 | 3548 | | |
3549 | 3549 | | |
3550 | 3550 | | |
| 3551 | + | |
3551 | 3552 | | |
3552 | 3553 | | |
3553 | 3554 | | |
| |||
4682 | 4683 | | |
4683 | 4684 | | |
4684 | 4685 | | |
4685 | | - | |
4686 | 4686 | | |
4687 | 4687 | | |
4688 | 4688 | | |
| |||
5751 | 5751 | | |
5752 | 5752 | | |
5753 | 5753 | | |
| 5754 | + | |
| 5755 | + | |
| 5756 | + | |
| 5757 | + | |
| 5758 | + | |
| 5759 | + | |
| 5760 | + | |
| 5761 | + | |
| 5762 | + | |
| 5763 | + | |
5754 | 5764 | | |
5755 | 5765 | | |
5756 | 5766 | | |
| |||
5762 | 5772 | | |
5763 | 5773 | | |
5764 | 5774 | | |
| 5775 | + | |
| 5776 | + | |
5765 | 5777 | | |
5766 | 5778 | | |
5767 | 5779 | | |
5768 | 5780 | | |
5769 | 5781 | | |
5770 | 5782 | | |
| 5783 | + | |
5771 | 5784 | | |
5772 | 5785 | | |
5773 | 5786 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
0 commit comments