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