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
/
all_types.hpp
Age
Commit message (
Expand
)
Author
2020-01-27
Merge branch 'master' into ir-clean-up-vars
Andrew Kelley
2020-01-25
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
Andrew Kelley
2020-01-25
split IrInstruction into IrInst, IrInstSrc, IrInstGen
Andrew Kelley
2020-01-21
hit a comptime limitation with computing dense sets
Andrew Kelley
2020-01-19
progress towards merging
Andrew Kelley
2020-01-19
Add TargetDetails abstraction
Layne Gustafson
2020-01-19
Add cpu/feature specification to cmndline
Layne Gustafson
2020-01-17
Merge pull request #4191 from Vexu/non-exhaustive-enums
Andrew Kelley
2020-01-16
fix regression with inferred struct fields
Andrew Kelley
2020-01-16
fix implicit cast regression
Andrew Kelley
2020-01-16
zig ir.cpp details: remove the mem_slot mechanism
Andrew Kelley
2020-01-16
implement `@bitSizeOf`
Vexu
2020-01-15
implement non-exhaustive enums
Vexu
2020-01-09
New @export() handling
LemonBoy
2020-01-07
add --eh-frame-hdr conditionally
David Cao
2020-01-06
remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-02
fix comptime vector float ops and add test coverage
Andrew Kelley
2020-01-02
Implement Thiscall CC
LemonBoy
2020-01-02
Implement the callconv() annotation
LemonBoy
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2019-12-20
sentinel slicing improvements
Andrew Kelley
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-16
expose the ability to disable C sanitization
Andrew Kelley
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
2019-12-10
Replace typeOf with TypeOf in stage0
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-09
implement async function call with `@call`
Andrew Kelley
2019-12-08
tuple detection does not require AST node
Andrew Kelley
2019-12-08
Make array types (quasi-)lazy
LemonBoy
2019-12-08
add syntax for comptime struct fields
Andrew Kelley
2019-12-08
implement comptime struct fields
Andrew Kelley
2019-12-06
allow calling with a new stack to regress a bit
Andrew Kelley
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-12-05
remove `@noInlineCall` from zig
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-12-03
move more startup code to std lib
Vexu
2019-12-02
Accept comptime-known expression for asm
LemonBoy
2019-12-01
add advanced IR debugging support
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/kill-ConstGlobalRefs' into remove-array-...
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-12-01
sometimes free stuff from Zig IR pass 1
Andrew Kelley
2019-12-01
inline ConstGlobalRefs into ZigValue
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
stage1: consolodate interning
Michael Dusan
2019-11-25
const interning for 1-possible-value types
Michael Dusan
2019-11-25
unembed ZigValue from IrInstruction
Michael Dusan
2019-11-25
rename ConstExprValue → ZigValue
Michael Dusan
2019-11-23
structs can have fields with type `var`
Andrew Kelley
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
[next]