aboutsummaryrefslogtreecommitdiff
path: root/std/io.zig
AgeCommit message (Expand)Author
2017-02-09lots of miscellaneous things all in one big commitAndrew Kelley
2017-02-07std.io supports printing integers as hex valuesAndrew Kelley
2017-02-02remove ability to mark if and switch as inlineAndrew Kelley
2017-01-31fix crash when passing void to var args functionAndrew Kelley
2017-01-24printf var args proof of conceptAndrew Kelley
2017-01-23update charToDigit to take advantage of switch syntaxAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-18hello.zig working with all structs anonymousAndrew Kelley
2016-12-18IR: basic support for implicit casting to const pointerAndrew Kelley
2016-12-18IR: update some std code to newest zigAndrew Kelley
2016-12-17IR: fix switching on enumAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-23stack trace is able to figure out compilation unitAndrew Kelley
2016-09-14darwin compat fixupsAndrew Kelley
2016-09-14MacOSX compatibilityalter
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-10std: use parameter type inference on min and max functionsAndrew Kelley
2016-09-08std: avoid calling close twice in InStreamAndrew Kelley
2016-09-05rename compileErr builtin to compileErrorAndrew Kelley
2016-08-31fix std io input to work for non seekable fdsAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16std: replace print_u64/i64 with printIntAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-07-26std: add OutStream.write_byteAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-05-15Add unsigned and signed generic print fnsTravis McDemus
2016-05-13std: make parsing an unsigned number genericAndrew Kelley
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-05-08not-yet-working implementation of generic hash mapAndrew Kelley
2016-04-18rearrange standard library a bitAndrew Kelley
2016-04-08update cat example, refactor stdAndrew Kelley
2016-03-01rename syscall.zig to linux.zigAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley