aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/resinator
AgeCommit message (Expand)Author
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-30update tools and other miscellaneous things to new APIsAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28resinator: Complete the update to the new Reader/WriterRyan Liptak
2025-08-28resinator: some updates to avoid GenericWriterAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08std.Io: remove BufferedWriterAndrew Kelley
2025-08-07std.Io: delete CountingWriterAndrew Kelley
2025-08-07resinator: a few more updates/fixesRyan Liptak
2025-08-07resinator: just enough fixes to make it compileAndrew Kelley
2025-08-07std.Io: delete BufferedReaderAndrew Kelley
2025-07-20Merge pull request #24488 from ziglang/moreAndrew Kelley
2025-07-19std.zig: finish updating to new I/O APIAndrew Kelley
2025-07-19resinator: fix std.json API usageAndrew Kelley
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-06-28resinator: Fix include directory detection when cross-compiling from certain ...Ryan Liptak
2025-06-28resinator: Only preprocess when the input is an .rc fileRyan Liptak
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-03-21Trick the meson build system into thinking `zig rc` is `rc.exe`Ryan Liptak
2025-02-22zig rc: Add COFF object file creation for CMake cross-compilation use caseRyan Liptak
2025-02-22zig build fmtAndrew Kelley
2025-02-10resinator: Fix some error message integrationRyan Liptak
2025-01-17resinator: Sync with upstreamRyan Liptak
2025-01-17resinator: Fix incorrect args being printed in cli diagnosticsRyan Liptak
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-09sync Aro dependencyVeikka Tuominen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-07-28Condense and extend std.Treap's traversal functionalities. (#20002)Cheng Sheng
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-05-27resinator: update to new progress APIAndrew Kelley
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-22ComptimeStringMap: return a regular struct and optimizeTravis Staloch
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-11resinator: Fix auto-detected includes only being used during preprocessingRyan Liptak
2024-03-11Fix progress when multiple zig rc child processes are building resinatorRyan Liptak
2024-03-11Report the progress of lazily building zig rcRyan Liptak
2024-03-11Integrate resinator errors with Zig using std.zig.Server and ErrorBundleRyan Liptak
2024-03-11Lazily compile the `zig rc` subcommand and use it during `zig build-exe`Ryan Liptak