| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-08 | Fuel is incompatible with incremental compilation | Tomasz Miąsko | -0/+11 | |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+49 | |
| This is intended to be used for Linux kernel RETHUNK builds. With this commit (optionally backported to Rust 1.73.0), plus a patched Linux kernel to pass the flag, I get a RETHUNK build with Rust enabled that is `objtool`-warning-free and is able to boot in QEMU and load a sample Rust kernel module. Signed-off-by: Miguel Ojeda <ojeda@kernel.org> | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -2/+2 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-20 | Move `invalid-llvm-passes` test to `invalid-compile-flags` folder | Miguel Ojeda | -0/+8 | |
| Nowadays there is an `invalid-compile-flags` folder, thus move this one there. Signed-off-by: Miguel Ojeda <ojeda@kernel.org> | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+26 | |
