| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-11 | Lazily compile the `zig rc` subcommand and use it during `zig build-exe` | Ryan Liptak | |
| This moves .rc/.manifest compilation out of the main Zig binary, contributing towards #19063 Also: - Make resinator use Aro as its preprocessor instead of clang - Sync resinator with upstream | |||
| 2023-10-12 | Add `zig rc` subcommand, a drop-in replacement for rc.exe | Ryan Liptak | |
| Uses resinator under-the-hood (see https://github.com/ziglang/zig/pull/17069) Closes #9564 | |||
| 2023-09-24 | resinator: do not include in only_core_functionality builds | mlugg | |
| This prevents resinator from being included in zig1 and zig2. | |||
| 2023-09-17 | Add a .rc -> .res compiler to the Zig compiler | Ryan Liptak | |
