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-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
2021-09-28
improve panic hierarchy by always using builtin.panic
rgreenblatt
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-09-20
Address Spaces: x86 segment address spaces in builtin
Robin Voetter
2021-09-20
Address Spaces: Sema basics
Robin Voetter
2021-09-20
Address spaces: AstGen
Robin Voetter
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-23
Update comment: s/var/anytype/ (#9611)
Nguyễn Gia Phong
2021-08-20
stage2: field type expressions support referencing locals
Andrew Kelley
2021-08-20
Fix issue where root.os.panic could return
rgreenblatt
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-07-07
std.builtin.panic: simpler default panic for stage2
Andrew Kelley
2021-06-30
Add support for WASI reactor in pure Zig-exe. (#9178)
Takeshi Yoneda
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-10
stage2: type declarations ZIR encode AnonNameStrategy
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-03
std/builtin: add missing comma to CallingConvention
lithdew
2021-05-03
x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp`
lithdew
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-08
callconv: add SysV
Sreehari S
2021-02-10
stage1: switch from inline fn to callconv(.Inline)
Tadeo Kondrak
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
[prev]
[next]