Age | Commit message (Expand) | Author | Files | Lines |
2025-01-10 | rust: document `bindgen` 0.71.0 regression | Miguel Ojeda | 1 | -2/+4 |
2024-11-12 | rust: warn on bindgen < 0.69.5 and libclang >= 19.1 | Miguel Ojeda | 1 | -0/+15 |
2024-07-10 | rust: warn about `bindgen` versions 0.66.0 and 0.66.1 | Miguel Ojeda | 1 | -0/+13 |
2024-07-10 | rust: start supporting several `bindgen` versions | Miguel Ojeda | 1 | -8/+0 |
2024-07-10 | rust: work around `bindgen` 0.69.0 issue | Miguel Ojeda | 1 | -1/+5 |
2024-07-10 | rust: start supporting several compiler versions | Miguel Ojeda | 1 | -8/+0 |
2023-08-10 | kbuild: rust_is_available: check that output looks as expected | Miguel Ojeda | 1 | -0/+28 |
2023-08-10 | kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN` | Miguel Ojeda | 1 | -2/+26 |
2023-08-10 | kbuild: rust_is_available: normalize version matching | Miguel Ojeda | 1 | -4/+5 |
2023-08-10 | kbuild: rust_is_available: fix confusion when a version appears in the path | Miguel Ojeda | 1 | -3/+1 |
2023-08-09 | kbuild: rust_is_available: check that environment variables are set | Miguel Ojeda | 1 | -0/+29 |
2023-08-09 | kbuild: rust_is_available: add check for `bindgen` invocation | Miguel Ojeda | 1 | -1/+21 |
2023-08-09 | kbuild: rust_is_available: print docs reference | Miguel Ojeda | 1 | -0/+17 |
2023-08-09 | kbuild: rust_is_available: fix version check when CC has multiple arguments | Russell Currey | 1 | -2/+2 |
2023-08-09 | kbuild: rust_is_available: remove -v option | Masahiro Yamada | 1 | -56/+40 |
2022-09-28 | scripts: add `rust_is_available.sh` | Miguel Ojeda | 1 | -0/+160 |