aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-06-30Add support for WASI reactor in pure Zig-exe. (#9178)Takeshi Yoneda
2021-06-30std/os/uefi: fix packed struct bitfieldsNameless
2021-06-30boot_services: allow custom MemoryTypesSreehari Sreedev
2021-06-29std.fs.File: update doc comments regarding lockingAndrew Kelley
2021-06-29std: implement a cross platform file locking abstractionAndrew Kelley
2021-06-29implement std.fs.File.setLock for WindowsAndrew Kelley
2021-06-29std add fs.File.setLockAndrew Kelley
2021-06-27std/fmt: add fmtDurationSignedIsaac Freund
2021-06-26allow json scientific notation to coerce to integers as long as they actually...Emil Lerch
2021-06-26Export isValidId, remove pub on unexported functionsRobin Voetter
2021-06-25Merge pull request #9148 from marler8997/windowsChildOutputAndrew Kelley
2021-06-25std/build: add --sysroot general optionIsaac Freund
2021-06-25Add fat/universal dylib support to zig ldTom Maenan Read Cutting
2021-06-24zld: parse libSystem tbd stub when linkingJakub Konka
2021-06-23nice error for unsupported async sockets on WindowsJonathan Marler
2021-06-23translate-c: Remove usage of `extern enum`Evan Haas
2021-06-22add compile error if root.log is not a functionLuna
2021-06-21fix unused locals from merge conflictAndrew Kelley
2021-06-21mips: fix syscall_pipeAndrew Kelley
2021-06-21remove unused parametersAndrew Kelley
2021-06-21std.os.linux.bpf: fix incorrect usage of unexpectedErrnoAndrew Kelley
2021-06-21std.os.linux: fix splitValueBE64Andrew Kelley
2021-06-21std.TrailerFlags: remove superfluous parameterAndrew Kelley
2021-06-21std.crypto.p256: fix neg function compile errorAndrew Kelley
2021-06-21std: ArrayHashMap remove unused parameterAndrew Kelley
2021-06-21std: fix code unblocked by previous commitJacob G-W
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-21stage2 tests: remove unused varsJacob G-W
2021-06-21std.enums: make code correct zig and not stage1Jacob G-W
2021-06-21Merge pull request #8717 from mchudleigh/dwarf-on-windowsVeikka Tuominen
2021-06-20Merge pull request #9168 from LemonBoy/fix-pieAndrew Kelley
2021-06-20stage2: Remove special double ampersand parsing case (#9114)Dmitry Matveyev
2021-06-20std: Make copy_file_range checks run at compile-timeLemonBoy
2021-06-20Bring your own MAX_PATH_BYTESmason1920
2021-06-19std: Fix PIE startup sequenceLemonBoy
2021-06-18Fix crash when compiling with cygwin/msys on windowsMatt Chudleigh
2021-06-18Add support for reading DWARF debug information from COFF filesMatt Chudleigh
2021-06-18Support long section names in COFF filesMatt Chudleigh
2021-06-18Convert remaining addresses to u64 from usize in dwarf.zigMatt Chudleigh
2021-06-18finish ChildProcess collectOutputWindowsJonathan Marler
2021-06-18HashMap.getOrPutAssumeCapacityAdapted should set key to undefined (#9138)hadroncfy
2021-06-17std: Use WINAPI instead of .StdcallLemonBoy
2021-06-17std: Uniform polling logic for Windows and UnixLemonBoy
2021-06-17std: Avoid deadlocking in ChildProcess.execLemonBoy
2021-06-17Fix `lakemont` CpuModel (#9099)d18g
2021-06-16netbsd: add more std.os.bitsMichael Dusan
2021-06-15zig build: add --libc general optionIsaac Freund
2021-06-15Merge pull request #9091 from Vexu/translate-cVeikka Tuominen
2021-06-15std: don't reference non-existant ComptimeStringHashMap typeBjörn Linse