aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-10-05std/zig: handle underscore in kernel versionIsaac Freund
2020-10-05std: Fix two bugs in bigint powLemonBoy
2020-10-05Revert "revert adding std.event.Loop.runDetached"Andrew Kelley
2020-10-05stage1: Implement @reduce builtin for vector typesLemonBoy
2020-10-05Merge pull request #6496 from xackus/rlimitAndrew Kelley
2020-10-05Build.zig: Skip copying files that are used internally by the compilerTimon Kruiper
2020-10-04build system: implement computeOutFilenames using std.zig.binNameAllocAndrew Kelley
2020-10-04Correctly set uid and gid to void instead of null on wasiAlexandros Naskos
2020-10-04add --image-base supportAndrew Kelley
2020-10-04simplify api and add smoke testxackus
2020-10-04implement {get, set}rlimit for linuxxackus
2020-10-04Write out LC_DYSYMTAB together with dyld_stub_binder undef symbolJakub Konka
2020-10-04Generate more MachO exe boilerplateJakub Konka
2020-10-04Merge pull request #6463 from jedisct1/ghashAndrew Kelley
2020-10-04Merge pull request #6454 from jedisct1/hkdfAndrew Kelley
2020-10-04std: Add pow(a,b) for big intsLemonBoy
2020-10-03revert adding std.event.Loop.runDetachedAndrew Kelley
2020-10-03provide the full buffer length to _NSGetExecutablePathLoris Cro
2020-10-02make symlink buffer null-terminatedLoris Cro
2020-10-02fix symlink path not being resolved in darwinLoris Cro
2020-10-02Merge pull request #6494 from IridescentRose/emit-reloc-patchAlexandros Naskos
2020-10-02Merge pull request #6491 from markfirmware/patch-2Alexandros Naskos
2020-10-01Switch TypeInfo.Fn.alignment to comptime_int from u29Tadeo Kondrak
2020-10-01stage1: Add alignment to TypeInfo.FnTadeo Kondrak
2020-10-02Merge pull request #6428 from tadeokondrak/alignment-typeinfo-struct-unionAlexandros Naskos
2020-10-01Resolved additional formatting issues.Nathan
2020-10-01Resolve name and format issues.Nathan
2020-10-02std.fmt.comptimePrint: bufPrint cannot return an errorAlexandros Naskos
2020-10-01Update std.meta.ArgsTuple for alignment in StructField/UnionFieldTadeo Kondrak
2020-10-01Update std.meta.Tuple for alignment in StructField/UnionFieldTadeo Kondrak
2020-10-01Patch in emit relocs supportNathan Bourgeois
2020-10-01Switch TypeInfo alignment fields from u29 to comptime_intTadeo Kondrak
2020-10-01Add alignment field to TypeInfo.UnionField and TypeInfo.StructFieldTadeo Kondrak
2020-10-01Make builtin.TypeInfo.Pointer.alignment u29 instead of comptime_intTadeo Kondrak
2020-10-01Merge pull request #6419 from tadeokondrak/std.fmt.comptimePrintAlexandros Naskos
2020-10-01Update build.zigmarkfirmware
2020-10-01Update build.zigmarkfirmware
2020-10-01std.event.Loop.runDetached should be pubAlexandros Naskos
2020-10-01Merge pull request #6455 from kristoff-it/event-loop-goAlexandros Naskos
2020-10-01ghash: add pclmul support on x86_64Frank Denis
2020-10-01Implement ghash aggregated reductionFrank Denis
2020-10-01ghash & poly1305: use pointer to slices for keys and outputFrank Denis
2020-10-01std/crypto: add GHASH implementationFrank Denis
2020-10-01Merge pull request #6457 from Snektron/fix-arraylistunmanagedAlexandros Naskos
2020-09-30std: skip some tests that stage1 leaks too much memory withAndrew Kelley
2020-09-30Merge pull request #6250 from ziglang/stage2-zig-ccAndrew Kelley
2020-09-30fix incorrect dylib filename pattern in the previous commitAndrew Kelley
2020-09-30std.zig.binNameAlloc: take into account version for macos dylibsAndrew Kelley
2020-09-30Add deleteDir test with exception for not-empty directory on WindowsRyan Liptak
2020-09-30fix the cli test expected string to support native path separatorsAndrew Kelley