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
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
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-29
Sema: add option to disable formatted panics
Veikka Tuominen
2022-11-29
Sema: improve safety panic for access of inactive union field
Veikka Tuominen
2022-11-29
Sema: improve panic for slice start index being greater than end index
Veikka Tuominen
2022-11-24
Merge pull request #13611 from Snektron/spirv-assembler
Andrew Kelley
2022-11-23
Get panic messages from builtin instead of creating anon decls
Jimmi Holst Christensen
2022-11-23
spirv: assembler
Robin Voetter
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
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
[next]