aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2025-08-31Fix `-M` and `--dep` splitting on every = instead of just the firstRyan Liptak
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28std.Io: delete GenericWriterAndrew Kelley
2025-08-27delete some vestigal dead codeAndrew Kelley
2025-08-24Add `test-obj` to the help messageArnau Camprubí
2025-08-20std.c.darwin: cleanup, expose everything in std.cJustus Klausecker
2025-08-15zig translate-c: don't forget to flushAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08compiler: improve error reportingmlugg
2025-08-06Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."Alex Rønne Petersen
2025-08-04Merge pull request #24689 from mlugg/build-no-watch-regressionMatthew Lugg
2025-08-04init: small fix to zig init templateLoris Cro
2025-08-04cli: add `--debug-libc` to `zig build`mlugg
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-07-30update `zig env` to respect `ZIG_LIB_DIR` and support wasiTechatrix
2025-07-28Update `zig init` help with new `-m` argSilver
2025-07-25init: replace '--strip' with '--minimal'mlugg
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-20use stdout_buffer instead of stdio_buffer in main.zigantlilja
2025-07-20Merge pull request #24488 from ziglang/moreAndrew Kelley
2025-07-19frontend: align those stdio buffersAndrew Kelley
2025-07-19std.zig: finish updating to new I/O APIAndrew Kelley
2025-07-19std.zon: better namespace for SerializerAndrew Kelley
2025-07-16update compilerAndrew Kelley
2025-07-15zig std: link ws2_32.dll on windowsAlex Rønne Petersen
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt.format: use {t} for tag name rather than {s}Andrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-07llvm: Use emulated TLS when appropriate for the targetAlex Rønne Petersen
2025-07-06wasi: Build emulated libraries into libc.aAlex Rønne Petersen
2025-07-06Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.Alex Rønne Petersen
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-13zig init: simplify templating logic (#24170)Loris Cro
2025-06-12cli: correctly error for missing output directoriesmlugg
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12link: divorce LLD from the self-hosted linkersmlugg
2025-06-06x86_64: fix switch dispatch bugJacob Young
2025-06-04compiler: Always dynamically link executables for Fuchsia.Alex Rønne Petersen
2025-06-02zig init: appease zig fmt checkLoris Cro
2025-06-02zig init: add new --strip flag and improve template filesLoris Cro
2025-05-25compiler: introduce incremental debug servermlugg