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
getAppDataDir
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2020-07-18
fix floatCast type check regression
Vexu
2020-07-17
add is_tuple field to struct typeinfo
Vexu
2020-07-15
On darwin, only add the self exe to the cache hash for compiler id (#5880)
haze
2020-07-14
follow up from previous commit for generic methods
Andrew Kelley
2020-07-14
fix ability to call methods on enums with pointer-to-self
Andrew Kelley
2020-07-13
check for invalid sentinel when creating pointer with `@Type`
Vexu
2020-07-12
fix alignment parsing in stage1
Vexu
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
add 'anytype' to stage1 and langref
Vexu
2020-07-11
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-09
Revert "use correct cast function when doing `@floatCast` at comptime"
Andrew Kelley
2020-07-09
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-08
fix missing check on extern variables with no type
Vexu
2020-07-05
stage1: add missing runtime safety for @intCast unsigned -> signed of same bi...
xackus
2020-07-03
stage1 HashMap: linear scan for < 16 entries
Andrew Kelley
2020-07-02
stage1 HashMap: store hash & do robin hood hashing
Andrew Kelley
2020-07-02
stage1: reimplement HashMap
Andrew Kelley
2020-06-28
Merge pull request #5696 from alexnask/async_call_tuple
Andrew Kelley
2020-06-24
Fix issue #5618 (#5685)
arbrk1
2020-06-24
Fixed crash when resolving peer types of *[N:s]const T and [*:s]const T
Alexandros Naskos
2020-06-24
Merge remote-tracking branch 'origin/master' into zig-ast-to-zir
Andrew Kelley
2020-06-24
Copy union const values correctly
Alexandros Naskos
2020-06-24
Small fixes, fixed tests, added test for argument tuple type
Alexandros Naskos
2020-06-24
@asyncCall now requires an argument tuple
Alexandros Naskos
2020-06-24
Revert "building mingw-w64 for windows ARM looks in lib64/lib32 for .def files"
Andrew Kelley
2020-06-24
building mingw-w64 for windows ARM looks in lib64/lib32 for .def files
Andrew Kelley
2020-06-23
Add duplicate checking for switch on types
antlilja
2020-06-22
Merge remote-tracking branch 'origin/master' into zig-ast-to-zir
Andrew Kelley
2020-06-21
stage1: fix concat of sliced str literals
xackus
2020-06-21
Make unary minus for unsigned types a compile error (#5654)
Robin Voetter
2020-06-18
Merge pull request #5203 from tadeokondrak/@type-for-even-more-types
Andrew Kelley
2020-06-18
Merge pull request #5625 from antlilja/master
Andrew Kelley
2020-06-18
zig cc: add missing cxxabi include path
Andrew Kelley
2020-06-18
stage1: stop emitting memset to undefined when safety is off
Andrew Kelley
2020-06-18
self-hosted: implement Decl lookup
Andrew Kelley
2020-06-18
make file and fn_name fields of SourceLocation also null-terminated
Andrew Kelley
2020-06-18
implement `@src`
Vexu
2020-06-17
Improve builtin op support for f128/comptime_float
antlilja
2020-06-16
Merge pull request #5608 from alexnask/windows_utf16_dir
Andrew Kelley
2020-06-16
Remove obsolete branch in ir_analyze_cast
Jakub Konka
2020-06-15
stage1: implement type coercion of anon struct literal to struct
Andrew Kelley
2020-06-15
Use _wfopen instead of fopen on windows
Alexandros Naskos
2020-06-15
UTF16 create process, utf8->utf16 fix
Alexandros Naskos
2020-06-15
Use more wide functions on windows
Alexandros Naskos
2020-06-15
Switched more Windows FS calls to their wide versions
Alexandros Naskos
2020-06-15
Convert paths to UTF-16 before calling CreateDirectory on windows
Alexandros Naskos
2020-06-09
Return u32 in @wasmMemorySize instead of i32
Jakub Konka
2020-06-09
Return should be i32 due to error signaling in memory.grow
Jakub Konka
2020-06-09
Fix builtins to return and accept u32 instead of i32
Jakub Konka
2020-06-09
Expose full llvm intrinsic
Jakub Konka
[next]