aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
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-09-28remove compiler directivesAndrew Kelley
2016-09-26add this keyword refers to thing in immediate scopeAndrew Kelley
2016-09-26std/rand: remove unneeded TODOAndrew Kelley
2016-09-26cstr.len and cstr.cmp can run at compile timeAndrew Kelley
2016-09-26emit error for extern functionAndrew Kelley
2016-09-23stack trace is able to figure out compilation unitAndrew Kelley
2016-09-21fix incorrect linking from previous commitAndrew Kelley
2016-09-20fix error when switch prong has implicit castAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-09-14darwin compat fixupsAndrew Kelley
2016-09-14MacOSX compatibilityalter
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-13std: fix compile error for unsupported osAndrew 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-08ability to infer parameter typesAndrew Kelley
2016-09-05rename errName builtin to errorNameAndrew Kelley
2016-09-05rename compileErr builtin to compileErrorAndrew Kelley
2016-08-31fix std io input to work for non seekable fdsAndrew Kelley
2016-08-29implement null as a literal typeAndrew Kelley
2016-08-29std: more progress toward stack printingAndrew 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-08-11add CBuf to standard libraryAndrew Kelley
2016-08-07ability to have a return type of 'type'Andrew Kelley
2016-07-28std: add tests for mt32 and mt64Andrew Kelley
2016-07-27std: add vaporware plans for floating point builtinsAndrew Kelley
2016-07-27remove multiline commentsAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-27std: cleanup of randAndrew Kelley