summaryrefslogtreecommitdiff
path: root/rust/Makefile
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'rust-fixes-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-2/+4
8 daysrust: kbuild: disambiguate `zerocopy_derive` for `rusttest`Miguel Ojeda1-1/+2
11 dayskbuild: rust: keep Rust objects out of Clang LTO with inline helpersMiguel Ojeda1-1/+1
11 dayskbuild: rust: preserve unreachable traps with inline helpersMiguel Ojeda1-1/+2
2026-08-18Merge tag 'powerpc-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-20/+36
2026-08-03rust: kbuild: disambiguate `zerocopy` for `rusttest`Antoni Boucher1-1/+1
2026-07-31powerpc: Enable Rust for ppc64leMukesh Kumar Chaurasiya (IBM)1-0/+6
2026-07-31rust: Add PowerPC supportLink Mauve1-1/+3
2026-07-31rust: Make __udivdi3() and __umoddi3() panicLink Mauve1-0/+4
2026-07-31rust: Fix "multiple candidates for rmeta dependency core" errorMukesh Kumar Chaurasiya (IBM)1-19/+23
2026-07-11rust: zerocopy: update to v0.8.54Miguel Ojeda1-1/+1
2026-07-11rust: zerocopy: update to v0.8.52Miguel Ojeda1-3/+13
2026-06-16Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...Linus Torvalds1-0/+1
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2026-06-10s390: Enable Rust supportJan Polensky1-0/+1
2026-06-09rust: zerocopy-derive: enable support in kbuildMiguel Ojeda1-8/+33
2026-06-09rust: zerocopy: enable support in kbuildMiguel Ojeda1-6/+39
2026-06-09rust: kbuild: support `skip_clippy` for `rustc_procmacro`Miguel Ojeda1-2/+2
2026-06-09rust: kbuild: support per-target environment variablesMiguel Ojeda1-0/+8
2026-06-09rust: kbuild: define `procmacro-extension` variableMiguel Ojeda1-3/+2
2026-06-09rust: kbuild: define `procmacro-name` functionMiguel Ojeda1-2/+4
2026-06-09rust: kbuild: remove unused variableMiguel Ojeda1-1/+0
2026-06-09rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`Miguel Ojeda1-1/+1
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich1-0/+1
2026-05-27rust: types: add `ForLt` trait for higher-ranked lifetime supportGary Guo1-0/+1
2026-04-30rust: arch: um: Fix building 32-bit UML with GCCDavid Gow1-0/+2
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-04Merge 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