aboutsummaryrefslogtreecommitdiff
path: root/src/resinator
AgeCommit message (Expand)Author
2023-11-29Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)David Rubin
2023-11-22resinator: use ArrayList instead of BoundedArrayAndrew Kelley
2023-11-19compiler: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-18Sync resinator with upstream and fix INCLUDE env var handlingRyan Liptak
2023-10-17rework zig envAndrew Kelley
2023-10-12Add `zig rc` subcommand, a drop-in replacement for rc.exeRyan Liptak
2023-09-28resinator: Update to latest, fix for big endian archRyan Liptak
2023-09-23resinator: fix 32-bit buildsAndrew Kelley
2023-09-17Add a .rc -> .res compiler to the Zig compilerRyan Liptak