aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special/c.zig
AgeCommit message (Expand)Author
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2020-12-31Year++Frank Denis
2020-12-23Add sincosf function (#7267)daurnimator
2020-11-20std: Use correct clone() stubLemonBoy
2020-11-05std: Implement more useful approxEq semanticsLemonBoy
2020-10-25Various formatting fixesKoakuma
2020-10-24Add clone(2) implementationKoakuma
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-16std: Add libssp implementation for GNU/Windows targetsLemonBoy
2020-09-10Merge pull request #5527 from shawnanastasio/ppc64leAndrew Kelley
2020-09-03update uses of deprecated type field accessVexu
2020-08-20Merge pull request #6103 from Vexu/externAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-20disallow extern variables with initializersVexu
2020-08-13add error for unused/duplicate block labelsVexu
2020-07-01Implement clone() for powerpc64{,le}Shawn Anastasio
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-03-01breaking: std.mem.len no longer takes a type argumentAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-01-15Move definition of __aeabi_read_tpLemonBoy
2020-01-09New @export() handlingLemonBoy
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-06Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-workAndrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2020-01-01fix float ops with respect to vectorsAndrew Kelley
2019-12-12allow custom OS entrypointChristine Dodrill
2019-12-02add some null-termination annotationsAndrew Kelley
2019-11-30linux-i386 supportLemonBoy
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-05fix noreturn function that may return.Shawn Landden
2019-11-05remove duplicate isNan implementationShawn Landden
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-25mv std/ lib/Andrew Kelley