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-06-18
make file and fn_name fields of SourceLocation also null-terminated
Andrew Kelley
2020-06-18
implement `@src`
Vexu
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
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-06
allow calling with a new stack to regress a bit
Andrew Kelley
2019-12-05
remove `@noInlineCall` from zig
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-12-03
WinMainCRTStartup implies defaulting to console subsystem
Andrew Kelley
2019-12-03
activate start code when pub main exists
Andrew Kelley
2019-12-03
move more startup code to std lib
Vexu
2019-11-25
zig fmt
Andrew Kelley
2019-11-23
structs can have fields with type `var`
Andrew Kelley
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
add null terminated pointers and arrays to self-hosted
Andrew Kelley
2019-11-21
implement null terminated pointers
Andrew Kelley
2019-11-11
implement anon struct literal syntax
Andrew Kelley
2019-10-23
move types from builtin to std
Andrew Kelley