[PATCH 0/3] Rust 1.73.0 upgrade

Miguel Ojeda posted 3 patches 2 years, 2 months ago
Documentation/process/changes.rst |  2 +-
rust/alloc/alloc.rs               | 22 --------------
rust/alloc/boxed.rs               | 48 ++++++++++++++++++++-----------
rust/alloc/lib.rs                 |  5 ++--
rust/alloc/raw_vec.rs             | 30 ++++++++++++-------
rust/alloc/vec/mod.rs             |  4 +--
rust/alloc/vec/spec_extend.rs     |  8 +++---
rust/compiler_builtins.rs         |  1 +
rust/kernel/print.rs              |  1 +
rust/kernel/task.rs               |  2 +-
scripts/min-tool-version.sh       |  2 +-
11 files changed, 65 insertions(+), 60 deletions(-)
[PATCH 0/3] Rust 1.73.0 upgrade
Posted by Miguel Ojeda 2 years, 2 months ago
This is the next upgrade to the Rust toolchain since the initial Rust
merge, from 1.72.1 to 1.73.0 (i.e. the latest, released today).

Please see the main patch message for a long explanation of the upgrade,
the policy for future upgrades and some indications on how to easily
review this.

The series is based on `rust-next`.

Miguel Ojeda (3):
  rust: task: remove redundant explicit link
  rust: print: use explicit link in documentation
  rust: upgrade to Rust 1.73.0

 Documentation/process/changes.rst |  2 +-
 rust/alloc/alloc.rs               | 22 --------------
 rust/alloc/boxed.rs               | 48 ++++++++++++++++++++-----------
 rust/alloc/lib.rs                 |  5 ++--
 rust/alloc/raw_vec.rs             | 30 ++++++++++++-------
 rust/alloc/vec/mod.rs             |  4 +--
 rust/alloc/vec/spec_extend.rs     |  8 +++---
 rust/compiler_builtins.rs         |  1 +
 rust/kernel/print.rs              |  1 +
 rust/kernel/task.rs               |  2 +-
 scripts/min-tool-version.sh       |  2 +-
 11 files changed, 65 insertions(+), 60 deletions(-)


base-commit: b2516f7af9d238ebc391bdbdae01ac9528f1109e
--
2.42.0
Re: [PATCH 0/3] Rust 1.73.0 upgrade
Posted by Miguel Ojeda 2 years, 2 months ago
On Thu, Oct 5, 2023 at 11:06 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> This is the next upgrade to the Rust toolchain since the initial Rust
> merge, from 1.72.1 to 1.73.0 (i.e. the latest, released today).
>
> Please see the main patch message for a long explanation of the upgrade,
> the policy for future upgrades and some indications on how to easily
> review this.
>
> The series is based on `rust-next`.

Applied to `rust-next` -- thanks everyone!

Cheers,
Miguel