rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Rust 1.72.0 upgrade
@ 2023-08-23 16:02 Miguel Ojeda
  2023-08-23 16:02 ` [PATCH 1/2] rust: arc: add explicit `drop()` around `Box::from_raw()` Miguel Ojeda
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Miguel Ojeda @ 2023-08-23 16:02 UTC (permalink / raw)
  To: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, rust-for-linux, linux-kernel,
	patches

This is the third upgrade to the Rust toolchain since the initial Rust
merge, from 1.71.1 to 1.72.0 (i.e. the latest, to be released tomorrow).

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 (2):
  rust: arc: add explicit `drop()` around `Box::from_raw()`
  rust: upgrade to Rust 1.72.0

 Documentation/process/changes.rst |   2 +-
 rust/alloc/alloc.rs               |   9 +-
 rust/alloc/boxed.rs               |  10 +-
 rust/alloc/lib.rs                 |  10 +-
 rust/alloc/vec/drain_filter.rs    | 199 ------------------------------
 rust/alloc/vec/extract_if.rs      | 115 +++++++++++++++++
 rust/alloc/vec/mod.rs             | 106 ++++++++--------
 rust/kernel/sync/arc.rs           |   2 +-
 scripts/min-tool-version.sh       |   2 +-
 9 files changed, 188 insertions(+), 267 deletions(-)
 delete mode 100644 rust/alloc/vec/drain_filter.rs
 create mode 100644 rust/alloc/vec/extract_if.rs


base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
-- 
2.42.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-10-05 12:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 16:02 [PATCH 0/2] Rust 1.72.0 upgrade Miguel Ojeda
2023-08-23 16:02 ` [PATCH 1/2] rust: arc: add explicit `drop()` around `Box::from_raw()` Miguel Ojeda
2023-08-23 16:18   ` Björn Roy Baron
2023-08-23 17:35   ` Gary Guo
2023-08-24  2:28   ` Martin Rodriguez Reboredo
2023-08-24  6:41   ` Andreas Hindborg
2023-08-28 13:15   ` Alice Ryhl
2023-08-23 16:02 ` [PATCH 2/2] rust: upgrade to Rust 1.72.0 Miguel Ojeda
2023-08-23 16:24   ` Björn Roy Baron
2023-08-23 17:41   ` Gary Guo
2023-08-24  2:28   ` Martin Rodriguez Reboredo
2023-08-28 13:17   ` Alice Ryhl
2023-10-05 12:31 ` [PATCH 0/2] Rust 1.72.0 upgrade Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).