aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-09-23Linux/sparc64 bits: Add missing C type definitionsKoakuma
2021-09-23Merge pull request #9825 from Snektron/big-int-signed-and-orAndrew Kelley
2021-09-23big ints: only write xor overflow if requiredRobin Voetter
2021-09-23big ints: 2s complement signed and + or fixesRobin Voetter
2021-09-23big ints: 2s complement signed orRobin Voetter
2021-09-22Remove reference to stage2_osMartin Wickham
2021-09-22Make stage2 start.zig work on WindowsMartin Wickham
2021-09-22tokenizer: Fix index-out-of-bounds on unfinished unicode escapes before EOFRyan Liptak
2021-09-22FIX resize() for non u8 element types. (#9806)Coleman Broaddus
2021-09-22big ints: 2s complement signed xorRobin Voetter
2021-09-21stage2: progress towards ability to compile compiler-rtAndrew Kelley
2021-09-22io_uring: implement read_fixed/write_fixedVincent Rischmann
2021-09-22std.build: fix handling of -DcpuIsaac Freund
2021-09-20Merge pull request #9649 from Snektron/address-spaceAndrew Kelley
2021-09-20Merge branch 'address-space' of Snektron/zig into Snektron-address-spaceAndrew Kelley
2021-09-20tokenizer: Fix index-out-of-bounds on string_literal_backslash right before EOFRyan Liptak
2021-09-20stage2: implement comptime bitwise nandAndrew Kelley
2021-09-20Fix compile error in WindowsCondition.wait()Travis Martin
2021-09-20adding support for UTF-8 outputHugoFlorentino
2021-09-19Update `hash` & `crypto` benchmarks run comment (#9790)Ali Chraghi
2021-09-20I'm working on a WebAssembly interpreter in zig. WebAssembly uses LEB128 enco...Malcolm Still
2021-09-20Address Spaces: Fix comments in Ast.zigRobin Voetter
2021-09-20Address Spaces: Yeet address space on function prototypesRobin Voetter
2021-09-20Address Spaces: Pointer and function info in @TypeRobin Voetter
2021-09-20Address Spaces: fmt a bunch of stuffRobin Voetter
2021-09-20Address Spaces: zig fmt + testsRobin Voetter
2021-09-20Address Spaces: x86 segment address spaces in builtinRobin Voetter
2021-09-20Address Spaces: Sema basicsRobin Voetter
2021-09-20Address spaces: AstGenRobin Voetter
2021-09-20Address spaces: addrspace(A) parsingRobin Voetter
2021-09-19elf: add amd64 relocation typesJakub Konka
2021-09-19Improve ensureTotalCapacity call in ChildProcess.collectOutputWindowsRyan Liptak
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-09-19std.PriorityDequeue: ensureUnusedCapacity and ensureTotalCapacityRyan Liptak
2021-09-19std.PriorityQueue: ensureUnusedCapacity and ensureTotalCapacityRyan Liptak
2021-09-19std.fifo.LinearFifo: ensureUnusedCapacity and ensureTotalCapacityRyan Liptak
2021-09-18Add Linux ioctl creation utilities (#9748)Jens Goldberg
2021-09-17elf: add a couple missing special section indexes SHN_Jakub Konka
2021-09-16stage2: implement `@setAlignStack` and 128-bit cmpxchgAndrew Kelley
2021-09-16std/special: fix 'zig test --test-evented-ioStephen Gutekanst
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
2021-09-16std.unicode: cleanup allocations on error in allocating functionsRyan Liptak
2021-09-16net.Address: Fix writing 0-bytes when formatting Unix addressesKirjastonhoitaja
2021-09-15fix __chkstk on aarch64Jonathan Marler
2021-09-14Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINETravis Martin
2021-09-14add functions to decode an epoch timestamp (#9040)Jonathan Marler
2021-09-14Merge pull request #9676 from ziglang/zld-incrJakub Konka
2021-09-14zig fmt: Keep callconv(.Inline) on function pointer typesPhilipp Lühmann
2021-09-13stage2: implement Value.copy for structs and unionsAndrew Kelley
2021-09-13Merge remote-tracking branch 'origin/master' into zld-incrJakub Konka