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
2024-02-09
Merge pull request #18875 from ziglang/macho-zo-dwarf
Jakub Konka
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-08
builtin: enable panic handler on self-hosted macho
Jakub Konka
2024-02-05
spirv: basic shader support
Ali Chraghi
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-21
langref: make more consistent
Andrew Kelley
2024-01-07
Make `@typeInfo` return null-terminated strings
Carl Åstholm
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-25
builtin: implement `default_panic` for `plan9`
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-08-24
std.os.uefi: reorganize namespaces
Andrew Kelley
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-25
make `@typeInfo` not return private decls
Jacob G-W
2023-07-11
Merge pull request #15775 from r00ster91/newlines
Andrew Kelley
2023-07-01
Merge pull request #16287 from Snektron/amdgpu-panic-fix
Andrew Kelley
2023-07-01
std: make panic and abort for amdhsa call trap
Robin Voetter
2023-07-01
spirv: enable simplified default panic handler
Robin Voetter
2023-06-27
addrspace: small cleanups
r00ster91
2023-06-27
std.builtin.StackTrace: don't print extra newline after stack trace
r00ster91
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-13
std.builtin: remove `TypeInfo` and `Type.FnArg` (deprecated in 0.10)
Eric Joldasov
2023-06-10
remove the kludges from std.builtin
Andrew Kelley
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-06-10
stage2: move enum tag values into the InternPool
Andrew Kelley
2023-06-10
std.builtin.AddressSpace: allocate one more bit to this enum
Andrew Kelley
2023-06-10
std.builtin: give some enums integer types
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-16
add runtime safety for noreturn function returning
Veikka Tuominen
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-29
std.builtin.CallModifier: add missing word
r00ster91
2023-04-26
enable debugging infrastructure when using C backend
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-04-09
amdgpu,nvptx: unify kernel calling conventions
Robin Voetter
2023-02-18
Sema: implement for_len
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
2023-01-04
Sema: implement AVR address spaces
Maciej 'vesim' Kuliński
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-18
std.builtin: remove layout field from Type.Enum
r00ster91
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
std.builtin: rename Type.Fn's args to params
r00ster91
2022-12-17
std.builtin: rename Type.Fn.Param's arg_type to type
r00ster91
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-15
std: make builtin.Type.{Int,Float}.bits a u16 instead of comptime_int
Meghan
2022-12-15
std.debug.TTY: Fix colors not resetting on Windows
Ryan Liptak
[next]