index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
compile_errors.zig
Age
Commit message (
Expand
)
Author
2020-02-20
fix zig build, ABI ABI, and update tests to new Target layout
Andrew Kelley
2020-02-20
Merge remote-tracking branch 'origin/master' into sub-architecture-annihilation
Andrew Kelley
2020-02-20
support -mcpu=baseline, both in stage1 and stage2
Andrew Kelley
2020-02-20
ir: Compile error on result_loc type mismatch w/ slicing
LemonBoy
2020-02-19
consistent capitalization of error message
Andrew Kelley
2020-02-18
update new test case to take into account lazy `@typeInfo`
Andrew Kelley
2020-02-18
stage1: Make the parser reject extern fn with body
LemonBoy
2020-02-18
Merge pull request #4474 from LemonBoy/saukerkraut
Andrew Kelley
2020-02-18
Makes the declaration slice resolve lazely when using `@typeInfo`
Timon Kruiper
2020-02-16
ir: Avoid invalidating the decl_table iterator
LemonBoy
2020-02-16
ir: Prevent crash when indexing undefined ptr to array
LemonBoy
2020-02-10
fix compiler assertion when duplicating fields...
Andrew Kelley
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-09
avoid conflict with master branch
Andrew Kelley
2020-02-09
allow local variable address detection to regress
Andrew Kelley
2020-02-09
fix not checking type of return pointer
Andrew Kelley
2020-02-05
Fix edge case in cast between fn with varargs
LemonBoy
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-28
fix more compile error test regressions
Andrew Kelley
2020-01-27
Merge branch 'fx-4274' of https://github.com/LemonBoy/zig into LemonBoy-fix-4274
Andrew Kelley
2020-01-23
More error checking for unresolved TLDs
LemonBoy
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
Andrew Kelley
2020-01-16
correct field count
Vexu
2020-01-15
add non-exhaustive enum to langref
Vexu
2020-01-15
require size for non-exhaustive enums
Vexu
2020-01-15
update tests and translate-c
Vexu
2020-01-14
Make sure @export symbol name is not empty
LemonBoy
2020-01-13
Validate switch range endpoints
LemonBoy
2020-01-13
Fix compiler-error regression
LemonBoy
2020-01-12
Fix @call being too eager to resolve the fn argument
LemonBoy
2020-01-12
Propagate errors in for loop bodies
LemonBoy
2020-01-09
New @export() handling
LemonBoy
2020-01-07
Fix crash in struct initializer evaluation
LemonBoy
2020-01-06
add test case for already fixed bug
Andrew Kelley
2020-01-06
Prevent bitCast to enum types
LemonBoy
2020-01-06
fix test suite regressions
Andrew Kelley
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-30
Merge pull request #3683 from Vexu/atomic-float
Andrew Kelley
2019-12-30
fix comparing comptime_int against undefined literal
Andrew Kelley
2019-12-30
Fix ptrCast of zero-sized type
LemonBoy
2019-12-23
add zig llvm wrapper for atomicrmw
Vexu
2019-12-23
support some atomic operations with floats
Vexu
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-16
allow comparison of any numeric types
Andrew Kelley
2019-12-15
improve extern enum
Vexu
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-12
fix dot init parsing
Vexu
[next]