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
Group-Canceled
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
groupAwait
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
/
cases
/
cast.zig
Age
Commit message (
Expand
)
Author
2017-05-26
implicitly cast by value var args parameters to const references
Andrew Kelley
2017-05-23
clean up behavior test names
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-01
allow undefined to be resolved with other types
Andrew Kelley
2017-04-30
add peer type resolution `[]T` and `[0]T`
Andrew Kelley
2017-04-29
add implicit cast from [0]T to %[]T
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-22
slicing now returns correct const-ness
Andrew Kelley
2017-04-22
add peer type resolution for T and ?T
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-20
Add @offsetOf builtin function
Raul Leal
2017-04-17
Implicit cast from T to %?T
Raul Leal
2017-04-07
allow implicit cast from `[N]T` to `&const []const T`
Andrew Kelley
2017-04-07
ability to implicitly cast integer literal to &const Int
Andrew Kelley
2017-04-06
peer resolve types [N]T, [M]T as []const T
Andrew Kelley
2017-04-02
zig build system progress
Andrew Kelley
2017-03-31
change `@bitcast` to `@ptrcast`
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-14
fix behavior with reinterpreting constant memory
Andrew Kelley
2017-01-31
add integer literal to pointer explicit cast
Andrew Kelley
2017-01-05
self hosted tests import std library
Andrew Kelley
2016-12-26
IR testing: rename cases3 dir to cases
Andrew Kelley
[prev]