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-07-26
riscv: implement `ptr_slice_ptr_ptr`
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-22
std.builtin.panic(uefi): stack allocate panic message
Yusuf Bham
2024-07-22
std.builtin.panic(uefi): also output to con_out
Yusuf Bham
2024-05-11
riscv: back to hello world panics
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-11
riscv: implement slices
David Rubin
2024-05-11
riscv: totally rewrite how we do loads and stores
David Rubin
2024-05-11
riscv: switch `default_panic` to use the message
David Rubin
2024-05-11
riscv: add a custom panic function
David Rubin
2024-05-11
riscv: implement basic branching
David Rubin
2024-05-11
riscv: implement `@abs`
David Rubin
2024-05-11
riscv: initial cleanup and work
David Rubin
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-11
std.builtin: make float mode fields lowercase
Tristan Ross
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-10
improve documentation in std
Andrew Kelley
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
[next]