aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
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-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
2020-02-20less hideousLemonBoy
2020-02-20elvis entered the buildingLemonBoy
2020-02-20osxLemonBoy
2020-02-20windows widestringLemonBoy
2020-02-20wideLemonBoy
2020-02-20winLemonBoy
2020-02-20tmpLemonBoy
2020-02-20debug: Split the DWARF stuff in its own fileLemonBoy
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-07debug: Show a nice error message on SIGBUSLemonBoy
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-06debug: Improve the frame-walking strategyLemonBoy
2020-02-05Merge pull request #4345 from Rocknest/open-diAndrew Kelley
2020-02-05Link the issue in doc commentRocknest
2020-02-05Fix double close in openElfDebugInfoRocknest
2020-02-03Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...Michaƫl Larouche
2020-01-30Merge pull request #4324 from fengb/testing-allocatorAndrew Kelley
2020-01-30Merge pull request #4319 from Rocknest/windows-tracesAndrew Kelley
2020-01-30Small DWARF fixupsLemonBoy
2020-01-30Fix one more edge caseRocknest
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Move FailingAllocator to testingBenjamin Feng
2020-01-29Fix off-by-one errorRocknest