aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2020-12-12std: Further siginfo refinementsLemonBoy
2020-12-03makes the implementation publicIsaac Yonemoto
2020-12-02std: Add nosuspend around stderr.print callsLemonBoy
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-11-29std: Avoid deadlock in the signal handlerLemonBoy
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-16Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)tgschultz
2020-11-09Don't prevent compilation on platforms where debug info is unsupportedFrank Denis
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-10-19std: Minor changes to startup codeLemonBoy
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
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