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
/
lib
/
std
/
builtin.zig
Age
Commit message (
Expand
)
Author
2022-10-21
builtin.zig: Do not overwrite error frames when trace full
Cody Tapscott
2022-10-15
implement os.abort and panic for cuda
Guillaume Wenzek
2022-10-12
amdgpu: add AmdgpuKernel calling convention
Robin Voetter
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-29
std.builtin: un-pub testVersionParse()
zooster
2022-09-20
std: add return address parameter to panic fn
Veikka Tuominen
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-08-08
Sema: avoid error return traces when possible
Andrew Kelley
2022-08-02
Sema: add safety for sentinel slice
Veikka Tuominen
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-07
std.builtin.returnError: disable runtime safety
Andrew Kelley
2022-05-16
Sema: improve index out of bounds panic message
Veikka Tuominen
2022-05-16
stage2: add runtime safety for unwrapping error
Veikka Tuominen
2022-05-16
stage2: implement error return traces
Veikka Tuominen
2022-05-16
C backend: implement overflow arithmetic
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-10
fixups to the previous commit
Andrew Kelley
2022-05-10
Add Visibility field to ExportOptions.
Takeshi Yoneda
2022-05-08
Add Win64 calling convention
Hannes Bredberg
2022-04-14
stage2: sparcv9: Register the backend in stdlib & driver
Koakuma
2022-03-20
stage2: disable default panic handler when linking -lc
Andrew Kelley
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-19
std: enable default panic handler for stage2 LLVM on Linux
Veikka Tuominen
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-23
stage1: rename TypeInfo.FnArg to Fn.Param
Veikka Tuominen
2022-02-21
enable Gpu address spaces (#10884)
gwenzek
2022-02-18
Merge pull request #10604 from fifty-six/master
Andrew Kelley
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-01
stage1: avoid anytype fields for type info
Andrew Kelley
2022-02-01
Merge pull request #10742 from ziglang/ArrayHashMapEql
Andrew Kelley
2022-01-31
stage1: remove the `data` field from TypeInfo.Declaration
Andrew Kelley
2022-01-31
std: make ArrayHashMap eql function accept an additional param
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-13
std/builtin: improve panic handler for uefi
fifty-six
2022-01-04
std.builtin: remove deprecated globals
Andrew Kelley
2022-01-04
stage2: introduce std.builtin.CompilerBackend
Andrew Kelley
2021-12-26
Sema: improve non-exhaustive enum support
Andrew Kelley
2021-12-10
AstGen: implement @prefetch() builtin
Isaac Freund
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-19
std.builtin.StackTrace: format() workaround on freestanding
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
[next]