aboutsummaryrefslogtreecommitdiff
path: root/std/special/bootstrap.zig
AgeCommit message (Expand)Author
2018-10-20Specify 16-byte stack alignment in _start on FreeBSDGreg V
2018-10-20freebsd: Fix argc resolution in _startMarc Tiehuis
2018-10-09std/special/bootstrap: inline some functions to improve stack tracesAndrew Kelley
2018-09-08fix elf auxv handlingShawn Landden
2018-09-08initial arm64 supportShawn Landden
2018-08-06Merge branch 'master' into zen_stdlibAndrea Orru
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-05disable deref syntax for unknown length pointersAndrew 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-05-01behavior tests passing with new pointer deref syntaxAndrew Kelley
2018-04-22linux: support VDSO for clock_gettimeAndrew Kelley
2018-04-11Update zen libraryAndrea Orru
2018-03-20Zen specific hacksAndrea Orru
2018-03-10zen-specific: main -> _startAndrea Orru
2018-02-08error sets - most tests passingAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2018-01-08exit, createThread for zenAndrea Orru
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07Adding zen supportAndrea Orru
2017-12-19bring back code that uses export and fix testsAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-12-06add higher level arg-parsing API + misc. changesAndrew Kelley
2017-10-15implement environment variables for windowsAndrew Kelley
2017-10-11implement command line argument parsing for windowsAndrew Kelley
2017-10-03replace __chkstk function with a stub that does not crashAndrew Kelley
2017-10-03add @setAlignStack builtinAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-06-04progress toward hello world without libc in windowsAndrew Kelley
2017-06-03compileError builtin includes "referenced by" notesAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-30back to AT&T syntax for assemblyAndrew Kelley
2017-04-24better stack traces for ELF x86_64Andrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-18error when building exe with no entry pointAndrew Kelley
2017-04-04API for command line argsAndrew Kelley
2017-04-03delete alloca builtin functionAndrew Kelley
2017-04-03zig build system: add setLinkerScript and setTargetAndrew Kelley
2017-04-02expose environment variables in standard libraryAndrew Kelley
2017-03-26add stack protector safety when linking libcAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley