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-self-hosted
/
compilation.zig
Age
Commit message (
Expand
)
Author
2020-03-03
Update callers of fs.makePath
daurnimator
2020-02-07
skip self-hosted for now as we work towards async I/O
Andrew Kelley
2020-01-07
add --eh-frame-hdr conditionally
David Cao
2019-12-11
self-hosted: manually parse args
Andrew Kelley
2019-12-09
implement async function call with `@call`
Andrew Kelley
2019-12-08
update self-hosted compiler to new format API
Andrew Kelley
2019-12-01
fixes for self-hosted compiler
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-29
fix self-hosted compiler regressions
Andrew Kelley
2019-11-27
add more workarounds
Vexu
2019-11-26
solve recursion in self hosted
Vexu
2019-11-26
fixes and cleanup in self hosted
Vexu
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-24
self hosted compiler: final small fixes to get it compiling
Vexu
2019-11-23
self hosted compiler: small miscellaneous fixes
Vexu
2019-11-23
fix casts
Vexu
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
self hosted compiler: various small fixes
Vexu
2019-11-07
self hosted compiler: move functions to util.zigto avoid defining llvm instri...
Vexu
2019-11-07
self hosted compiler: comment out event.fs stuff
Vexu
2019-11-07
self hosted compiler: use enum literals
Vexu
2019-11-07
self hosted compiler: unify Target and std.Target
Vexu
2019-11-07
self hosted compiler: update to new std.event
Vexu
2019-11-07
self hosted compiler: remove await async pattern
Vexu
2019-09-03
changing occurrences of HashMap with []const u8 as keys for StringHashMap
Sahnvour
2019-07-02
Added ZigLLVMCreateTargetMachine and pass function-sections flag
Timon Kruiper
2019-06-10
std: existing LinkedList is actually a TailQueue
daurnimator
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-26
tests passing on linux
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-04-26
self-hosted translate-c emits a hello world AST
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-02-14
fix implicit cast error unions with non-optional to optional pointer
Andrew Kelley
2019-02-06
Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2018-12-21
self-hosted: add DeviceBusy as a BuildError
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-30
stage2: update std.os.path.join method signature;
kristopher tate
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-10
windows: call CancelIo when canceling an fs watch
Andrew Kelley
2018-08-10
self-hosted: reorganize creation and destruction of Compilation
Andrew Kelley
2018-08-09
initial windows implementation of std.event.fs.Watch
Andrew Kelley
2018-08-07
std.event.fs.Watch distinguishes between Delete and CloseWrite on darwin
Andrew Kelley
2018-08-03
when decls don't change, don't regenerate them
Andrew Kelley
2018-08-03
self-hosted: watch files and trigger a rebuild
Andrew Kelley
[next]