aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-12-14std: remove a solved TODO commentAndrew Kelley
2022-12-14std.c.fstatat64: add noalias attributesAndrew Kelley
2022-12-14std.fs.Dir.statFile reworkAndrew Kelley
2022-12-14std.fs.Dir.statFile: use fstatatPhilippe Pittoli
2022-12-14Merge pull request #13891 from Vexu/compile-errorsAndrew Kelley
2022-12-14std: remove OOM workaroundsAndrew Kelley
2022-12-14Merge pull request #13935 from ziglang/mach-tasksJakub Konka
2022-12-14parser: fix usage of incorrect error tagVeikka Tuominen
2022-12-14Fix tautological big_int tests.IntegratedQuantum
2022-12-13expose VcpkgRoot so that build script can call exe.addVcpkgPathjackji
2022-12-13Merge pull request #13907 from Vexu/call-mergeAndrew Kelley
2022-12-14darwin: add even more wrappers for Mach syscallsJakub Konka
2022-12-14Merge pull request #12298 from r00ster91/debugerrorVeikka Tuominen
2022-12-13add `zig objcopy` subcommandAndrew Kelley
2022-12-13add std.mem.reverseIteratorJonathan Marler
2022-12-13std: add object format extension for dxcontainerMeghan
2022-12-13Allocator.zig: minor fixesGanesan Rajagopal
2022-12-13std: Fix update() method in PriorityQueue and PriorityDequeue (#13908)Frechdachs
2022-12-13Merge pull request #13910 from Luukdegram/wasm-simdAndrew Kelley
2022-12-13darwin: add ability to dealloc obtained thread list for a taskJakub Konka
2022-12-13darwin: add thread_act_t wrapper and helpersJakub Konka
2022-12-13update usages of `@call`Veikka Tuominen
2022-12-13remove `stack` option from `@call`Veikka Tuominen
2022-12-13darwin: wrap task_threads mach syscallJakub Konka
2022-12-13std.debug: use OpenSelfDebugInfoErrorr00ster91
2022-12-13cleanup: inline color constantsr00ster91
2022-12-13fix(terminal): handle some possible errors and resolve TODOsr00ster91
2022-12-12Add 0-length buffer checks to os.read & os.writeTom Maenan Read Cutting
2022-12-12std: fix bug in Pcg32 fill function (#13894)fsh
2022-12-12darwin: add more defs and wrappersJakub Konka
2022-12-12wasm: implement the 'splat' instruction part 1Luuk de Gram
2022-12-12std: Add Wasm SIMD opcodes and value typeLuuk de Gram
2022-12-12zig fmt: remove c_void -> anyopaque rewriteyujiri8
2022-12-12std.os.linux: fix timerfd testJan Philipp Hafer
2022-12-12std: added std.mem.windowRonald Chen
2022-12-12std: implement subsetOf and supersetOf for EnumMultisetRonald Chen
2022-12-12std: implement subsetOf and supersetOf for DynamicBitSetRonald Chen
2022-12-12darwin: add defs and funcs for Mach exception handlingJakub Konka
2022-12-11disable failing windows std lib testsAndrew Kelley
2022-12-11std.build.InstallRawStep: fix compilation on wasm32-wasiAndrew Kelley
2022-12-11std: fix compile error bitrotAndrew Kelley
2022-12-11std.build.OptionsStep: fix regressed testsAndrew Kelley
2022-12-11std.build: extract steps to separate filesAndrew Kelley
2022-12-11darwin: wrap mach_port_insert_right kernel callJakub Konka
2022-12-11std: add EnumMultiSetPyrolistical
2022-12-11std: Update ArrayList documentationMikael Berthe
2022-12-11darwin: wrap allocating and deallocating mach ports for a taskJakub Konka
2022-12-11Remove incorrect assertion in readMachODebugInfo panicking during panicJakub Konka
2022-12-11std: added pure fns to EnumSetRonald Chen
2022-12-11wasi: fixes os.isatty on type mismatch (#13813)Takeshi Yoneda