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
/
bootstrap.zig
Age
Commit message (
Expand
)
Author
2017-03-22
unify main entry point regardless of whether linking libc
Andrew Kelley
2017-02-23
update std code for MacOS
Andrew Kelley
2017-02-06
improved behavior on debug safety crash
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2016-12-17
IR: fix `this` expression
Andrew Kelley
2016-12-17
IR: fix switching on enum
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-05
rename compileErr builtin to compileError
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-07-26
unsigned integers for sizes of things
Andrew Kelley
2016-05-14
add compile_err builtin
Andrew Kelley
2016-05-07
std: separate str and cstr
Andrew Kelley
2016-04-18
rearrange standard library a bit
Andrew Kelley
2016-03-01
rename syscall.zig to linux.zig
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-16
update bootstrap to work for macos too
Andrew Kelley
2016-02-12
i386 support
Andrew Kelley
2016-02-05
update for loop syntax
Andrew Kelley
2016-01-25
variable initializations are now mandatory
Andrew Kelley
2016-01-25
syntax: back to -> for return type, no more =>
Andrew Kelley
2016-01-25
implement %% prefix operator
Andrew Kelley
2016-01-25
bootstrap: use %% operator instead of cast
Andrew Kelley
2016-01-23
main returns %void
Andrew Kelley
2016-01-18
use signed integer for sizes of things
Andrew Kelley
2016-01-18
add function pointer support
Andrew Kelley
2016-01-18
add for loop which can iterate over arrays
Andrew Kelley
2016-01-16
better main symbol prototype
Andrew Kelley
2016-01-15
rename "use" to "import"
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2016-01-06
fix undefined reference to memcpy in release mode
Andrew Kelley
2016-01-04
partial import segregation
Andrew Kelley
2015-12-23
inline assembly uses -> instead of return
Andrew Kelley
2015-12-15
std: even more efficient inline assembly
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley