Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rust to v1.84.0 #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

This PR contains the following updates:

Package Update Change
rust minor 1.69.0 -> 1.84.0

Release Notes

rust-lang/rust (rust)

v1.84.0

Compare Source

==========================

Language

Compiler

Libraries

Stabilized APIs

These APIs are now stable in const contexts

Cargo

Rustdoc

Compatibility Notes

v1.83.0

Compare Source

==========================

Language

Compiler

Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

These APIs are now stable in const contexts:

Cargo

Rustdoc

Compatibility Notes

v1.82.0

Compare Source

==========================

Language

Compiler

Libraries

Stabilized APIs

These APIs are now stable in const contexts:

Cargo

Compatibility Notes

  • We now disallow setting some built-in cfgs via the command-line with the newly added explicit_builtin_cfgs_in_flags lint in order to prevent incoherent state, eg. windows cfg active but target is Linux based. The appropriate rustc flag should be used instead.
  • The standard library has a new implementation of binary_search which is significantly improves performance (#​128254). However when a sorted slice has multiple values which compare equal, the new implementation may select a different value among the equal ones than the old implementation.
  • illumos/Solaris now sets MSG_NOSIGNAL when writing to sockets. This avoids killing the process with SIGPIPE when writing to a closed socket, which matches the existing behavior on other UNIX targets.
  • Removes a problematic hack that always passed the --whole-archive linker flag for tests, which may cause linker errors for code accidentally relying on it.
  • The WebAssembly target features multivalue and reference-types are now
    both enabled by default. These two features both have subtle changes implied
    for generated WebAssembly binaries. For the multivalue feature, WebAssembly
    target support has changed when upgrading to LLVM 19. Support for generating
    functions with multiple returns no longer works and
    -Ctarget-feature=+multivalue has a different meaning than it did in LLVM 18
    and prior. There is no longer any supported means to generate a module that has
    a function with multiple returns in WebAssembly from Rust source code. For the
    reference-types feature the encoding of immediates in the call_indirect, a
    commonly used instruction by the WebAssembly backend, has changed. Validators
    and parsers which don't understand the reference-types proposal will no
    longer accept modules produced by LLVM due to this change in encoding of
    immediates. Additionally these features being enabled are encoded in the
    target_features custom section and may affect downstream tooling such as
    wasm-opt consuming the module. Generating a WebAssembly module that disables
    default features requires -Zbuild-std support from Cargo and more information
    can be found at
    rust-lang/rust#128511.
  • Rust now raises unsafety errors for union patterns in parameter-position

Internal Changes

These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.

v1.81.0

Compare Source

==========================

Language

Compiler

Libraries

Stabilized APIs

These APIs are now stable in const contexts:

Cargo

Compatibility Notes

  • Usage of the wasm32-wasi target will now issue a compiler warning and request users switch to the wasm32-wasip1 target instead. Both targets are the same, wasm32-wasi is only being renamed, and this change to the WASI target is being done to enable removing wasm32-wasi in January 2025.

  • We have renamed std::panic::PanicInfo to std::panic::PanicHookInfo. The old name will continue to work as an alias, but will result in a deprecation warning starting in Rust 1.82.0.

    core::panic::PanicInfo will remain unchanged, however, as this is now a different type.

    The reason is that these types have different roles: std::panic::PanicHookInfo is the argument to the panic hook in std context (where panics can have an arbitrary payload), while core::panic::PanicInfo is the argument to the #[panic_handler] in no_std context (where panics always carry a formatted message). Separating these types allows us to add more useful methods to these types, such as std::panic::PanicHookInfo::payload_as_str() and core::panic::PanicInfo::message().

  • The new sort implementations may panic if a type's implementation of Ord (or the given comparison function) does not implement a total order as the trait requires. Ord's supertraits (PartialOrd, Eq, and PartialEq) must also be consistent. The previous implementations would not "notice" any problem, but the new implementations have a good chance of detecting inconsistencies, throwing a panic rather than returning knowingly unsorted data.

  • In very rare cases, a change in the internal evaluation order of the trait
    solver may result in new fatal overflow errors.

Internal Changes

These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.

v1.80.1

[Compare Source](https://redirect.github.com/rust-lang/


Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rust-1.x branch 2 times, most recently from a73b4ae to e65ed65 Compare June 15, 2023 18:03
@renovate renovate bot changed the title chore(deps): update rust to v1.70.0 chore(deps): update rust to v1.71.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from e65ed65 to 2dd75dd Compare July 13, 2023 16:52
@renovate renovate bot changed the title chore(deps): update rust to v1.71.0 chore(deps): update rust to v1.72.0 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 2dd75dd to 8a06cdf Compare August 24, 2023 14:49
@renovate renovate bot changed the title chore(deps): update rust to v1.72.0 chore(deps): update dependency rust to v1.72.0 Aug 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.72.0 chore(deps): update rust to v1.72.0 Aug 28, 2023
@renovate renovate bot changed the title chore(deps): update rust to v1.72.0 chore(deps): update rust to v1.72.1 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 8a06cdf to a95f33d Compare September 20, 2023 12:43
@renovate renovate bot changed the title chore(deps): update rust to v1.72.1 chore(deps): update rust to v1.73.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from a95f33d to b9dac93 Compare October 6, 2023 03:24
@renovate renovate bot force-pushed the renovate/rust-1.x branch from b9dac93 to 1066bd7 Compare November 16, 2023 04:25
@renovate renovate bot changed the title chore(deps): update rust to v1.73.0 chore(deps): update rust to v1.74.0 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 1066bd7 to d308678 Compare November 17, 2023 06:26
@renovate renovate bot force-pushed the renovate/rust-1.x branch from d308678 to f22a667 Compare December 19, 2023 07:06
@renovate renovate bot changed the title chore(deps): update rust to v1.74.0 chore(deps): update rust to v1.74.1 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from f22a667 to 2ed2051 Compare December 29, 2023 04:02
@renovate renovate bot changed the title chore(deps): update rust to v1.74.1 chore(deps): update rust to v1.75.0 Dec 29, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 2ed2051 to c1a56c9 Compare February 9, 2024 06:48
@renovate renovate bot changed the title chore(deps): update rust to v1.75.0 chore(deps): update rust to v1.76.0 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from c1a56c9 to b992a55 Compare March 22, 2024 04:19
@renovate renovate bot changed the title chore(deps): update rust to v1.76.0 chore(deps): update rust to v1.77.0 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from b992a55 to 9611120 Compare March 30, 2024 04:33
@renovate renovate bot changed the title chore(deps): update rust to v1.77.0 chore(deps): update rust to v1.77.1 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 9611120 to ae9f200 Compare April 10, 2024 03:55
@renovate renovate bot changed the title chore(deps): update rust to v1.77.1 chore(deps): update rust to v1.77.2 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from ae9f200 to dc8502d Compare April 12, 2024 03:29
@renovate renovate bot changed the title chore(deps): update rust to v1.77.2 Update Rust to v1.77.2 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from dc8502d to 18d2817 Compare May 3, 2024 03:52
@renovate renovate bot changed the title Update Rust to v1.77.2 Update Rust to v1.78.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 18d2817 to f95cf95 Compare June 14, 2024 04:45
@renovate renovate bot changed the title Update Rust to v1.78.0 Update Rust to v1.79.0 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from f95cf95 to 05db954 Compare July 26, 2024 03:41
@renovate renovate bot changed the title Update Rust to v1.79.0 Update Rust to v1.80.0 Jul 26, 2024
@renovate renovate bot changed the title Update Rust to v1.80.0 Update dependency rust to v1.80.0 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 05db954 to c12ace1 Compare September 5, 2024 05:11
@renovate renovate bot changed the title Update dependency rust to v1.80.0 Update dependency rust to v1.80.1 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from c12ace1 to 426b539 Compare September 6, 2024 03:46
@renovate renovate bot changed the title Update dependency rust to v1.80.1 Update dependency rust to v1.81.0 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 426b539 to 3940e05 Compare October 18, 2024 03:52
@renovate renovate bot changed the title Update dependency rust to v1.81.0 Update dependency rust to v1.82.0 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 3940e05 to ad963f4 Compare November 29, 2024 05:00
@renovate renovate bot changed the title Update dependency rust to v1.82.0 Update dependency rust to v1.83.0 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from ad963f4 to 39a7028 Compare January 10, 2025 06:38
@renovate renovate bot changed the title Update dependency rust to v1.83.0 Update dependency rust to v1.84.0 Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants