summaryrefslogtreecommitdiff
path: root/rust/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* scripts: port `rustdoc_test_gen.py` to RustMiguel Ojeda2022-10-131-2/+3
* scripts: port `rustdoc_test_builder.rs` to RustMiguel Ojeda2022-10-131-2/+4
* rust: fix always-recompiled `RUSTDOC TK` issueMiguel Ojeda2022-10-131-0/+3
* rust: bindgen: ignore RISC-V extensions for GCC buildsMiguel Ojeda2022-09-281-1/+6
* rust: bindgen: skip `-mindirect-branch-cs-prefix`Miguel Ojeda2022-08-041-1/+1
* rust: Makefile: add `-mfunction-return=thunk-extern` to bindgen skip flagsMiguel Ojeda2022-08-011-3/+4
* rust: docs: bundle `COPYING-logo` tooMiguel Ojeda2022-08-011-0/+1
* rust: docs: make the logo be contained with the right ratioMiguel Ojeda2022-08-011-0/+2
* rust: docs: use SVG logoMiguel Ojeda2022-08-011-4/+4
* rust: Proper bindgen sources for BTF debug buildsMartin Rodriguez Reboredo2022-07-231-1/+1
* Move bindings related code to rust/bindingsbjorn32022-07-101-11/+11
* Split bindings crate out of the main kernel cratebjorn32022-07-101-10/+23
* Pass --no-layout-tests to rustcBjörn Roy Baron2022-07-091-1/+1
* rust: bindings: use `core::ffi` instead of `kernel::c_types`Miguel Ojeda2022-06-301-1/+1
* Merge tag 'v5.19-rc1' into syncMiguel Ojeda2022-06-071-1/+1
* rust: use Linux logoMiguel Ojeda2022-05-281-3/+4
* rust: support running documentation tests in-kernelMiguel Ojeda2022-05-051-1/+22
* rust: upgrade to Rust 1.60.0Miguel Ojeda2022-04-121-2/+2
* rust: Makefile: comment styleMiguel Ojeda2022-03-161-1/+1
* rust: Makefile: remove duplicated argumentMiguel Ojeda2022-03-161-2/+1
* rust: Makefile: reformat whitespaceMiguel Ojeda2022-03-161-37/+31
* rust: move `core.o` and `rustdoc-core` targetsMiguel Ojeda2022-03-161-16/+16
* rust: Makefile: use `$(src)` and `$(obj)` in recipesMiguel Ojeda2022-03-161-37/+38
* rust: Makefile: use `$(obj)` and `$(src)` in targets and prerequisitesMiguel Ojeda2022-03-161-43/+43
* Kbuild: rust: remove `rust_cross_flags`Miguel Ojeda2022-03-131-10/+9
* rust: generate target specification files on the flyMiguel Ojeda2022-03-031-1/+10
* Makefile: run Rust `build` on `prepare`Miguel Ojeda2022-02-091-2/+1
* rust: helpers: avoid `-Wmissing-declarations` in `W=1` buildsMiguel Ojeda2022-02-081-3/+6
* docs: rust: replace PNG assets by single SVG logoMiguel Ojeda2022-02-071-1/+16
* rust: Makefile: factorize bindgen commands into oneMiguel Ojeda2022-02-061-16/+14
* rust: helpers: avoid `-Wmissing-prototypes` in `W=1` buildsMiguel Ojeda2022-02-061-2/+9
* rust: ignore a few more warning-triggering flags in GCC buildsMiguel Ojeda2022-02-061-1/+3
* rust: inhibit all `bindgen` warnings in GCC buildsMiguel Ojeda2022-02-061-8/+5
* rust: ignore `-fzero-call-used-regs=%` from GCC 11Miguel Ojeda2022-02-061-0/+1
* rust: add `-Wcast-function-type` to the bindgen skip listMiguel Ojeda2022-01-251-1/+1
* rust: refactor `--emit` to be used as needed, instead of globallyMiguel Ojeda2022-01-251-4/+5
* rust: remove workaround for ICE on `--extern macros`Miguel Ojeda2022-01-211-2/+1
* Makefile: fix `mrproper` behavior for `.rmeta` and `libmacros.so`Miguel Ojeda2022-01-161-0/+1
* rust: Makefile: force compilation of Rust infrastructure in `make modules`Miguel Ojeda2022-01-161-5/+5
* rust: Makefile: simplify to simply expanded variablesMiguel Ojeda2022-01-161-2/+2
* rust: Makefile: remove `SECONDEXPANSION`Miguel Ojeda2022-01-161-4/+2
* Makefile: move `ifdef` block inside `rust/Makefile`Miguel Ojeda2022-01-161-0/+5
* rust: do not split PowerPC flagsMiguel Ojeda2022-01-141-9/+7
* rust: disable on `GCC_PLUGIN_RANDSTRUCT`Miguel Ojeda2022-01-141-3/+3
* rust: core: back to Edition 2018 for a releaseMiguel Ojeda2022-01-131-2/+2
* rust: bindgen: `-Wimplicit-fallthrough=%` does not use quotes anymoreMiguel Ojeda2021-12-201-4/+1
* rust: docs: remove temporary CSS fixMiguel Ojeda2021-11-281-9/+0
* rust: bindgen: skip `-Wno-alloc-size-larger-than`Miguel Ojeda2021-11-261-1/+1
* rust: bindgen: add `-Wno-gnu-variable-sized-type-not-at-end`Miguel Ojeda2021-11-261-1/+3
* rust: bindgen: fix filtering of `-Wimplicit-fallthrough=%`Miguel Ojeda2021-11-261-1/+4