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
/
src
/
BuiltinFn.zig
Age
Commit message (
Expand
)
Author
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-01-30
implement `@qualCast`
Veikka Tuominen
2022-12-27
Sema: make overflow arithmetic builtins return tuples
Veikka Tuominen
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2021-12-10
AstGen: implement @prefetch() builtin
Isaac Freund
2021-10-25
AstGen: move nodeMayEvalToError logic for builtins
Andrew Kelley
2021-09-28
AstGen: improved logic for nodeMayNeedMemoryLocation
Andrew Kelley
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-01
stage2: fix `@asyncCall` parameter count
Veikka Tuominen
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-05-31
std.sync.atomic: extended atomic helper functions (#8866)
protty
2021-04-24
AstGen: implement `@Vector`
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
AstGen: implement `@extern` builtin
Andrew Kelley
2021-04-21
AstGen: fix `@floatCast` having wrong arity
Andrew Kelley
2021-04-19
stage2: make `@alignCast` accept 2 parameters
Andrew Kelley
2021-04-06
stage2: implement simple enums
Andrew Kelley
2021-03-17
@intCast takes two args
Dimenus
2021-02-18
stage2: astgen: fix most of the remaining compile errors
Andrew Kelley
2021-02-15
astgen: update more expression types to new mem layout
Andrew Kelley