aboutsummaryrefslogtreecommitdiff
path: root/rust/Makefile
AgeCommit message (Expand)AuthorFilesLines
2026-04-08Merge tag 'pin-init-v7.1' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda1-2/+2
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda1-6/+4
2026-04-07rust: kbuild: update `bindgen --rust-target` version and replace commentMiguel Ojeda1-14/+2
2026-04-07rust: kbuild: remove `feature(...)`s that are now stableMiguel Ojeda1-2/+0
2026-04-07rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`Miguel Ojeda1-4/+1
2026-04-07rust: kbuild: remove `--remap-path-prefix` workaroundsMiguel Ojeda1-6/+2
2026-04-02Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux int...Miguel Ojeda1-0/+2
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo1-4/+27
2026-03-25rust: pin-init: build: simplify use of nightly featuresGary Guo1-2/+2
2026-03-09scripts: generate_rust_analyzer.py: reduce cfg plumbingTamir Duberstein1-0/+2
2026-03-06rust: build: remap path to avoid absolute pathGary Guo1-2/+3
2026-03-06rust: kbuild: emit dep-info into $(depfile) directlyGary Guo1-4/+2
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-0/+3
2026-02-10Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...Linus Torvalds1-12/+29
2026-02-10rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0Miguel Ojeda1-0/+3
2026-01-30rust: kbuild: deduplicate pin-init flagsTamir Duberstein1-13/+26
2026-01-17rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...Benno Lossin1-6/+10
2026-01-06rust: kbuild: Add -fdiagnostics-show-context to bindgen_skip_c_flagsSiddhesh Poyarekar1-0/+1
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-15/+132
2025-11-24rust: macros: support `proc-macro2`, `quote` and `syn`Miguel Ojeda1-4/+9
2025-11-24rust: syn: enable support in kbuildMiguel Ojeda1-3/+34
2025-11-24rust: quote: enable support in kbuildMiguel Ojeda1-3/+35
2025-11-24rust: proc-macro2: enable support in kbuildMiguel Ojeda1-2/+30
2025-11-24rust: kbuild: support using libraries in `rustc_procmacro`Miguel Ojeda1-1/+1
2025-11-24rust: kbuild: support skipping flags in `rustc_test_library`Miguel Ojeda1-2/+2
2025-11-24rust: kbuild: add proc macro library supportMiguel Ojeda1-0/+10
2025-11-24rust: kbuild: simplify `--cfg` handlingMiguel Ojeda1-2/+4
2025-11-24rust: kbuild: introduce `core-flags` and `core-skip_flags`Miguel Ojeda1-5/+14
2025-11-10rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flagsXi Ruoyao1-1/+1
2025-11-04rust: kbuild: workaround `rustdoc` doctests modifier bugMiguel Ojeda1-1/+4
2025-11-04rust: kbuild: treat `build_error` and `rustdoc` as kernel objectsMiguel Ojeda1-0/+10
2025-09-08rust: add `pin-init` as a dependency to `bindings` and `uapi`Benno Lossin1-6/+8
2025-09-08rust: warn if `srctree/` links do not existMiguel Ojeda1-0/+6
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda1-8/+1
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda1-8/+1
2025-08-12rust: kbuild: clean output before running `rustdoc`Miguel Ojeda1-3/+7
2025-08-12rust: workaround `rustdoc` target modifiers bugMiguel Ojeda1-0/+6
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-0/+8
2025-07-23rust: Add warn_on macroFUJITA Tomonori1-0/+8
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda1-0/+1
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-8/+11
2025-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl1-0/+1
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda1-1/+2
2025-05-25rust: compile libcore with edition 2024 for 1.87+Gary Guo1-6/+8
2025-05-23rust: arm: fix unknown (to Clang) argument '-mno-fdpic'Rudraksha Gupta1-1/+1
2025-04-08rust: kbuild: Don't export __pfx symbolsSami Tolvanen1-1/+1
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+6
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+8
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+3
2025-03-30rust: Fix enabling Rust and building with GCC for LoongArchWANG Rui1-1/+3