aboutsummaryrefslogtreecommitdiff
path: root/std/bootstrap.zig
AgeCommit message (Expand)Author
2016-09-28remove compiler directivesAndrew Kelley
2016-09-05rename compileErr builtin to compileErrorAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-05-14add compile_err builtinAndrew Kelley
2016-05-07std: separate str and cstrAndrew Kelley
2016-04-18rearrange standard library a bitAndrew Kelley
2016-03-01rename syscall.zig to linux.zigAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-16update bootstrap to work for macos tooAndrew Kelley
2016-02-12i386 supportAndrew Kelley
2016-02-05update for loop syntaxAndrew Kelley
2016-01-25variable initializations are now mandatoryAndrew Kelley
2016-01-25syntax: back to -> for return type, no more =>Andrew Kelley
2016-01-25implement %% prefix operatorAndrew Kelley
2016-01-25bootstrap: use %% operator instead of castAndrew Kelley
2016-01-23main returns %voidAndrew Kelley
2016-01-18use signed integer for sizes of thingsAndrew Kelley
2016-01-18add function pointer supportAndrew Kelley
2016-01-18add for loop which can iterate over arraysAndrew Kelley
2016-01-16better main symbol prototypeAndrew Kelley
2016-01-15rename "use" to "import"Andrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-06fix undefined reference to memcpy in release modeAndrew Kelley
2016-01-04partial import segregationAndrew Kelley
2015-12-23inline assembly uses -> instead of returnAndrew Kelley
2015-12-15std: even more efficient inline assemblyAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley