aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-14compiler: raise the bar for backend contributionsAndrew Kelley
2025-07-14libcxx: fix building for wasm32-wasi by disabling exceptionsAlex Rønne Petersen
2025-07-13LLVM backend: fixesAndrew Kelley
2025-07-13Do not store StackTrace typeAli Cheraghi
2025-07-13LLVM: Move pt field from Object to NavGenantlilja
2025-07-13Fix memory leak in `CObject.Diag.Bundle.destroy()`Joost Doornbos
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-11link.Elf: check files in archives for ELF magicIsaac Freund
2025-07-09std: fmt.format to io.Writer.printAndrew Kelley
2025-07-09CBE: avoid depending on std.io.Writer.countAndrew Kelley
2025-07-09eliminate all uses of std.io.Writer.count except for CBEAndrew Kelley
2025-07-08C backend: fix bitcasting regressionAndrew Kelley
2025-07-07cbe: fix code header being omitted from the outputJacob Young
2025-07-07wasm backend: memcpy and memmove are the sameAndrew Kelley
2025-07-07Sema: fix unintentional extra `@compileLog` newlineAndrew Kelley
2025-07-07update compiler unit tests to new APIAndrew Kelley
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07fix 32-bit compilationAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07compiler: fix remaining build failuresAndrew 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-07C backend: fix compilation errorsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07cbe: reapply writer changesAndrew Kelley
2025-07-07C backend: prepare for mergeAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07std.zig.llvm.Builder: update format APIAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07compiler: update all instances of std.fmt.FormatterAndrew Kelley
2025-07-07MachO: revert unfinished changesAndrew Kelley
2025-07-07MachO: update to new std.io APIsAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew 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-07-08Merge pull request #24362 (remove async, await, usingnamespace)Andrew Kelley
2025-07-08llvm: Revert #17963 (workaround for #16392)Alex Rønne Petersen
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-07-07llvm: Use emulated TLS when appropriate for the targetAlex Rønne Petersen
2025-07-07Merge pull request #24352 from alexrp/wasi-emulated-libsAlex Rønne Petersen
2025-07-06wasi: Fix libwasi-emulated-process-clocks buildAlex Rønne Petersen
2025-07-06wasi: Build emulated libraries into libc.aAlex Rønne Petersen
2025-07-06compiler: Disable self-hosted x86_64 backend on NetBSDAlex Rønne Petersen