aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
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
2025-05-21link.Elf: Don't require linking libc for dynamic linker path to take effect.Alex Rønne Petersen
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-12main: List -f(no-)builtin as per-module options.Alex Rønne Petersen
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen
2025-05-04fix system library lookup when cross-compiling to windows-msvcXavier Bouchoux
2025-05-03compiler: Link libunwind when linking glibc statically.Alex Rønne Petersen
2025-04-27compiler: Error if the user targets arc with -femit-bin.Alex Rønne Petersen
2025-04-26compiler: Allow configuring UBSan mode at the module level.Alex Rønne Petersen
2025-04-26Merge pull request #23572 from alexrp/zig-cc-static-dynamicAlex Rønne Petersen
2025-04-22compiler: allow emitting tests to an object filemlugg
2025-04-21revive nvptx linkageAli Cheraghi
2025-04-14zig cc: Respect Clang's -static and -dynamic flags.Alex Rønne Petersen
2025-04-14compiler: MinGW-w64 import libs should not count towards any_dyn_libs.Alex Rønne Petersen
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-11Merge pull request #22516 from Jan200101/PR/build_id_optionAndrew Kelley
2025-04-05std.Build: update build-id flag descriptionJan200101
2025-04-04compiler: Recognize -fno-sanitize=<...> in addition to -fsanitize=<...>.Alex Rønne Petersen
2025-03-27std.Build: implement addEmbedPath for adding C #embed search directoriesGalaxyShard
2025-03-26zig build: allow to choose "lazy mode" for fetching processEric Joldasov
2025-03-19compiler: Support more GCC code models and fix the mapping to LLVM code models.Alex Rønne Petersen
2025-03-12Merge pull request #22397 from Techatrix/type-safe-astMatthew Lugg
2025-03-07x86_64: rewrite aggregate initJacob Young
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-03-07add a reference to #21690Techatrix