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
2019-01-29
backport copy elision changes
Andrew Kelley
2018-11-18
fix assertion failure related to @intToEnum
Andrew Kelley
2018-11-18
all numbers with comptime known values implicitly cast
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-20
better string literal caching implementation
Andrew Kelley
2018-09-13
fix assertion failure on compile-time `@intToPtr` of function
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-05
allow comptime_int to @floatToInt
Andrew Kelley
2018-09-03
ability to @ptrCast to *void
Andrew Kelley
2018-08-27
minor fixups
Andrew Kelley
2018-08-27
Allow implicit cast from *T and [*]T to ?*c_void
raulgrell
2018-08-22
allow implicit cast from *[N]T to ?[*]T (#1398)
Raul Leal
2018-07-16
allow implicit cast of undefined to optional
Andrew Kelley
2018-06-27
add f16 type
Ben Noordhuis
2018-06-27
scope variables in floating point cast tests
Ben Noordhuis
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-18
fix compiler crash when using @intToFloat with float literal
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-09
nullable pointers follow const-casting rules
Andrew Kelley
2018-06-07
add implicit casts from `*[N]T`
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-01
behavior tests passing with new pointer deref syntax
Andrew Kelley
2018-04-30
[breaking] delete ptr deref prefix op
Andrew Kelley
2018-03-06
ptrCast builtin now gives an error for removing const qualifier
Andrew Kelley
2018-02-26
allow implicit cast from &const to ?&const &const
Ben Noordhuis
2018-02-23
allow implicit cast from `S` to `?&const S`
Ben Noordhuis
2018-02-02
*WI* error sets - basic support working
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-02
ir: new pass iteration strategy
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-08-30
align syntax: align(4) instead of align 4
Andrew Kelley
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-25
implement comptime bitcasting from array
Andrew Kelley
2017-08-25
fix some casts on const data causing segfault
Andrew Kelley
2017-08-17
fix bitCast for big integers
Andrew Kelley
2017-08-08
add ptrToInt builtin, remove usize(ptr) cast
Andrew Kelley
2017-08-07
add ability to explicitly cast float to integer
Andrew Kelley
2017-06-17
fix peer type resolution for array and error
Andrew Kelley
[next]