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-03-21
ir: Disallow comparison between enum literal and untagged enum
LemonBoy
2020-03-21
Address review comments
LemonBoy
2020-03-19
fix compile error for reading past end of pointer casted array
Andrew Kelley
2020-03-19
test & docs fixups to work with new semantics
Andrew Kelley
2020-03-12
Merge pull request #4707 from Vexu/small-atomics
Andrew Kelley
2020-03-12
support `@atomicRmw` at comptime
Vexu
2020-03-10
use atomic bools in std lib
Vexu
2020-03-10
ir: Implement more safety checks for shl/shr
LemonBoy
2020-03-09
Merge pull request #4590 from xackus/fix-4587
Andrew Kelley
2020-03-09
better error messages and more tests
xackus
2020-03-09
add LemonBoy's test
Vexu
2020-03-09
implement noasync scopes
Vexu
2020-03-08
ir: Create usize result_loc for array subscript expr
LemonBoy
2020-03-08
ir: Prevent crash in compiler error
LemonBoy
2020-03-08
fix failed assert on generic fn opaque return type
xackus
2020-03-08
Fix grammar in error message
daurnimator
2020-03-04
ir: Implement @TypeOf with multiple arguments
LemonBoy
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-27
ir: Robust checking for init expr type
LemonBoy
2020-02-26
ir: Allow empty inferred error sets
LemonBoy
2020-02-26
fix `@tagName` on extern and non-exhaustive enums
Vexu
2020-02-25
ir: Various fixes for comptime ptr handling
LemonBoy
2020-02-25
remove `@IntType` and `@ArgType` (mostly) from the compiler
Vexu
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
2020-02-23
remove @bytesToSlice, @sliceToBytes from tests, docs
xackus
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
[next]