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
/
src
/
main.zig
Age
Commit message (
Expand
)
Author
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
translate-c: Ensure extra_cflags are passed to clang
Evan Haas
2021-05-12
stage2: Drop LLVM's host CPU detection method as fallback
LemonBoy
2021-05-11
stage2: more Decl lifetime fixes
Andrew Kelley
2021-05-07
std: start code increases stack size as appropriate on linux
Andrew Kelley
2021-05-07
stage2: fix stack overflow in `@setEvalBranchQuota` test case
Andrew Kelley
2021-05-07
stage2: implement global variables
Andrew Kelley
2021-05-06
CLI: add an update-and-run cmd and make enter re-run last cmd
Andrew Kelley
2021-05-06
CLI: add 'run' command to the repl
Andrew Kelley
2021-05-05
stage2: add `zig changelist` debug command
Andrew Kelley
2021-05-03
build.zig: add -Dmem-leak-frames option
Andrew Kelley
2021-05-02
AstGen: decouple from Module/Compilation
Andrew Kelley
2021-04-30
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-30
CLI: fix incorrect error message with -cflags
Andrew Kelley
2021-04-25
stage2: implement caching for ZIR code
Andrew Kelley
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-19
AstGen: implement inline asm output
Andrew Kelley
2021-04-19
zig astgen: print instruction counts and byte sizes
Andrew Kelley
2021-04-17
Rename --(no-)allow-shilb-undefined to -f(no-)allow-shilb-undefined
Isaac Freund
2021-04-16
stage2: AstGen improvements
Andrew Kelley
2021-04-16
Add --(no-)allow-shlib-undefined to supported zig linking flags
daurnimator
2021-04-15
stage2: rename zir to Zir
Andrew Kelley
2021-04-15
stage2: properly model miscellaneous failed tasks
Andrew Kelley
2021-04-14
os/posix: handle ECONNRESET for write/writev
lithdew
2021-04-09
Merge pull request #8470 from ziglang/stage2-start
Andrew Kelley
2021-04-09
stage2: clean up pretty printing compile errors
Andrew Kelley
2021-04-08
stage2: pretty print compilation errors
jacob gw
2021-04-09
stage2: delete allowing input (and output) zir from the pipeline (#8471)
g-w1
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-04-08
stage2: revert to only has_decl and export ZIR support
Andrew Kelley
2021-04-08
stage2: add support for start.zig
Timon Kruiper
2021-04-06
stage2: do not set clang_passthrough_mode for `zig run`
Andrew Kelley
2021-04-01
zig cc: copy .pdb files from zig-cache/ when appropriate
Andrew Kelley
2021-03-31
stage2: finish source location reworkings in the branch
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-25
zig build: use ZIG_GLOBAL_CACHE_DIR
Michael Dusan
2021-03-20
stage2: fix memory management of ZIR code
Andrew Kelley
2021-03-18
Merge pull request #8282 from kubkon/zld
Jakub Konka
2021-03-18
zld: use zld when linking aarch64 by default and cross-comp
Jakub Konka
2021-03-17
macho: start upstreaming zld
Jakub Konka
2021-03-17
zig fmt: factorize source file reading and decoding
Ersikan
2021-03-17
zig fmt: fix non-UTF-8 encoding #2820
Ersikan
2021-03-14
stage2: Warn when using --debug-log without logging enabled
Ersikan
2021-03-04
zig cc: fix handling of -MM flag
Andrew Kelley
2021-03-04
stage2: support environment variables for verbose options
Andrew Kelley
2021-02-24
zig fmt src/
Andrew Kelley
2021-02-22
render: handle comments ending in EOF
Veikka Tuominen
2021-02-19
stage2: AST: clean up parse errors
Andrew Kelley
2021-02-11
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-11
stage2: start reworking Module/astgen for memory layout changes
Andrew Kelley
[next]