| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-18 | rust: add rust_dynamic_std option | Paolo Bonzini | |
| As an initial implementation, simply adding "-C prefer-dynamic" works for binary crates (as well as dylib and proc-macro that already used it). In the future this could be extended to other crate types. For more information see the comment in the changed file, as well as https://github.com/mesonbuild/meson/issues/8828 and https://github.com/mesonbuild/meson/issues/14215. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
| 2022-02-10 | ninjabackend: fix rust program names with dashes | Alyssa Ross | |
| This substitution matches the behaviour of rustc[1] when inferring crate name based on file name. [1]: https://github.com/rust-lang/rust/tree/4e8fb743ccbec27344b2dd42de7057f41d4ebfdd/compiler/rustc_session/src/output.rs#L88 | |||
| 2020-02-25 | test: merge installed_files.txt into test.json | Daniel Mensinger | |
