AgeAuthorCommit message
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openadd test to cover the CLI API that godbolt is using
8 years agogravatar for wink@saville.comWink SavilleFix typo in argsAlloc comment
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openinclude LICENSE in windows static builds
8 years agogravatar for jeffowler@gmail.comJeff Fowlerrm extraneous macro
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix @compileLog having unintended side effects
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-opendoc: add note about reproducible builds
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openadd compile error for slice of undefined slice
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openstage1: unify 2 implementations of pointer deref
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix comptime string concatenation ignoring slice bounds
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openMerge branch 'raulgrell-BitByteOffsetOfs'
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix comptime slice of pointer to array
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix formatInt to handle upcasting to base int size
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openadd compile error for casting const array to mutable slice
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openbetter string literal caching implementation
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openadd workaround for `llvm-config --system-libs`
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-opentravis: build zig with gcc to match what llvm was built with
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openbuild: fix finding llvm and clang 7
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-opentravis: fix llvm apt package names
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix typo from previous commit
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-opentravis: fix package names
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-opentravis: update apt repo url
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openappveyor: remove old cache file
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openMerge remote-tracking branch 'origin/llvm7'
8 years agogravatar for hi@xtian.usChristian Wesselhoeftstd/index.zig: Fix import
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix regression from previous commit
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openzig fmt: handle shebang lines
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix optional pointer to empty struct incorrectly being non-null
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openadd compile error for slice.*.len
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openstage1 caching: don't write manifest until cache release
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openimplementation for bitcasting extern enum type to c_int
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix implicit cast of packed struct field to const ptr
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix @embedFile reading garbage memory
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openminor cleanups from 68c1d05917
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix @bytesToSlice on a packed struct
8 years agogravatar for emekankurumeh@outlook.comemekoicompiling on mingw is now supported (#1542)
8 years agogravatar for thejoshwolfe@gmail.comJosh Wolfelink to #1544
8 years agogravatar for thejoshwolfe@gmail.comJosh Wolfebadge-question-markMerge pull request #1543 from ziglang/bit_shifting
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix codegen for @intCast to u0
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openremove deprecated, unused windows functions
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openadd compile error for @ptrCast 0 bit type to non-0 bit type
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openadd compile error for non-optional types compared against null
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix crash when bit shifting a u1
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-opendereferencing a *u0 is comptime-known to be 0
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openremove `zig build --init`. add `zig init-lib` and `zig init-exe`
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openallow extern structs to have stdcallcc function pointers
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix crash when pointer casting a runtime extern function
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openadd docs for `@This()`
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix alignment of structs
8 years agogravatar for andrew@ziglang.orgAndrew Kelleylock-openfix coroutine alignment
8 years agogravatar for wink@saville.comWink SavilleFix additional regressions calling FileOutStream/FileInStream init()
Loading...