aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special
AgeCommit message (Expand)Author
2021-12-04compiler_rt: add __ffssi2, __ffsdi2 and __ffsti2 (#10268)matu3ba
2021-12-02zig build: promote qemu, wine, wasmtime, darling, and rosettaAndrew Kelley
2021-12-01compiler_rt: add __paritysi2, __paritydi2, __parityti2Jan Philipp Hafer
2021-11-30Merge pull request #10055 from leecannon/allocator_refactorAndrew Kelley
2021-11-30compiler_rt: add __ctzsi2, __ctzdi2 and __ctzti2Jan Philipp Hafer
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-29compiler_rt: add __popcountsi2, __popcountdi2 and __popcountti2Jan Philipp Hafer
2021-11-29compiler_rt: implement __isPlatformVersionAtLeast (Objective-C @available exp...Stephen Gutekanst
2021-11-24build system: add --debug-log advanced option to build runnerAndrew Kelley
2021-11-21compiler_rt: export floorf, floor, and floorlJ.C. Moyer
2021-11-18compiler_rt: disable spinlocks for atomic instrinsics for bpfKenta Iwasaki
2021-11-04compiler-rt: Fix f16 API declarations to be consistentLemonBoy
2021-10-29Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057)InKryption
2021-10-24libc: Export trunclLemonBoy
2021-10-22stage2: change `@bitCast` to always be by-valueAndrew Kelley
2021-10-22zig libc: export floorl and ceillAndrew Kelley
2021-10-21stage2: more division supportAndrew Kelley
2021-10-13stage2: remove use of `builtin.stage2_arch` workaroundAndrew Kelley
2021-10-09add test step to build.zig generated by init-exe (#9919)Lee Cannon
2021-10-05stage2: LLVM backend: miscompilation fixesAndrew Kelley
2021-10-05freestanding libc: don't rely on compiler_rt symbols we don't have yetAndrew Kelley
2021-10-05freestanding libc: export fmalAndrew Kelley
2021-10-05stage1: work around LLVM's buggy fma loweringAndrew Kelley
2021-10-05add support for f128 `@mulAdd`Andrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-10-04stage2: fix comptime `@bitCast`Andrew Kelley
2021-09-30Add error message to test runner for bad argumentsMartin Wickham
2021-09-23stage2: prepare for building freestanding libcAndrew Kelley
2021-09-21stage2: progress towards ability to compile compiler-rtAndrew Kelley
2021-09-16stage2: implement `@setAlignStack` and 128-bit cmpxchgAndrew Kelley
2021-09-16std/special: fix 'zig test --test-evented-ioStephen Gutekanst
2021-09-15fix __chkstk on aarch64Jonathan Marler
2021-09-07Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt...Jonathan Marler
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std, compiler-rt: remove test names where applicableAndrew Kelley
2021-09-01compiler_rt: add __clzdi2 and __clzti2Jan Philipp Hafer
2021-08-30Print enum values for build options in help output (#9650)Lee Cannon
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-12compiler-rt: do not depend on `usingnamespace`Andrew Kelley
2021-07-27fix old references to verbose-ir to be verbose-airAndrew Kelley
2021-07-27Add option to hide build command on compilation error to build_runner (#8513)Lee Cannon
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-07-08Add support for NO_COLORMartin Wickham
2021-06-25std/build: add --sysroot general optionIsaac Freund
2021-06-21remove unused parametersAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W