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
Group-Canceled
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
groupAwait
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
Age
Commit message (
Expand
)
Author
2020-04-15
translate-c: correct invalid shortcut
Vexu
2020-04-14
Translate C: Redo Add comment containing c source location for failed decls.
Lachlan Easton
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-11
revert Translate C: Add comment containing c source location for failed decls
Andrew Kelley
2020-04-11
fix compilation under mingw
emekoi
2020-04-10
Merge pull request #4711 from leroycep/feature-file-locks
Andrew Kelley
2020-04-10
Merge branch 'master' into nameless-fields
Auguste Rame
2020-04-08
Translate C: Allow casting literal ints to pointers
Lachlan Easton
2020-04-08
Translate C: Put an alignCast in c style pointer casts to allow opaque types ...
Vexu
2020-04-07
more fixes
SuperAuguste
2020-04-07
Merge pull request #4684 from LakeByTheWoods/comment_failed_decls
Vexu
2020-04-07
msvc fix
SuperAuguste
2020-04-07
remove debug statement
SuperAuguste
2020-04-07
Nameless struct field consistency
SuperAuguste
2020-04-06
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-06
libc_installation.zig: don't special-case based on C ABI
Andrew Kelley
2020-04-06
Merge pull request #4939 from SuperAuguste/master
Vexu
2020-04-05
fixes
SuperAuguste
2020-04-05
Merge pull request #4901 from phase/feature/translate-c-remassign
Vexu
2020-04-05
translate-c: remove unneeded semicolon
Jadon Fowler
2020-04-04
fix multichar literals in translate_c
SuperAuguste
2020-04-04
rename mem.separate to mem.split
xackus
2020-04-04
detect an endless loop when trying to detect native libc installation
Andrew Kelley
2020-04-04
zig cc looks for native include directories unless -nostdinc
Andrew Kelley
2020-04-04
translate-c: account for signedness when translating div & mod
Jadon Fowler
2020-04-03
Merge pull request #4868 from xackus/new-arraylist-api
Andrew Kelley
2020-04-02
Fix compile errors in stage2
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-02
zig cc: fix ambiguity with -MT
Andrew Kelley
2020-04-02
zig cc: support -F and -framework
Andrew Kelley
2020-04-02
zig cc: respect -MF -MV -MD options
Andrew Kelley
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
zig cc: detect -mcpu, -march, -mtune
Andrew Kelley
2020-04-01
zig cc: add support for -L linker arguments
Rejean Loyer
2020-04-01
zig cc properly handles -S flag and .ll, .bc extensions
Andrew Kelley
2020-04-01
fix regressions from previous commit
Andrew Kelley
2020-04-01
translate-c: translate DivAssign & RemAssign
Jadon Fowler
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-04-01
fixups and revert a few things
Andrew Kelley
2020-04-01
Use length field as passed in stage2 libc_installation instead of relying on ...
daurnimator
2020-04-01
std: use std.ArrayList(u8).OutStream instead of std.Buffer.OutStream
daurnimator
2020-04-01
std: use std.ArrayList(u8) instead of std.Buffer in src-self-hosted/translate...
daurnimator
2020-04-01
Tidy up some mem.spanZ use-sites now that null is accepted
daurnimator
2020-03-31
fixes to 32-bit handling, to support 32-bit arm
Andrew Kelley
2020-03-30
revert detection of rtti and exceptions
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-28
Conv macro string concat to ++
Layne Gustafson
2020-03-28
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-28
Sync clang_options_data.zig with update_clang_options
Ryan Liptak
[prev]
[next]