aboutsummaryrefslogtreecommitdiff
path: root/std/macho.zig
AgeCommit message (Expand)Author
2018-08-27zig fmtAndrew Kelley
2018-08-25fix stack traces on linuxAndrew Kelley
2018-08-23MacOS stack traces use the already mmapped executableAndrew Kelley
2018-07-23macho backtraces - use std.sort.sort instead of insertion sortAndrew Kelley
2018-07-11Add generic comparator generator functions for sortingMarc Tiehuis
2018-06-18remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-04Pointer Reform: proper slicing and indexing (#1053)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-02-21clean up mach-o stack trace codeAndrew Kelley
2018-02-19add support for stack traces on macosxBen Noordhuis