aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
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
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