aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
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
2020-01-29Reorganize definitionsRocknest
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Changing stuff and seeing what happensRocknest
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-29Add an advanced segfault handler on windowsRocknest
2020-01-27Merge pull request #4300 from LemonBoy/debug-windowsAndrew Kelley