aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-29std.os.windows additions and fixesKamil T
2023-10-29std: delete psapi, gdi32, and winmmAndrew Kelley
2023-10-28Merge pull request #17727 from ziglang/elf-memory-deferredJakub Konka
2023-10-28delete std.os.windows.user32Andrew Kelley
2023-10-28std.mem.minMax: make it return a tupleAndrew Kelley
2023-10-28compiler_rt/emutls: remove unnecessary `@ptrCast` (#17755)XXIV
2023-10-27x86_64: fix c abi test failuresJacob Young
2023-10-27std.json: Parse -0 as a float instead of an integer (#17729)Linus Groh
2023-10-27Update slice_sentinel comment frmdstryr
2023-10-27Update comment on whilefrmdstryr
2023-10-27Merge pull request #17716 from jacobly0/x86_64Jacob Young
2023-10-27GenericReader error set fixesTravis Staloch
2023-10-27Merge pull request #17734 from joadnacer/iouring-updateAndrew Kelley
2023-10-27std.http.Client: add proxy scheme guessing, fix typoNameless
2023-10-27x86_64: fix `cond_br`Jacob Young
2023-10-27x86_64: fix `@memset`Jacob Young
2023-10-27x86_64: add missing spillJacob Young
2023-10-26x86_64: add missing spillsJacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-27std.io_uring: Improve splice implementationjoadnacer
2023-10-27std.linux: Update io_uring structs and consts for kernel 6.3.8joadnacer
2023-10-26std.target: bump some OS max versionsMichael Dusan
2023-10-26Step.Options: `@typeName` gives a fully qualified name so the test needs to r...Krzysztof Wolicki
2023-10-25Merge pull request #17699 from ziglang/elf-better-allocJakub Konka
2023-10-25Merge pull request #17706 from ziglang/elf-error-testsJakub Konka
2023-10-25Update comment on for_range in Astfrmdstryr
2023-10-25builtin: implement `default_panic` for `plan9`Jacob Young
2023-10-25Step.Compile: differentiate between fuzzy and exact matches for compile errorsJakub Konka
2023-10-25x86_64: pass more testsJacob Young
2023-10-25Update comment on Tag value assign_mod in Ast.zigfrmdstryr
2023-10-25std.Uri: prevent crash with strange authority sectionNameless
2023-10-24build: match and ignore /?/ in expected compile errorsJakub Konka
2023-10-24Sema: don't allow undef values through resolveDefinedValue in typeof blockmlugg
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-23x86_64: implement `@mod` for floating-point typesJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-23std.zig.system.NativeTargetInfo: fix glibc version parsingEric Joldasov
2023-10-22Merge pull request #17407 from truemedian/http-ngAndrew Kelley
2023-10-22std: disable failing testJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-22Merge pull request #17400 from joadnacer/ringbuffer-optimAndrew Kelley
2023-10-22std: slightly improve codegen of `std.unicode.utf8ValidateSlice`Jacob Young
2023-10-22autodoc: Display type kinds for containers (#17667)Krzysztof Wolicki
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Merge pull request #14833 from QusaiHroub/optimize_std.fs.Dir.makeOpenPath_12474Andrew Kelley
2023-10-21std.http.Client: documentaion fixesNameless