aboutsummaryrefslogtreecommitdiff
path: root/std/special
AgeCommit message (Expand)Author
2018-12-29Merge pull request #1859 from mgxm/fbsd2Andrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-12-19freebsd: link against libcMarcio Giaxa
2018-12-12Add add compiler_rt routines for float to signed integer conversionWink Saville
2018-11-19zig fmtAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-19fix incorrect --help textAndrew Kelley
2018-11-17aarch64 improvementsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-20Specify 16-byte stack alignment in _start on FreeBSDGreg V
2018-10-20freebsd: Fix argc resolution in _startMarc Tiehuis
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-13C ABI and compiler rt improvements for ARMAndrew Kelley
2018-10-09std/special/bootstrap: inline some functions to improve stack tracesAndrew Kelley
2018-10-09support building static librariesAndrew Kelley
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley
2018-09-08fix elf auxv handlingShawn Landden
2018-09-08clone() on arm64Shawn Landden
2018-09-08initial arm64 supportShawn Landden
2018-09-02fix regressionsAndrew Kelley
2018-08-10Merge pull request #1294 from ziglang/async-fsAndrew Kelley
2018-08-06Merge branch 'master' into zen_stdlibAndrea Orru
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley
2018-07-21rename error.skip to error.SkipZigTestAndrew Kelley
2018-07-22std.special.test_runner.zig: make tests skippable;kristopher tate
2018-07-09Merge remote-tracking branch 'origin/master' into m-n-threadingAndrew Kelley
2018-07-09zig fmtAndrew Kelley
2018-07-07cleaner output from zig build when there are compile errorsAndrew Kelley
2018-07-03Clean up outstanding compiler_rt todosMarc Tiehuis
2018-07-02Merge pull request #1176 from bnoordhuis/f16-stdAndrew Kelley
2018-06-30Alignment fix and allow rudimentary f128 float printingMarc Tiehuis
2018-06-30compiler_rt: Remove wrapping add/sub operators where unneededMarc Tiehuis
2018-06-30compiler_rt: Add floattitf/floattidf/floattisfMarc Tiehuis
2018-06-30compiler_rt: Add missing exportsMarc Tiehuis
2018-06-30compiler_rt: Add floatuntitfMarc Tiehuis
2018-06-30compiler_rt: Add floatunditf and floatunsitfMarc Tiehuis
2018-06-30compiler_rt: Add floatuntisfMarc Tiehuis
2018-06-30compiler_rt: Add trunc f128 narrowing functionsMarc Tiehuis
2018-06-30add std.math f16 nan supportBen Noordhuis
2018-06-27add f16 typeBen Noordhuis
2018-06-21add casting docs, __extenddftf2, and __extendsftf2Andrew Kelley
2018-06-19`@floatToInt` now has safety-checked undefined behaviorAndrew Kelley
2018-06-18remove bool to int syntax. add @boolToIntAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-14Add windows x86_64 i128 abi workaroundMarc Tiehuis
2018-06-13Add i128 compiler-rt div/mul supportMarc Tiehuis