aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-11-10compiler: warn when using -fincremental with LLVM backendMatthew Lugg
2025-11-10compiler: update logFn to use colorMatthew Lugg
2025-11-07Move/coalesce RcIncludes enum to `std.zig.RcIncludes`Ryan Liptak
2025-11-07Move/coalesce CompressDebugSections enum to `std.zig.CompressDebugSections`Ryan Liptak
2025-11-05Move `std.Target.SubSystem` to `std.zig.Subsystem`Carl Åstholm
2025-10-30Merge pull request #25558 from jacobly0/elfv2-load-objJacob Young
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29Elf2: start implementing dynamic linkingJacob Young
2025-10-29std: move DNS record enum to a better namespaceAndrew Kelley
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-10-29progress towards compiler building againAndrew Kelley
2025-10-29std.zig.system: upgrade to std.Io.ReaderAndrew Kelley
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