aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-05behavior: disable failing testsJacob Young
2023-03-04add behavior test case for previous commitAndrew Kelley
2023-03-04llvm: fix incorrectly annotated DITypeJacob Young
2023-03-04std.Build.addModule: return the created moduleAndrew Kelley
2023-03-04Merge pull request #14781 from ziglang/codegen-cleanupJakub Konka
2023-03-04Ast: properly handle sentinel-terminated slices in tupler00ster91
2023-03-03std.Build.Cache: remove 'test-filetimestamp.tmp' once timestamp returnedAli Chraghi
2023-03-03codegen: rename GenerateSymbolError to CodeGenErrorJakub Konka
2023-03-03elf: fully zero out symbol when appending to freelistJakub Konka
2023-03-03sparc64: use common implementation of genTypedValueJakub Konka
2023-03-03riscv64: use common implementation of genTypedValueJakub Konka
2023-03-03aarch64: use common implementation of genTypedValueJakub Konka
2023-03-03link: give executable bit to wasm executables sometimesAndrew Kelley
2023-03-03arm: skip unimplemented behavior test for @fieldParentPtrJakub Konka
2023-03-03codegen: refactor generating Int as immediate where appropriateJakub Konka
2023-03-03arm: use common implementation of genTypedValue helperJakub Konka
2023-03-03codegen: move gen logic for typed values, consts and decl ref to common codegenJakub Konka
2023-03-03sema: Place functions on AVR in flash addrspaceEckhart Köppen
2023-03-03crypto.25519.field: de-inline _sq()Frank Denis
2023-03-03std.process.Child: remove pid and handle, add idAndrew Kelley
2023-03-03std: add fchmodatAndrew Kelley
2023-03-03add doc comments to std.fs.File.default_modeAndrew Kelley
2023-03-02crypto.KeccakF: compute rotations at comptime, add a test with f=800 (#14760)Frank Denis
2023-03-02crypto.hash.sha3: make permutation generic and public, add SHAKE (#14756)Frank Denis
2023-03-01packages: avoid creating multiple modules with same build.zigAndrew Kelley
2023-03-01Merge pull request #14744 from ziglang/std.io.pollAndrew Kelley
2023-03-01Add --build-runner `zig build` option (#14742)Auguste Rame
2023-03-01std.io.poll: remove done functionJonathan Marler
2023-03-01std.child_process: use std.io.poll for collectOutputJonathan Marler
2023-03-01std.io.zig: fmtJonathan Marler
2023-03-01Fixes #13893 - some standard library networking tests are failing on WindowsBinary Craft
2023-03-01astgen: do not discard result location in for/while loopsJohn Schmidt
2023-02-28std.io.poll initial windows implementationJonathan Marler
2023-02-28Merge pull request #14741 from jacobly0/lldbAndrew Kelley
2023-02-27redo std.io.poll with only outputsAndrew Kelley
2023-02-27add std.io.poll and implement it for POSIXAndrew Kelley
2023-02-27std.heap.GeneralPurposeAllocator: add doc comment for deinitAndrew Kelley
2023-02-27delete a subtly incorrect Haiku collectOutput implementationAndrew Kelley
2023-02-27codegen: fix test failuresJacob Young
2023-02-27tools: revert sharing of stage2 pretty printer infoJacob Young
2023-02-27tools: implement more lldb pretty printersJacob Young
2023-02-27llvm: fix untagged struct names in debug info for llvm (again)Jacob Young
2023-02-25std.Build.CompileStep.installConfigHeader: add missing step dependencyAndrew Kelley
2023-02-25fix package hashes on WindowsAndrew Kelley
2023-02-25Merge pull request #14725 from jacobly0/more-ctypeAndrew Kelley
2023-02-25CBE: replace locals list with a hash mapJacob Young
2023-02-24rename std.Build.InstallRawStep to ObjCopyStepAndrew Kelley
2023-02-24CBE: reuse locals with the same `CType` instead of `Type`Jacob Young
2023-02-24Merge pull request #14713 from jacobly0/cbe-behaviorAndrew Kelley
2023-02-24crypto/benchmark.zig: fix pointer capture of non pointer type (#14722)Frank Denis