aboutsummaryrefslogtreecommitdiff
path: root/std/debug.zig
AgeCommit message (Expand)Author
2017-02-28rename CBuf to Buffer0 and some minor std API changesAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-02-09lots of miscellaneous things all in one big commitAndrew Kelley
2017-02-06improved behavior on debug safety crashAndrew Kelley
2017-02-02add try expressionAndrew Kelley
2017-01-24printf var args proof of conceptAndrew 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
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-21update more std library to new zigAndrew Kelley
2016-12-18IR: add FnProto instructionAndrew 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-14MacOSX compatibilityalter
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-08ability to infer parameter typesAndrew 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-05-17add beginning of print stack trace functionAndrew Kelley