aboutsummaryrefslogtreecommitdiff
path: root/example/hello_world/hello.zig
AgeCommit message (Expand)Author
2019-07-16retire the example/ folder, rename test-build-examples to "standalone"Andrew Kelley
2018-12-23hello world example can use `const` instead of `var`Andrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-01update hello world examplesAndrew Kelley
2017-04-04API for command line argsAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-01-25compiler enforces checking for errorAndrew Kelley
2016-01-25syntax: back to -> for return type, no more =>Andrew Kelley
2016-01-24update std lib to use error type and global variablesAndrew Kelley
2016-01-23main returns %voidAndrew Kelley
2016-01-20parsing error value decls and error value literalsAndrew Kelley
2016-01-16better main symbol prototypeAndrew Kelley
2016-01-15rename "use" to "import"Andrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2015-12-15implicit casting from constant size array to stringAndrew Kelley
2015-12-15std: even more efficient inline assemblyAndrew Kelley
2015-12-14instead of *mut and *const, & and &constAndrew Kelley
2015-12-12std: print_str no longer requires length argumentAndrew Kelley
2015-12-09ability to call external variadic functionsAndrew Kelley
2015-12-06fix hello world exampleAndrew Kelley
2015-12-03add labels and gotoAndrew Kelley
2015-12-01string literals have type *const u8Josh Wolfe
2015-11-30refactor code to prepare for multiple filesAndrew Kelley