aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2017-03-22unify main entry point regardless of whether linking libcAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-03-09break off some of std.io into std.fmt, generalize printfAndrew Kelley
2017-03-02Fix unused return value in darwin.zigJackie Meggesto
2017-03-02add compile error for assigning number literal to non-comptime varAndrew Kelley
2017-02-28rename CBuf to Buffer0 and some minor std API changesAndrew Kelley
2017-02-24add compile error for ignoring return valueAndrew Kelley
2017-02-23add character format specifier to std.io.OutStream.printfAndrew Kelley
2017-02-23update std code for MacOSAndrew Kelley
2017-02-16support arithmetic for non byte aligned integer typesAndrew Kelley
2017-02-12printf: only include + sign on signed ints if width specifiedAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-02-11std.io.parseUnsigned buf parameter is constAndrew Kelley
2017-02-11fix crash on string literal with character code >= 128Andrew Kelley
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-06improved behavior on debug safety crashAndrew Kelley
2017-02-05use printf in test runner codeAndrew Kelley
2017-02-04memset and memcpy implementations need not return destAndrew Kelley
2017-02-02add try expressionAndrew 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-23mem.free no longer requires explicit type argumentAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2017-01-16implement error when assigning to field of const structAndrew Kelley
2017-01-16Merge branch 'master' into ir-mergeAndrew Kelley
2017-01-05pass cannot assign to constant testAndrew Kelley
2017-01-05fix compiler rtAndrew Kelley
2017-01-05fix hash map implementationAndrew Kelley
2017-01-05fix mem.sliceAsInt regressionAndrew Kelley
2016-12-31IR: std makes it to codegenAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-31eradicate use of zeroes in stdAndrew Kelley
2016-12-21update more std library to new zigAndrew Kelley
2016-12-18errors from inline fn calls include stack traceAndrew Kelley
2016-12-18workaround for Arch being a primitive typeAndrew Kelley
2016-12-18IR: add FnProto instructionAndrew 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 `this` expressionAndrew Kelley
2016-12-17IR: fix compile time switch eval for enumsAndrew Kelley
2016-12-17IR: fix switching on enumAndrew Kelley
2016-12-12IR: implement memcpy, memset, and slice expressionAndrew Kelley
2016-11-21IR: implement setFnVisible builtinAndrew Kelley
2016-11-18IR: more maybe type supportAndrew Kelley
2016-11-18IR: correctly codegening memset and memcpyAndrew Kelley
2016-11-03add sort to CMakeLists + std/indexSteve Perkins