aboutsummaryrefslogtreecommitdiff
path: root/std/debug.zig
AgeCommit message (Expand)Author
2017-10-15fix std.io.InStream for windowsAndrew Kelley
2017-10-09implement os.path.real for windows and update allocator interfaceAndrew Kelley
2017-09-19Stop debug allocator ever panicking (#492)Marc Tiehuis
2017-08-29more alignment improvementsAndrew Kelley
2017-08-27fixups to linux buildAndrew Kelley
2017-08-26update for llvm 5.0.0rc1Andrew Kelley
2017-08-25unreachable still codegens to unreachable in ReleaseFast test modeAndrew Kelley
2017-08-19bit shifting safetyAndrew Kelley
2017-08-08add ptrToInt builtin, remove usize(ptr) castAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-06-04progress toward hello world without libc in windowsAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-04std: rename List to ArrayList and re-organize...Andrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-05-03remove test and try expressions in favor of if expressionsAndrew Kelley
2017-05-01make debug safety stuff lazyAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-24update READMEAndrew Kelley
2017-04-24stack traces support compile units with no pc rangeAndrew Kelley
2017-04-24better stack traces for ELF x86_64Andrew Kelley
2017-04-23fix check-statement-is-void. add testsJosh Wolfe
2017-04-23blocks check that their statements are voidJosh Wolfe
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-07ability to implicitly cast integer literal to &const IntAndrew Kelley
2017-04-03zig build system: add setLinkerScript and setTargetAndrew Kelley
2017-03-31change `@bitcast` to `@ptrcast`Andrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley
2017-03-26replace "&&" and "||" with "and" and "or"Andrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-23improvements for windows and libc integrationAndrew Kelley
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