summaryrefslogtreecommitdiff
path: root/Documentation/rust
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Documentation: rust: testing: add docs on the new KUnit `#[test]` testsMiguel Ojeda1-0/+71
2025-05-27Documentation: rust: rename `#[test]`s to "`rusttest` host tests"Miguel Ojeda1-6/+7
2025-05-23rust: add C FFI types to the preludeMiguel Ojeda1-0/+17
2025-05-23docs: rust: quick-start: update Ubuntu instructionsIgor Korotin1-3/+41
2025-05-12docs: rust: explain that `///` vs. `//` applies to private items tooMiguel Ojeda1-0/+12
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+1
2025-03-31Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2-0/+15
2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl1-0/+1
2025-03-09docs: rust: Add error handling sectionsDirk Behme2-0/+15
2025-03-06rust: docs: add missing newline to printing macro examplesAlban Kurti1-1/+1
2025-03-06rust: remove leftover mentions of the `alloc` crateMiguel Ojeda1-1/+1
2024-11-27Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-0/+163
2024-11-25docs: rust: remove spurious item in `expect` listMiguel Ojeda1-3/+1
2024-11-20Merge tag 'docs-6.13' of git://git.lwn.net/linuxLinus Torvalds1-0/+3
2024-10-25RISC-V: disallow gcc + rust buildsConor Dooley1-1/+1
2024-10-14kernel-docs: Add new section for Rust learning materialsCarlos Bilbao1-0/+3
2024-10-07Documentation: rust: discuss `#[expect(...)]` in the guidelinesMiguel Ojeda1-0/+110
2024-10-07Documentation: rust: add coding guidelines on lintsMiguel Ojeda1-0/+38
2024-10-07docs: rust: quick-start: add UbuntuMiguel Ojeda1-0/+17
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3-9/+40
2024-09-05docs: rust: include other expressions in conditional compilation sectionMiguel Ojeda1-0/+8
2024-08-27docs: rust: remove unintended blockquote in Quick StartJon Mulder1-3/+3
2024-08-25docs: rust: improve main page introducing a "Code documentation" sectionMiguel Ojeda2-4/+17
2024-08-25docs: rust: link to https://rust.docs.kernel.orgMiguel Ojeda2-3/+13
2024-08-24docs: rust: quick-start: add Debian TestingMiguel Ojeda1-2/+2
2024-08-21docs: rust: remove unintended blockquote in Coding GuidelinesVincent Woltmann1-19/+19
2024-08-19rust: kbuild: split up helpers.cAndreas Hindborg1-2/+2
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3-46/+110
2024-07-10docs: rust: quick-start: add section on Linux distributionsMiguel Ojeda1-12/+81
2024-07-10rust: start supporting several `bindgen` versionsMiguel Ojeda1-3/+4
2024-07-10rust: avoid assuming a particular `bindgen` buildMiguel Ojeda1-14/+9
2024-07-10rust: start supporting several compiler versionsMiguel Ojeda1-8/+7
2024-07-09docs: rust: no_std is usedDirk Behme1-0/+8
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda2-17/+2
2024-07-08docs: rust: introduce the new kernel.org LLVM+Rust toolchainsNathan Chancellor1-0/+7
2024-07-03arch: um: rust: Add i386 support for RustDavid Gow1-1/+1
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2024-05-14Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-1/+81
2024-05-05docs: rust: extend abstraction and binding documentationDirk Behme1-0/+57
2024-05-05docs: rust: Add instructions for the Rust kselftestLaura Nao1-1/+24
2024-04-29RISC-V: enable building 64-bit kernels with rust supportMiguel Ojeda1-0/+1
2024-03-31docs: rust: fix improper rendering in Arch Support pageBo-Wei Chen1-1/+1
2024-03-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2024-02-18docs: rust: Add description of Rust documentation test as KUnit onesDirk Behme1-8/+119
2024-02-18docs: rust: Move testing to a separate pageDirk Behme3-24/+25
2024-02-09arm64: rust: Enable Rust support for AArch64Jamie Cunliffe1-0/+1
2024-01-20Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-6/+7
2024-01-17LoongArch: Enable initial Rust supportWANG Rui1-6/+7
2023-12-22docs: rust: Clarify that 'rustup override' applies to build directoryViresh Kumar1-4/+8
2023-12-22docs: rust: Add rusttest infoDirk Behme1-0/+24