aboutsummaryrefslogtreecommitdiff
path: root/std/special/bootstrap.zig
AgeCommit message (Expand)Author
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