aboutsummaryrefslogtreecommitdiff
path: root/std/special/builtin.zig
AgeCommit message (Expand)Author
2019-05-15improvements to zig's implementation of libc and WebAssemblyAndrew Kelley
2019-03-31Add memcmp to builtinsvegecode
2019-03-07multi-arch glibc headersAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-09-08clone() on arm64Shawn Landden
2018-06-30add std.math f16 nan supportBen Noordhuis
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-16Added ReleaseSmall modeAlexandros Naskos
2018-04-15add @sqrt built-in functionAndrew Kelley
2018-04-14add std.os.createThreadAndrew Kelley
2018-04-10add memmove to builtin.oAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2018-01-22add new kind of test: generating .h files. and moreAndrew Kelley
2018-01-12*WIP* proof of concept error return tracesAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-19bring back code that uses export and fix testsAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-09-30remove zigrtAndrew Kelley
2017-08-31add windows to test targetsAndrew Kelley
2017-08-30codegen: all stores specify align valueAndrew Kelley
2017-08-29ptrCast gives compile error for increasing alignmentAndrew Kelley
2017-08-27all behavior tests passing for macosAndrew Kelley
2017-08-19bit shifting safetyAndrew Kelley
2017-08-09more intuitive left shift and right shift operatorsAndrew Kelley
2017-06-17std: refactor pow to be genericAndrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-05-02slightly better memset/memcpy implementationAndrew Kelley
2017-05-02add safe release build modeAndrew Kelley
2017-05-01make debug safety stuff lazyAndrew Kelley
2017-03-26add stack protector safety when linking libcAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley