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
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
2020-12-31
Year++
Frank Denis
2020-11-20
stage1: Initial implementation of @extern
LemonBoy
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-18
Merge pull request #6649 from Rocknest/verparse
Veikka Tuominen
2020-11-01
stage1: Implement Add/Mul reduction operators
LemonBoy
2020-10-12
remove workaround
Rocknest
2020-10-11
add a test for Version.parse
Rocknest
2020-10-11
make Version.parse less strict
Rocknest
2020-10-07
Merge pull request #6421 from tadeokondrak/opaque-syntax
Andrew Kelley
2020-10-07
Remove .Cold calling convention.
Tadeo Kondrak
2020-10-06
Add opaque type syntax
Tadeo Kondrak
2020-10-05
stage1: Implement @reduce builtin for vector types
LemonBoy
2020-10-01
Switch TypeInfo.Fn.alignment to comptime_int from u29
Tadeo Kondrak
2020-10-01
stage1: Add alignment to TypeInfo.Fn
Tadeo Kondrak
2020-10-01
Switch TypeInfo alignment fields from u29 to comptime_int
Tadeo Kondrak
2020-10-01
Add alignment field to TypeInfo.UnionField and TypeInfo.StructField
Tadeo Kondrak
2020-10-01
Make builtin.TypeInfo.Pointer.alignment u29 instead of comptime_int
Tadeo Kondrak
2020-09-07
Implement @Type for Union
Tadeo Kondrak
2020-09-02
builtin: Add TypeInfo.StructField.is_comptime
Tadeo Kondrak
2020-08-22
Remove TypeInfo.Error.value
Tadeo Kondrak
2020-08-20
Merge pull request #6099 from tadeokondrak/@Type(.Struct)
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-19
Remove offset field from TypeInfo.StructField
Tadeo Kondrak
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
2020-08-11
GeneralPurposeAllocator: use std.log instead of std.debug.print
Andrew Kelley
2020-07-17
add is_tuple field to struct typeinfo
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-18
Merge pull request #5203 from tadeokondrak/@type-for-even-more-types
Andrew Kelley
2020-06-18
make file and fn_name fields of SourceLocation also null-terminated
Andrew Kelley
2020-06-18
implement `@src`
Vexu
2020-05-02
Implement @Type for ErrorSet
Tadeo Kondrak
2020-05-02
Constify TypeInfo
Tadeo Kondrak
2020-05-02
Implement @Type() for EnumLiteral and FnFrame
Tadeo Kondrak
2020-04-04
rename mem.separate to mem.split
xackus
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-12
Replace fmt with new fmtstream
Benjamin Feng
2020-03-12
Convert builtin to fmtstream
Benjamin Feng
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
[next]