Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-22 | Re-enable Rust support | Raphael Nestler | |
2024-06-23 | Update to 6.9.6 | Raphael Nestler | |
2023-12-27 | Update to 6.6.8 | Raphael Nestler | |
2023-09-05 | Update to 6.5.1 | Raphael Nestler | |
2023-05-23 | Use Rust 1.63.0 to compile the kernel | Raphael Nestler | |
This gives us some warnings, but allows to compile out-of-tree modules since it fixes a bug with how the target triple is defined for a custom target.json file. See https://github.com/rust-lang/rust/pull/98225 | |||
2022-12-26 | Define rustc version with rust-toolchain | Raphael Nestler | |
That way rustup will automatically use the correct Rust version. |