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
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-12
fix dot init parsing
Vexu
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-08
add syntax for comptime struct fields
Andrew Kelley
2019-12-06
allow calling with a new stack to regress a bit
Andrew Kelley
2019-12-06
remove `@newStackCall` from zig
Andrew Kelley
2019-12-05
remove `@noInlineCall` from zig
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-12-03
activate start code when pub main exists
Andrew Kelley
2019-12-03
fix tests
Vexu
2019-12-03
correct caching and add test for missing fn name
Vexu
2019-12-03
Pick up WinMain with proper CC
LemonBoy
2019-12-01
fix regressions in compile error tests
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-29
fix typo in error note for integer casting
Andrew Kelley
2019-11-26
add compiler note for bad int coercion
Andrew Kelley
2019-11-26
add missing cast to generic function call result
Vexu
2019-11-26
add missing cast to call result type
Vexu
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-24
fix compile errors for array sentinels mismatching
Andrew Kelley
2019-11-24
fix compile error regressions
Andrew Kelley
2019-11-24
add compile error for incompatible pointer sentinels
Andrew Kelley
2019-11-24
all tests passing
Andrew Kelley
2019-11-21
fix missing implicit cast in return instruction
Vexu
2019-11-22
Stage1: Add compile error for an empty switch on a integer
Timon Kruiper
2019-11-21
update tests, better error messages, update self-hosted tokenizer
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
implement null terminated pointers
Andrew Kelley
2019-11-18
add regression test case. closes #2980
Andrew Kelley
2019-11-18
add regression test case
Andrew Kelley
2019-11-17
Catch invalid type from peer resolution
LemonBoy
2019-11-13
add compile error for @atomicRmw on enum not being an .Xchg
Vexu
2019-11-13
Merge pull request #3675 from Vexu/atomic-store
Andrew Kelley
2019-11-12
fn parameters participate in result location semantics
Andrew Kelley
2019-11-13
fix comptime atomicStore and add tests
Vexu
2019-11-11
add test for missing const in slice with nested array type
Andrew Kelley
2019-11-11
implement anon struct literal syntax
Andrew Kelley
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-05
fix incorrect type name on bit field pointers
Andrew Kelley
2019-11-05
implement storing vector elements via runtime index
Andrew Kelley
2019-11-05
implement loading vector elements via runtime index
Andrew Kelley
2019-11-04
Prevent crash when slicing undefined ptr to slice
LemonBoy
2019-11-04
Correctly process errors for invalid types in fn call
LemonBoy
2019-10-30
make std.net more portable
Andrew Kelley
2019-10-24
Add missing compile error when ptr used instead of array
Andrew Kelley
[prev]
[next]