aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-07improvements & fixes for general purpose allocator integrationAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-05update more HashMap API usageAndrew Kelley
2020-07-05reimplement std.HashMapAndrew Kelley
2020-06-17Add std.debug.print for "printf debugging"Isaac Freund
2020-06-17Deprecate std.debug.warnIsaac Freund
2020-06-15std: remove std.debug.getStderrStreamdaurnimator
2020-06-15std: clean up debug stderr variablesdaurnimator
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-06-08update sort callsite to new APIAndrew Kelley
2020-06-04add workaround for #5525Vexu
2020-05-29cleanupsAndrew Kelley
2020-05-29Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...Jonathan S
2020-05-29Document and reduce usage of MAX_PATH_BYTES, lifting arbitrary buffer size re...Jonathan S
2020-05-13Make StackIterator next publicDrDeano
2020-05-05zig fmtTadeo Kondrak
2020-05-02std.event.Loop: promote the fs thread to be available for all OS'sAndrew Kelley
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew Kelley
2020-04-16debug: Minor QOL improvements for osxLemonBoy
2020-04-07Merge pull request #4857 from LemonBoy/fix-4777Andrew Kelley
2020-04-03std: Fix one more sentinel buffer overrunLemonBoy
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01std: Fix more NetBSD bitsLemonBoy
2020-04-01Tidy up some mem.spanZ use-sites now that null is accepteddaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-27fix behavior test with --test-evented-io on windowsTimon Kruiper
2020-03-23std: Fix undefined field errorLemonBoy
2020-03-23debug: Accept relative paths in mapWholeFileLemonBoy
2020-03-23std: Add missing C defines for NetBSDLemonBoy
2020-03-13Even better idle waiting methodLemonBoy
2020-03-13Nicer idle wait loopLemonBoy
2020-03-13std: Multithreaded-aware panic handlerLemonBoy
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-03-10fix stack trace code not opening files in forced blocking modeAndrew Kelley
2020-03-10fix regressions caused earlier in this branchAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-26fix behavior tests with --test-evented-ioAndrew Kelley
2020-02-23correct test expectationsLemonBoy
2020-02-22delete extra code, more forgivenessLemonBoy
2020-02-22unification: windows debug infoLemonBoy
2020-02-22unification: osx debug infoLemonBoy
2020-02-21unsureLemonBoy
2020-02-20soldier onLemonBoy
2020-02-20tidy interface, const correctnessLemonBoy
2020-02-20Correctly count all the loaded modules on WindowsLemonBoy
2020-02-20sudokuLemonBoy