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
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
2020-03-06
stage1: make get_optional_type more robust
Andrew Kelley
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-01
add new functions to std.mem and deprecate others
Andrew Kelley
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-28
restructuring std.Target for OS version ranges, pass 1
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-10
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-01-30
drop @newStackCall
Andrew Kelley
2020-01-29
Add support for code model selection
Valentin Anger
2020-01-29
fix typo in doc comment
Andrew Kelley
2020-01-20
improve `zig targets`
Andrew Kelley
2020-01-20
stage1 is building. `zig targets` now self-hosted
Andrew Kelley
2020-01-19
progress towards merging
Andrew Kelley
2020-01-17
Merge pull request #4191 from Vexu/non-exhaustive-enums
Andrew Kelley
2020-01-16
add struct field default value to typeinfo
Vexu
2020-01-15
add is_exhaustive field to typeinfo
Vexu
2020-01-09
New @export() handling
LemonBoy
2020-01-06
Merge branch 'LemonBoy-cc-work'
Andrew Kelley
2020-01-06
remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites
Andrew Kelley
2020-01-06
Removes proc_raise from WASI implementation
Colin Svingen
2020-01-02
Implement Thiscall CC
LemonBoy
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
2019-12-12
allow custom OS entrypoint
Christine Dodrill
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-09
implement async function call with `@call`
Andrew Kelley
[next]