aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-03-07add missing errors to std.os.windows.CreateDirectoryErrorAndrew Kelley
2020-03-07add std.event.Loop pread and faccessatAndrew Kelley
2020-03-07std: Fix version detection on x86LemonBoy
2020-03-07fix std.fs.makeDirAbsoluteAndrew Kelley
2020-03-06fix detectNativeCpuAndFeatures including foreign asmAndrew Kelley
2020-03-06simplify the inline assemblyAndrew Kelley
2020-03-06cleanup CPU model & feature detectionAndrew Kelley
2020-03-06Cleaned up CPU detection and fixed incorrect detection bits.alichay
2020-03-06Added self-hosted x86 CPU detection.alichay
2020-03-06fixups & make some API decisionsAndrew Kelley
2020-03-06std: use std.ArrayList instead of std.Buffer in std/fmt.zig testsdaurnimator
2020-03-06Remove unused std.Buffer importsdaurnimator
2020-03-06std: use ArrayList instead of Buffer from std/process.zigdaurnimator
2020-03-06Fix bug where stdout was checked instead of stderrdaurnimator
2020-03-06Use in_stream.readAllAlloc where sensibledaurnimator
2020-03-06std: use ArrayList rather than Buffer for in_stream helper functionsdaurnimator
2020-03-06std: add ArrayList.eql for parity with std.Bufferdaurnimator
2020-03-06std: add .startsWith and .endsWith to std.ArrayListdaurnimator
2020-03-06stage1: make get_optional_type more robustAndrew Kelley
2020-03-06Merge pull request #4651 from LemonBoy/fix-4645Andrew Kelley
2020-03-06?HMODULE instead of HMODULEAndrew Kelley
2020-03-06std: Work around unexported NtCurrentTebLemonBoy
2020-03-06std: Nicer way to access the PEBLemonBoy
2020-03-05std: fix sendfile on macOS and FreeBSDMichael Dusan
2020-03-05Fix crash when freeing empty string as null-terminated sentinelMichaƫl Larouche
2020-03-05std: format enum-literalsMichael Dusan
2020-03-05reapply mingw-w64 header patchesAndrew Kelley
2020-03-05update mingw-w64 source files to v7.0.0Andrew Kelley
2020-03-05update mingw-w64 headers to v7.0.0Andrew Kelley
2020-03-05std: use testing.expectEqual in math.absCast testsdaurnimator
2020-03-05std: fix math.absCast on i1daurnimator
2020-03-05std: fix formatting of i1 integersdaurnimator
2020-03-05std: use testing.expectEqualSlices from testsdaurnimator
2020-03-04std: Use @TypeOf(x,y) as return value for maxLemonBoy
2020-03-04zig is now aware of DragonflyBSD versionsAndrew Kelley
2020-03-04update glibc source files to 2.31Andrew Kelley
2020-03-04Generated documentation mobile supportpfg
2020-03-04Merge pull request #4623 from ziglang/update-glibcAndrew Kelley
2020-03-04update self-hosted `zig targets` to print correct glibc availabilityAndrew Kelley
2020-03-04update glibc abilists for 2.31Andrew Kelley
2020-03-04zig build: update InstallRawStep to new std.fs APIAndrew Kelley
2020-03-03update glibc headers to 2.31Andrew Kelley
2020-03-03std.zig.CrossTarget: fix compile errorsAndrew Kelley
2020-03-03Darwin can return EBADF for sendfile on non-filesAndrew Kelley
2020-03-03breaking changes to std.fs, std.osAndrew Kelley
2020-03-03Update callers of fs.makePathdaurnimator
2020-03-03std: move makePath to be a Dir methoddaurnimator
2020-03-03std: move null byte check into toPosixPathdaurnimator
2020-03-03std: fix fs.makePathdaurnimator
2020-03-03std: add os.fstatatdaurnimator