aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2025-10-09- Rework common translate-c and cImport logic into `Compilation.translateC`kcbanner
2025-10-09- aro: fixup `toErrorBundle` not emitting the last error if it was followed b...kcbanner
2025-10-09- Rework translate-c to integrate with the build system (by outputing error b...kcbanner
2025-09-30compiler: better crash handlermlugg
2025-09-26Update descriptions of -f[no-]error-tracing to match the actual behaviorRyan Liptak
2025-09-26Merge pull request #25351 from ziglang/chompAndrew Kelley
2025-09-25std.mem: add cutLast and cutScalarLastAndrew Kelley
2025-09-25std.mem: add cut and cutScalar and example usageAndrew Kelley
2025-09-25std.mem: rename chomp to cutAndrew Kelley
2025-09-25CLI: simpler semantics for prefixed integer argsAndrew Kelley
2025-09-25CLI: exploit std.mem.chompPrefixAndrew Kelley
2025-09-24Compilation: re-implement cImportAndrew Kelley
2025-09-24fix rebase conflictsAndrew Kelley
2025-09-24Compilation: avoid passing Clang specific options to AroVeikka Tuominen
2025-09-24add translate-c CLI argsAndrew Kelley
2025-09-24delete enough aro to make it compileAndrew Kelley
2025-09-24compiler: update aro and translate-c to latest; delete clang translate-cAndrew Kelley
2025-09-21Elf2: create a new linker from scratchJacob Young
2025-09-19Fix duplicate LC_RPATH entries on macOS TahoeFrank Denis
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