| 8 years ago | Andrew Kelley | | fix regressions |
| 8 years ago | Andrew Kelley | | fix source file lookup |
| 8 years ago | Andrew Kelley | | rework code to avoid duplicate operations |
| 8 years ago | Andrew Kelley | | figuring out where /names stream is |
| 8 years ago | Andrew Kelley | | awareness of debug subsections |
| 8 years ago | Andrew Kelley | | finding source file, line, and column info |
| 8 years ago | Andrew Kelley | | finding the function that an address is in |
| 8 years ago | Andrew Kelley | | figuring out which module an address belongs in |
| 8 years ago | Andrew Kelley | | reading the module information substream |
| 8 years ago | Andrew Kelley | | printing info from the ModuleInfo substream of DebugInfo |
| 8 years ago | Andrew Kelley | | use RtlCaptureStackBackTrace on windows |
| 8 years ago | Andrew Kelley | | fix unresolved path preventing PDB loading |
| 8 years ago | Andrew Kelley | | Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into Sahnvour-windows-coff-issue721 |
| 8 years ago | Andrew Kelley |  | Merge pull request #1369 from shawnl/crypto |
| 8 years ago | Andrew Kelley |  | add test coverage for invalid switch expression parameter |
| 8 years ago | Andrew Kelley |  | add compile error for function prototype with no body |
| 8 years ago | Andrew Kelley |  | fix crash when var in inline loop has different types |
| 8 years ago | Andrew Kelley |  | langref: document labeled blocks, labeled for, labeled while |
| 8 years ago | Andrew Kelley |  | zig fmt |
| 8 years ago | Andrew Kelley |  | std.zig.parse: fix parsing of doc comments after fields |
| 8 years ago | Andrew Kelley |  | Merge branch 'raulgrell-CastToCVoid' |
| 8 years ago | tgschultz | | Handle unions differently in std.fmt (#1432) |
| 8 years ago | Andrew Kelley |  | fix @typeInfo unable to distinguish compile error vs no-payload |
| 8 years ago | Andrew Kelley |  | this was intended to be included in the previous commit |
| 8 years ago | Andrew Kelley |  | fix false negative determining if function is generic |
| 8 years ago | Andrew Kelley | | ir: const_ptr_pointee asserts that its return value is non-null |
| 8 years ago | Andrew Kelley | | Revert "src/ir.cpp: check return value of `const_ptr_pointee` to protect against dereferencing null pointers;" |
| 8 years ago | kristopher tate | | src/ir.cpp: check return value of `const_ptr_pointee` to protect against dereferencing null pointers; |
| 8 years ago | Andrew Kelley | | fix llvm assertion failure when building std lib tests for macos |
| 8 years ago | Andrew Kelley | | document fixed-width integer types |
| 8 years ago | Andrew Kelley | | Merge branch 'tgschultz-patch-3' |
| 8 years ago | Andrew Kelley |  | Merge pull request #1406 from ziglang/macos-stack-traces |
| 8 years ago | Andrew Kelley | | std.debug: remove workaround for fixed bug |
| 8 years ago | Andrew Kelley | | fix regression from 2f7f7d815d0c9c4e620c7a529837b5 |
| 8 years ago | Andrew Kelley |  | Merge pull request #1407 from ziglang/builtin-alignment-fix |
| 8 years ago | Andrew Kelley | | fix error message for incorrect panic handler fn signature |
| 8 years ago | Andrew Kelley |  | Merge pull request #1405 from shawnl/path-max |
| 8 years ago | Andrew Kelley |  | Merge pull request #1402 from ziglang/default-fp-ieee-strict |
| 8 years ago | Andrew Kelley |  | Merge pull request #1401 from kristate/mem-testWriteIntImpl-u64 |
| 8 years ago | Andrew Kelley | | fix incorrectly generating an unused const fn global |
| 8 years ago | Andrew Kelley | | fixup for previous commit |
| 8 years ago | Raul Leal | | allow implicit cast from *[N]T to ?[*]T (#1398) |
| 8 years ago | Andrew Kelley | | Merge branch 'shawnl-path_max' |
| 8 years ago | Andrew Kelley | | Revert "Merge branch 'mtn-translate-c-enum-vals'" |
| 8 years ago | Andrew Kelley | | Merge branch 'mtn-translate-c-enum-vals' |
| 8 years ago | Andrew Kelley | | Revert "translate-c: Correctly translate enum init values, addressing #1360 (#1377)" |
| 8 years ago | Andrew Kelley | | refactor std.os.makePath to use a switch instead of if |
| 8 years ago | Andrew Kelley | | std.fmt.format: handle non-pointer struct/union/enum |
| 8 years ago | Michael Noronha | | translate-c: Correctly translate enum init values, addressing #1360 (#1377) |
| 8 years ago | Andrew Kelley | | langref: add docs for peer type resolution |
|