aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-08-21compiler: fix losing ZIR instructions in main_struct_inst fieldsmlugg
2024-08-21std: update eval branch quotas after bdbc485mlugg
2024-08-21AstGen: incorporate extra information into source hashesmlugg
2024-08-21compiler: handle eval branch quota in memoized callsmlugg
2024-08-19Fix handling of empty XDG environment variablesIan Johnson
2024-08-19Merge pull request #21115 from Snektron/build-system-asmAndrew Kelley
2024-08-19std: add native cpu detection for apple m3 (#21116)Meghan Denny
2024-08-19Added Constants Related To Ioctl (sockios.h)Mohanavel S K
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-18Zir: add instructions to fetch std.builtin typesmlugg
2024-08-17std.BoundedArray: add clear()mlugg
2024-08-17std.zig.Zir: fix declaration traversalmlugg
2024-08-17Dwarf: fix and test allowzero pointersJacob Young
2024-08-16std: disable failing debug info test for self-hostedJacob Young
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-08-15Merge pull request #21073 from alexrp/test-changesAndrew Kelley
2024-08-15Merge pull request #21020 from alexrp/target-fixesAndrew Kelley
2024-08-15Merge pull request #21056 from alexrp/start-fix-precedenceAndrew Kelley
2024-08-15std.tar: add writer (#19603)Igor Anić
2024-08-15std.time.epoch: Fix comments referring to epoch as 1970-10-01Linus Groh
2024-08-15loongarch: fix asm to set thread pointer (#21086)YANG Xudong
2024-08-15start: Avoid concatenating strings for inline asm.Alex Rønne Petersen
2024-08-15std.Target: Return the correct value for 32-bit sparc v9 in toElfMachine().Alex Rønne Petersen
2024-08-15std.Target: Return the correct value for elfiamcu in toElfMachine().Alex Rønne Petersen
2024-08-15std.Target: Pull toCoffMachine()/toElfMachine() up from Arch to Target.Alex Rønne Petersen
2024-08-15std.coff: Capitalize MachineType.{Unknown,Thumb} for consistency.Alex Rønne Petersen
2024-08-15std.coff: Remove MachineType.fromTargetCpuArch().Alex Rønne Petersen
2024-08-15std.Target: Don't match PowerPC in Arch.toCoffMachine().Alex Rønne Petersen
2024-08-15std.Target: Don't match big endian architectures in Arch.toCoffMachine().Alex Rønne Petersen
2024-08-15std.Target: Clean up Arch.toCoffMachine().Alex Rønne Petersen
2024-08-15std.Target: Fix Arch.toElfMachine() for mips.Alex Rønne Petersen
2024-08-15std.Target: Fix Arch.toElfMachine() for arc.Alex Rønne Petersen
2024-08-15std.Target: Clean up Arch.toElfMachine().Alex Rønne Petersen
2024-08-15std.Target: Change requiresLibC() to return true for aix.Alex Rønne Petersen
2024-08-15std.Target: Fix isGnuLibC() to handle hurd too.Alex Rønne Petersen
2024-08-15std.Target: Make some functions handle driverkit alongside other Apple OSs.Alex Rønne Petersen
2024-08-15start: fix passing comptime-only value to inline asmJacob Young
2024-08-15std.mem.writeVarPackedInt: handle write_size == 0 (#19745)clickingbuttons
2024-08-14std.os.linux: add mseal syscallreokodoku
2024-08-14Watch.zig: fixes for windows implementationJarrod Meyer
2024-08-14Merge pull request #21031 from linusg/std-target-namingAndrew Kelley
2024-08-14langref: clarify functionality of the round builtin (#19503)T
2024-08-14Merge pull request #21075 from ziglang/fuzzAndrew Kelley
2024-08-13std.debug: Support sparc32 in StackIterator.init().Alex Rønne Petersen
2024-08-13std.Thread: Merge riscv32/riscv64 assembly in freeAndExit().Alex Rønne Petersen
2024-08-13std.Build.Fuzz.WebServer: sort pcs before source location lookupAndrew Kelley
2024-08-13std.debug.Coverage.resolveAddressesDwarf: assert sortedAndrew Kelley
2024-08-13std.debug.Dwarf: better source location informationAndrew Kelley
2024-08-13avoid a branch in resolveAddressesDwarfAndrew Kelley
2024-08-13std.debug.Coverage.resolveAddressesDwarf: fix broken logicAndrew Kelley