aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-05-18gpa: Fix GeneralPurposeAllocator double free stack tracesHampus Fröjdholm
2024-05-18gpa: Add helper to calculate size class of empty bucketsHampus Fröjdholm
2024-05-14Merge pull request #19958 from ziglang/macho-check-objectJakub Konka
2024-05-13Step.CheckObject: support dumping raw section contents for MachOJakub Konka
2024-05-13Step.CheckObject: put MachO object parsing logic in ObjectContext wrapperJakub Konka
2024-05-12Merge pull request #19926 from squeek502/windows-sdk-cachepath-registryAndrew Kelley
2024-05-12[std] Fixed bug missing optional for lpName param on CreateEventExW. fixes #1...Ronald Chen
2024-05-11windows: use permissive file share flags everywhere (#19505)Georgijs
2024-05-11Merge pull request #19431 from Rexicon226/revive-riscvJakub Konka
2024-05-11std.Build.Step.Run: add missing call to writeManifestAndrew Kelley
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-05-11riscv: back to hello world panicsDavid Rubin
2024-05-11riscv: big rewrite to use latest livenessDavid Rubin
2024-05-11riscv: add enough components to get a test runner workingDavid Rubin
2024-05-11riscv: implement slicesDavid Rubin
2024-05-11riscv: totally rewrite how we do loads and storesDavid Rubin
2024-05-11riscv: switch `default_panic` to use the messageDavid Rubin
2024-05-11riscv: add a custom panic functionDavid Rubin
2024-05-11riscv: remove an allocation from `dwarf.zig`David Rubin
2024-05-11riscv: implement basic branchingDavid Rubin
2024-05-11riscv: implement `@abs`David Rubin
2024-05-11riscv: update `start.zig` and restore ra from the proper stack offsetDavid Rubin
2024-05-11riscv: initial cleanup and workDavid Rubin
2024-05-11astgen: fix result info for catch switch_block_err_unionDominic
2024-05-11Do not run asserts for WASI alignment when not targeting WASI190n
2024-05-10Avoid unnecessary operation in PageAllocator.Lucas Santos
2024-05-10ChildProcess: document StdIo behaviors (#17553)Abhinav Gupta
2024-05-10std.os.windows: add compileError warning against `TCHAR` & their correspondin...expikr
2024-05-10define an error set for `std.io.tty.Config.setColor`Veikka Tuominen
2024-05-09WindowsSdk: Fix every registry key being opened with KEY_WOW64_32KEYRyan Liptak
2024-05-09WindowsSdk: Fix finding the _Instances directory when it's not in the default...Ryan Liptak
2024-05-09lib/std/os/windows/kernel32: add signature for SetConsoleMode (#18715)Garfield Lee
2024-05-09fix integer overflow in IoUring buffer ring size calculationKarl Bohlmark
2024-05-09std.compress.flate: fix panic when reading into empty bufferPavel Verigo
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-08fix wrong int alignment for i65..i127 on x86 archAndrew Kelley
2024-05-08restructure unit test to be easier to debugAndrew Kelley
2024-05-08std.Target: add spirv to toCoffTargetAndrew Kelley
2024-05-08std.Target.maxIntAlignment: move to compiler implementationAndrew Kelley
2024-05-08update detectAMDProcessor to detect znver4Andrew Kelley
2024-05-08LLVM 18 uses 16 byte alignment for x86_64 i128Andrew Kelley
2024-05-08LLVM 18 std lib updates and fixesAndrew Kelley
2024-05-08update CPU features to LLVM 18Andrew Kelley
2024-05-08update for LLVM 18 new target dataAndrew Kelley
2024-05-08Merge pull request #19826 from jacobly0/outdirargAndrew Kelley
2024-05-07fs: handle `OBJECT_NAME_COLLISION` in `makeOpenPath`Jacob Young
2024-05-05Run: add output directory argumentsJacob Young
2024-05-05Build: cleanupJacob Young
2024-05-05Run: add lazy path file inputsJacob Young