Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Pull Rust updates from Miguel Ojeda: "The most notable change is the drop of the 'alloc' in-tree fork. This is nicely reflected in the diffstat as a ~10k lines drop. In turn, this makes the version upgrades way simpler and smaller in the future, e.g. the latest one in commit 56f64b37 ("rust: upgrade to Rust 1.78.0"). More importantly, this increases the chances that a newer compiler version just works, which in turn means supporting several compiler versions is easier now. Thus we will look into finally setting a minimum version in the near future. Toolchain and infrastructure: - Upgrade to Rust 1.78.0 This time around, due to how the kernel and Rust schedules have aligned, there are two upgrades in fact. These allow us to remove one more unstable feature ('offset_of') from the list, among other improvements - Drop 'alloc' in-tree fork of the standard library crate, which means all t...
Showing
- Documentation/process/changes.rst 1 addition, 1 deletionDocumentation/process/changes.rst
- Documentation/rust/general-information.rst 57 additions, 0 deletionsDocumentation/rust/general-information.rst
- Documentation/rust/testing.rst 24 additions, 1 deletionDocumentation/rust/testing.rst
- rust/Makefile 3 additions, 13 deletionsrust/Makefile
- rust/alloc/README.md 0 additions, 36 deletionsrust/alloc/README.md
- rust/alloc/alloc.rs 0 additions, 452 deletionsrust/alloc/alloc.rs
- rust/alloc/boxed.rs 0 additions, 2463 deletionsrust/alloc/boxed.rs
- rust/alloc/collections/mod.rs 0 additions, 160 deletionsrust/alloc/collections/mod.rs
- rust/alloc/lib.rs 0 additions, 288 deletionsrust/alloc/lib.rs
- rust/alloc/raw_vec.rs 0 additions, 611 deletionsrust/alloc/raw_vec.rs
- rust/alloc/slice.rs 0 additions, 890 deletionsrust/alloc/slice.rs
- rust/alloc/vec/drain.rs 0 additions, 255 deletionsrust/alloc/vec/drain.rs
- rust/alloc/vec/extract_if.rs 0 additions, 115 deletionsrust/alloc/vec/extract_if.rs
- rust/alloc/vec/into_iter.rs 0 additions, 454 deletionsrust/alloc/vec/into_iter.rs
- rust/alloc/vec/is_zero.rs 0 additions, 204 deletionsrust/alloc/vec/is_zero.rs
- rust/alloc/vec/mod.rs 0 additions, 3683 deletionsrust/alloc/vec/mod.rs
- rust/alloc/vec/partial_eq.rs 0 additions, 49 deletionsrust/alloc/vec/partial_eq.rs
- rust/alloc/vec/set_len_on_drop.rs 0 additions, 35 deletionsrust/alloc/vec/set_len_on_drop.rs
- rust/alloc/vec/spec_extend.rs 0 additions, 119 deletionsrust/alloc/vec/spec_extend.rs
- rust/bindings/bindings_helper.h 3 additions, 0 deletionsrust/bindings/bindings_helper.h
Please register or sign in to comment