aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2025-01-14mingw: Add upstream RtlSecureZeroMemory implementation.Alex Rønne Petersen
2025-01-12std.atomic: fix cache line size for RISC-VBen Grant
2025-01-11compiler: improve "... contains reference to comptime var" errorsmlugg
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2025-01-07`-fwine`: allow 32-bit .exe's be run on backward-compatible 64-bit archesDes-Nerger
2025-01-07Target: update the extra features before resolving the dynamic linkerDavid Rubin
2025-01-06std: Disable some tests affected by #22060 for thumbeb too.Alex Rønne Petersen
2025-01-06std.zig.system: Handle thumb/thumbeb for QEMU in getExternalExecutor().Alex Rønne Petersen
2025-01-06std.zig.system: Reject x32 for QEMU in getExternalExecutor().Alex Rønne Petersen
2025-01-06Remove strict verifyContext invocation from hash_map implementation. (#22370)cdeler
2025-01-05std: fix undefined value in Target.Querymlugg
2025-01-05Merge pull request #22403 from mlugg/incrementalMatthew Lugg
2025-01-04Improve `first()` documentation for split iteratorsaxel escalada
2025-01-04incremental: correctly return `error.AnalysisFail` when type structure changesmlugg
2025-01-03Zir: split up start and end of range in `for_len`mlugg
2025-01-02compiler_rt: fix incorrect __clzsi2_thumb1 lookup table usageGalaxyShard
2025-01-01fix: windows libc lib paths for x86-windows-msvcTangtang Zhou
2025-01-01Zir: fix instruction tracking when function signatures are givenmlugg
2024-12-31AstGen: better `block_comptime` elisionmlugg
2024-12-31AstGen: add missing comptimeExpr callsmlugg
2024-12-31compiler: ensure local `const`s in comptime scope are comptime-knownmlugg
2024-12-31compiler: ensure result of `block_comptime` is comptime-knownmlugg
2024-12-31linux: make ptid and ctid in clone() optionalMisaki Kasumi
2024-12-29fix slice of slice with sentinel on the lhs sliceTechatrix
2024-12-29fix slice of slice with sentinel but no end indexTechatrix
2024-12-29simplify AstGen handling of slicing syntaxTechatrix
2024-12-28AstGen: lower function addrspace expression correctlymlugg
2024-12-27std.math.tanh: fix special cases commentsaccharin
2024-12-23Zir: refactor `declaration` instruction representationmlugg
2024-12-23Merge pull request #22280 from jacobly0/stage2-ppAndrew Kelley
2024-12-23Add branch hint to unlikely branch of `rem_pio2_large`Liam Swayne
2024-12-23Merge pull request #22225 from alexrp/libc-linux-os-versionAlex Rønne Petersen
2024-12-22fix: allow std.linux.getgroups to accept nullMeili C
2024-12-21doc: mention zig can't use URLs if their content changesJonathan Marler
2024-12-19Dwarf: remove redundant debug infoJacob Young
2024-12-18compiler: disallow `callconv` etc from depending on function parametersmlugg
2024-12-18Add branchHint to `std.math.pow`Liam Swayne
2024-12-18Merge pull request #22260 from jacobly0/dwarf-cleanupAndrew Kelley
2024-12-17Zir: store declaration column number so Dwarf doesn't need to load the ASTmlugg
2024-12-18init template: expand slightly, migrate from deprecated std.Build APIsmlugg
2024-12-18std.Build: add API to create Compile steps from existing modulemlugg
2024-12-18std.Build: simplify module dependency handlingmlugg
2024-12-18std.Build.Step.TranslateC: propagate target, optimize, link_libc to added moduleEric Joldasov
2024-12-18std.Build.Step.Compile.Options: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build.Step.Compile: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build: remove deprecated APIsEric Joldasov
2024-12-17Merge pull request #22252 from jacobly0/dwarf-deduped-structsAndrew Kelley
2024-12-17Merge pull request #22251 from alexrp/remove-cudaAndrew Kelley
2024-12-17std.Target: Incorporate the Abi tag in VersionRange.default().Alex Rønne Petersen