aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2016-09-05rename errName builtin to errorNameAndrew Kelley
2016-09-01restore shared library functionalityAndrew Kelley
2016-08-31fix std io input to work for non seekable fdsAndrew Kelley
2016-08-30fix c hello world exampleAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-07-26std: improve rand implementation and APIAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-05-13std: make parsing an unsigned number genericAndrew Kelley
2016-04-24cat example: fix not flushing stderrAndrew Kelley
2016-04-18rearrange standard library a bitAndrew Kelley
2016-04-14update READMEAndrew Kelley
2016-04-09fix cat example by flushing stdout at endAndrew Kelley
2016-04-08update cat example, refactor stdAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-09if statements can be const expr evaluatedAndrew Kelley
2016-02-07add link to tetris exampleAndrew Kelley
2016-02-06std: remove auto flushing of stderr. use printfAndrew Kelley
2016-02-06simple unconditional defer supportAndrew Kelley
2016-02-04move os_get_random_bytes to os.zigAndrew Kelley
2016-01-27c_import of stdio.h works for some functionsAndrew Kelley
2016-01-27remove bogus example codeAndrew Kelley
2016-01-26different extern syntax and simplify parsing top level declsAndrew Kelley
2016-01-25variable initializations are now mandatoryAndrew Kelley
2016-01-25add the C integer typesAndrew Kelley
2016-01-25compiler enforces checking for errorAndrew Kelley
2016-01-25syntax: back to -> for return type, no more =>Andrew Kelley
2016-01-25implement %% prefix operatorAndrew Kelley
2016-01-25implement %% operatorAndrew Kelley
2016-01-24update std lib to use error type and global variablesAndrew Kelley
2016-01-24fix parameter access of sret functionsAndrew Kelley
2016-01-24introduce the error keyword and typeAndrew Kelley
2016-01-23various small cleanupsAndrew Kelley
2016-01-23fix hang when returning from while loopAndrew Kelley
2016-01-23main returns %voidAndrew Kelley
2016-01-20parsing error value decls and error value literalsAndrew Kelley
2016-01-20basic support for switch expressionAndrew Kelley
2016-01-18use signed integer for sizes of thingsAndrew Kelley
2016-01-18revise plan for cat exampleAndrew Kelley
2016-01-16fix cat exampleAndrew Kelley
2016-01-16proposed cat example implementationAndrew Kelley
2016-01-16better main symbol prototypeAndrew Kelley
2016-01-15rename "use" to "import"Andrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-10cleanup guess number exampleAndrew Kelley
2016-01-09implement pub constAndrew Kelley
2016-01-08fix guess number example. now it worksAndrew Kelley
2016-01-08codegen: fix else if expression and maybe unwrap exprAndrew Kelley
2016-01-07add ?? maybe unwrapping binary operatorAndrew Kelley