aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-12-10AstGen: implement @prefetch() builtinIsaac Freund
2021-12-10macho: move all helpers from commands.zig into std.machoJakub Konka
2021-12-10macho: move helper functions to libstdJakub Konka
2021-12-08improve musl dynamic stubs file libc.sAndrew Kelley
2021-12-07Merge pull request #10288 from SpexGuy/test-buildAndrew Kelley
2021-12-06stage2: improve handling of the generated file builtin.zigAndrew Kelley
2021-12-06std.os: handle ETXTBSY from open()Andrew Kelley
2021-12-06Fix run() for test_exe stepsMartin Wickham
2021-12-06Add test executable builds to build.zigMartin Wickham
2021-12-06Fix test label off-by-one error (#10277).Jeremy Fillingim
2021-12-05Add emit path options to emit args in build.zig (#10278)Martin Wickham
2021-12-06std/math: hide internal cos/tan functionsMarc Tiehuis
2021-12-06std/math: fix __rem_pio2 underflowMarc Tiehuis
2021-12-06std/math: Add test cases for #9901Marc Tiehuis
2021-12-06std/math: replace golang sin/cos/tan with musl sin/cos/tanMarc Tiehuis
2021-12-04Added an explicit type for the termios constants (#10266)Zapolsky Anton
2021-12-04compiler_rt: add __ffssi2, __ffsdi2 and __ffsti2 (#10268)matu3ba
2021-12-03Merge pull request #9910 from mikdusan/dragonflyAndrew Kelley
2021-12-03Merge pull request #9927 from vrischmann/fix-rlimit-resourceAndrew Kelley
2021-12-039944: make allocator the first argument (excl. self)Jakub Dupak
2021-12-03Add single section dumping and padding to InstallRawStepN00byEdge
2021-12-03std.build.InstallRawStep: allow custom dest_dirJonathan Marler
2021-12-02std.os.execve: handle EBADEXEC and EBADARCHAndrew Kelley
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley
2021-12-02CLI: always try to exec binariesAndrew Kelley
2021-12-02zig build: promote qemu, wine, wasmtime, darling, and rosettaAndrew Kelley
2021-12-02update function name in errorAli Chraghi
2021-12-02parse.zig: make chained comparison operators a parse errorMatthew Borkowski
2021-12-02allocator: Move vtable into gen structLee Cannon
2021-12-02Remove .disable_native for x86_64-macos as it's fixed nowJakub Konka
2021-12-02Make Rosetta availability declarative by the userJakub Konka
2021-12-02Make Rosetta a new variant in ExternalExecutor enumJakub Konka
2021-12-02Treat x86_64 tests as native under the Rosetta 2 on M1 MacsJakub Konka
2021-12-01Fix test for io_uring link_timeoutHiroaki Nakamura
2021-12-01std: remove double free in GPAAndrew Kelley
2021-12-01compiler_rt: add __paritysi2, __paritydi2, __parityti2Jan Philipp Hafer
2021-12-01gpa: fix leak in freeLarge and memory limit accounting in resize and resizeLargeMatthew Borkowski
2021-12-01allocgate: actually free memory in gpaLee Cannon
2021-11-30Merge pull request #10055 from leecannon/allocator_refactorAndrew Kelley
2021-11-30compiler_rt: add __ctzsi2, __ctzdi2 and __ctzti2Jan Philipp Hafer
2021-11-30CLI: introduce -fsingle-threaded/-fno-single-threadedAndrew Kelley
2021-11-30libstd: handle rmdirZ INVAL error (#10145)Jeremy Fillingim
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: split free out from resizeLee Cannon
2021-11-30allocgate: update code to use new interfaceLee Cannon
2021-11-30allocgate: apply missed changesLee Cannon
2021-11-30allocgate: utilize a *const vtable fieldLee Cannon
2021-11-30allocgate: fix failing testsLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon