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
Age
Commit message (
Expand
)
Author
2018-05-07
rework std.zig.parser
Andrew Kelley
2018-05-07
tagged union field access prioritizes members over enum tags
Andrew Kelley
2018-05-05
Fix bigint multi-limb shift and masks
Marc Tiehuis
2018-05-03
Merge pull request #951 from alexnask/reflect_reify
Andrew Kelley
2018-05-03
Fixed extern enums having the wrong size (#970)
Jimmi Holst Christensen
2018-05-02
Fixed inlining determination test (#972)
Alexandros Naskos
2018-05-02
Added better support for none pure enums in tranlate C
Jimmi Holst Christensen
2018-05-01
Small fix.
Alexandros Naskos
2018-05-01
Resolved merge conflict.
Alexandros Naskos
2018-05-01
Added tests.
Alexandros Naskos
2018-04-29
Finished FnDef TypeInfo generation (warning: may be buggy).
Alexandros Naskos
2018-04-29
More FnDef TypeInfo generation.
Alexandros Naskos
2018-04-29
linux uses pthreads when linking against libc
Andrew Kelley
2018-04-28
pthread support working
Andrew Kelley
2018-04-28
add fuzz tests for std.atomic.Stack
Andrew Kelley
2018-04-28
Using allocate instead of allocate_nonzero so we don't have to memset
Jimmi Holst Christensen
2018-04-28
Fixed build error
Jimmi Holst Christensen
2018-04-28
Trying to fix osx build failing by setting param_info.type to nullptr
Jimmi Holst Christensen
2018-04-28
Started work on function definition TypeInfo generation.
Alexandros Naskos
2018-04-28
Fixed wrong formatting for arg_index when reporting @ArgType error
Jimmi Holst Christensen
2018-04-28
Generating TypeInfo's now forces definitions to be resolved.
Alexandros Naskos
2018-04-28
.ReturnType and @ArgType now emits errors on unresolved types
Jimmi Holst Christensen
2018-04-28
Functions with infered error set can now return literals
Jimmi Holst Christensen
2018-04-28
Added definition TypeInfo generation, except for function definitions.
Alexandros Naskos
2018-04-28
Removed zero sized error set optimization
Jimmi Holst Christensen
2018-04-27
Added BoundFn TypeInfo generation.
Alexandros Naskos
2018-04-27
Added Fn TypeInfo generation.
Alexandros Naskos
2018-04-27
Added struct TypeInfo generation.
Alexandros Naskos
2018-04-27
Fixed enum tag type detection in TypeInfo generation.
Alexandros Naskos
2018-04-26
Added ErrorUnion, Union TypeInfo generation
Alexandros Naskos
2018-04-26
Switched to shallow TypeInfo.
Alexandros Naskos
2018-04-26
Added ErrorSet TypeInfo generation.
Alexandros Naskos
2018-04-26
Added Enum TypeInfo except for methods
Alexandros Naskos
2018-04-26
Reset parent on cached TypeInfo values if we need to.
Alexandros Naskos
2018-04-26
Added TypeInfo cache
Alexandros Naskos
2018-04-26
Cleanup
Alexandros Naskos
2018-04-25
Changed TypeInfo layout.
Alexandros Naskos
2018-04-25
Fixed ir_type_info_struct_set_parent for struct parents.
Alexandros Naskos
2018-04-25
Added checks for field name/index mapping in TypeInfo generation. Abstracted ...
Alexandros Naskos
2018-04-25
Fixed comptime union void field access
Alexandros Naskos
2018-04-24
Added ArrayInfo, NullableInfo, PromiseInfo generation
Alexandros Naskos
2018-04-24
PointerInfo child is known at comptime
Alexandros Naskos
2018-04-24
Fixed PointerInfo generation
Alexandros Naskos
2018-04-24
PointerInfo child is a pointer to a TypeInfo union, still not working correctly
Alexandros Naskos
2018-04-24
Added (broken) pointer info, float info
Alexandros Naskos
2018-04-24
Fixed IntInfo generation.
Alexandros Naskos
2018-04-24
Attempt at adding comptime union field access
Alexandros Naskos
2018-04-24
@typeInfo with void payloads now works!
Alexandros Naskos
2018-04-24
One step towards @typeInfo
Alexandros Naskos
2018-04-23
fix interaction between defer and labeled break
Andrew Kelley
[next]