aboutsummaryrefslogtreecommitdiff
path: root/std/debug.zig
AgeCommit message (Expand)Author
2019-03-02rename std lib files to new conventionAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-12-12stack traces: support DW_AT_rangesAndrew Kelley
2017-12-11self-hosted: test all out of memory conditionsAndrew Kelley
2017-12-11refactor debug.global_allocator into mem.FixedBufferAllocatorAndrew Kelley
2017-12-10add self-hosted parsing and rendering to main testsAndrew Kelley
2017-12-06add higher level arg-parsing API + misc. changesAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-12-03rework enums and unions and their relationship to each otherAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
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