aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2017-11-10fix test failuresAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-11implement command line argument parsing for windowsAndrew Kelley
2017-10-01support linking against MSVC libcAndrew Kelley
2017-10-01update hello world examplesAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-09-24windows gui hello worldAndrew Kelley
2017-08-27all tests passing in MacOSAndrew Kelley
2017-05-31change std.rand.Rand.rangeUnsigned to std.rand.Rand.rangeAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-04-30fix regression from previous commitAndrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-21remove `?return` and `?defer`Andrew Kelley
2017-04-21add example which exercises addObject in the zig build systemAndrew Kelley
2017-04-21zig build system supports building a libraryAndrew Kelley
2017-04-18std.rand API follows idiomatic convention for initAndrew Kelley
2017-04-04API for command line argsAndrew Kelley
2017-03-13use lld instead of system linkerAndrew Kelley
2017-03-09break off some of std.io into std.fmt, generalize printfAndrew Kelley
2017-02-26fix examplesAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-02-06improved behavior on debug safety crashAndrew Kelley
2017-01-24update cat example codeAndrew Kelley
2017-01-24printf var args proof of conceptAndrew Kelley
2017-01-23various fixesAndrew Kelley
2017-01-05pass cannot assign to constant testAndrew Kelley
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