aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2018-12-23hello world example can use `const` instead of `var`Andrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-29Implemented new more flexible readLineFrom (#1801)Jimmi Holst Christensen
2018-11-16delete rogue fileAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-18compiling on mingw is now supported (#1542)emekoi
2018-09-02fix regressionsAndrew Kelley
2018-08-25add workaround on macos for shared librariesAndrew Kelley
2018-08-21fix linuxAndrew Kelley
2018-06-17update more testsAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-04Pointer Reform: proper slicing and indexing (#1053)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-04-02std.io.readLine functionAndrew Kelley
2018-03-29fix examples and rename std.rand.Rand to std.rand.RandomAndrew Kelley
2018-02-11fix exported variable not named in the object fileAndrew Kelley
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-11-20move base64 functions into structsJosh Wolfe
2017-11-20rework std.base64 apiJosh Wolfe
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