aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/resinator
AgeCommit message (Expand)Author
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29resinator: update for Io APIAndrew Kelley
2025-10-29resinator: update for new Io APIsAndrew Kelley
2025-10-09- Move aroDiagnosticsToErrorBundle to compiler/util.zigkcbanner
2025-10-09- Rework translate-c to integrate with the build system (by outputing error b...kcbanner
2025-10-02resinator: Update for std.coff changesRyan Liptak
2025-10-01resinator: Sync with upstream, fix an alignment problemRyan Liptak
2025-09-24resinator: work around error VARARGS not implemented for this compilerAndrew Kelley
2025-09-24resinator: fix compile errorsAndrew Kelley
2025-09-24resinator: Update for latest aroRyan Liptak
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