| 1 year ago | Alex Rønne Petersen |  | zig.h: Add zig_gnuc_asm macro to indicate availability of GNU-style inline asm. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Introduce operating system macros. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Introduce object format macros. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Move some macros and includes closer to where they're used. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Use C99/C11 headers if available regardless of language standard. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Remove duplicate and unguarded stdint.h include. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Implement zig_unreachable() with __assume(0) for MSVC. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Implement zig_frame_address() with _AddressOfReturnAddress() for MSVC. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Use zig_*_windows_teb() inline assembly with TinyCC and slimcc. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Avoid depending on cpuid.h for zig_x86_cpuid(). |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Introduce architecture macros to simplify checks throughout. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Don't use __debugbreak() for MinGW. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Define zig_gnuc for both GCC and Clang and stop using __GNUC__. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Add a zig_msvc macro to be used instead of _MSC_VER. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Use __thread for slimcc in pre-C11 mode. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Add support for C23 keywords. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Add TinyCC support where appropriate. |
| 1 year ago | Alex Rønne Petersen |  | zig.h: Use __BYTE_ORDER__ instead of __LITTLE_ENDIAN__ for endianness check. |
| 1 year ago | Andrew Kelley |  | Merge pull request #21720 from kubkon/macho-dwarf-v5 |
| 1 year ago | Jacob Young | | coff: fix memory leak |
| 1 year ago | Alex Rønne Petersen |  | Merge pull request #22115 from alexrp/x32-tests |
| 1 year ago | Tw | | zig fetch: add missing path separator in error message |
| 1 year ago | Andrew Kelley |  | Merge pull request #19968 from wooster0/eql |
| 1 year ago | Pat Tullmann | | defaultPanic: @trap on 'other' target |
| 1 year ago | Andrew Kelley |  | Merge pull request #22095 from alexrp/test-llvm-emit |
| 1 year ago | Matthew Lugg | | compiler: use `@Type` instead of `@TypeOf` to print enum literal type |
| 1 year ago | Rohan Vashisht |  | Updated ascii.zig's isWhitespace function to use switch instead of for loop. (#22094) |
| 1 year ago | Justin Braben |  | Add build option to set tracy-callstack-depth in `build.zig` (#21990) |
| 1 year ago | Jay Petacat | | std.Build: Detect `pkg-config` names with "lib" prefix |
| 1 year ago | Andrew Kelley |  | Merge pull request #22099 from Rexicon226/fix-cat-mul |
| 1 year ago | Alex Rønne Petersen | | std.builtin: Add VaListXtensa. |
| 1 year ago | Andrew Kelley |  | Merge pull request #22087 from ziglang/std.ArrayHashMap |
| 1 year ago | Alex Rønne Petersen |  | Merge pull request #22067 from alexrp/pie-tests |
| 1 year ago | Alex Rønne Petersen | | std.Thread.Futex: Mark inline asm volatile in WasmImpl. |
| 1 year ago | Justin Braben |  | std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21938) |
| 1 year ago | Matthew Lugg | | std.Build: gracefully handle child stdin closing when running tests |
| 1 year ago | Andrew Kelley | | revert langref section "common errdefer slip ups" |
| 1 year ago | Andrew Kelley | | diversify "unable to spawn" failure messages |
| 1 year ago | Andrew Kelley |  | Merge pull request #22070 from Rexicon226/fix-crc32 |
| 1 year ago | Alex Rønne Petersen | | std.math: Disable isSignalNan test on mips32. |
| 1 year ago | Chris Boesch |  | std.math.complex: Add squared magnitude function (#21998) |
| 1 year ago | Andrew Kelley |  | Merge pull request #22075 from ziglang/fix-broken-pipe |
| 1 year ago | David Rubin | | ip: cleanup `@constCast` usages |
| 1 year ago | Andrew Kelley |  | Merge pull request #21858 from francescoalemanno/patch-1 |
| 1 year ago | Ilia Choly | | Allocator.free: document zero-length behavior |
| 1 year ago | Bruno Reis | | treat errno(6) (NXIO) as expected error in openatZ |
| 1 year ago | Andrew Barchuk |  | Remove unused `buf` field from `std.fmt.Parser` (#21994) |
| 1 year ago | Fri3dNstuff |  | `std.meta.eql`: use `==` directly when comparing `packed struct`s (#21982) |
| 1 year ago | Jacob Young | | dwarf: fix stepping through an inline loop containing one statement |
| 1 year ago | Alex Rønne Petersen |  | Merge pull request #22062 from alexrp/hexagon-fixes |
|