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
/
std
/
special
/
bootstrap.zig
Age
Commit message (
Expand
)
Author
2018-10-20
Specify 16-byte stack alignment in _start on FreeBSD
Greg V
2018-10-20
freebsd: Fix argc resolution in _start
Marc Tiehuis
2018-10-09
std/special/bootstrap: inline some functions to improve stack traces
Andrew Kelley
2018-09-08
fix elf auxv handling
Shawn Landden
2018-09-08
initial arm64 support
Shawn Landden
2018-08-06
Merge branch 'master' into zen_stdlib
Andrea Orru
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-05
disable deref syntax for unknown length pointers
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-01
behavior tests passing with new pointer deref syntax
Andrew Kelley
2018-04-22
linux: support VDSO for clock_gettime
Andrew Kelley
2018-04-11
Update zen library
Andrea Orru
2018-03-20
Zen specific hacks
Andrea Orru
2018-03-10
zen-specific: main -> _start
Andrea Orru
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-08
exit, createThread for zen
Andrea Orru
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
Adding zen support
Andrea Orru
2017-12-19
bring back code that uses export and fix tests
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-10-15
implement environment variables for windows
Andrew Kelley
2017-10-11
implement command line argument parsing for windows
Andrew Kelley
2017-10-03
replace __chkstk function with a stub that does not crash
Andrew Kelley
2017-10-03
add @setAlignStack builtin
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-06-03
compileError builtin includes "referenced by" notes
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-30
back to AT&T syntax for assembly
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-18
error when building exe with no entry point
Andrew Kelley
2017-04-04
API for command line args
Andrew Kelley
2017-04-03
delete alloca builtin function
Andrew Kelley
2017-04-03
zig build system: add setLinkerScript and setTarget
Andrew Kelley
2017-04-02
expose environment variables in standard library
Andrew Kelley
2017-03-26
add stack protector safety when linking libc
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley