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
/
type.zig
Age
Commit message (
Expand
)
Author
2021-10-05
stage2: implement runtime `@intToEnum`
Andrew Kelley
2021-10-04
stage2: fix Type max/min int calculation
Andrew Kelley
2021-10-04
Adapt Type.minInt and maxInt to use setTwosCompLimit
Robin Voetter
2021-10-03
C backend: fix lowering of struct types
Andrew Kelley
2021-10-03
stage2: Type: fix eql impl for error unions
Andrew Kelley
2021-10-02
Delete Module.Scope, move Block into Sema
Martin Wickham
2021-09-29
stage2: LLVM backend: properly set module target data
Andrew Kelley
2021-09-29
stage2: LLVM backend: implement struct type fwd decls
Andrew Kelley
2021-09-29
stage2: enable building compiler_rt when using LLVM backend
Andrew Kelley
2021-09-28
stage2: implement `@clz` and `@ctz`
Andrew Kelley
2021-09-28
Stage 2: Support inst.func() syntax (#9827)
Martin Wickham
2021-09-27
stage2: implement union coercion to its own tag
Andrew Kelley
2021-09-27
stage2: implement basic unions
Andrew Kelley
2021-09-25
stage2: implement zirCoerceResultPtr
Andrew Kelley
2021-09-25
stage2: implement `@sizeOf` for non-packed structs
Andrew Kelley
2021-09-24
stage2: implement `@memset` and `@memcpy` builtins
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-22
stage2: remove 2 assertions that were too aggressive
Andrew Kelley
2021-09-21
stage2: free Sema's arena after generating machine code
Andrew Kelley
2021-09-20
stage2: various fixes to cImport, sizeOf and types to get tests passing
Veikka Tuominen
2021-09-20
Merge branch 'address-space' of Snektron/zig into Snektron-address-space
Andrew Kelley
2021-09-20
stage2: improve handling of 0 bit types
Andrew Kelley
2021-09-20
stage2: implement comptime `@atomicRmw`
Andrew Kelley
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: Smol fixup
Robin Voetter
2021-09-20
Address Spaces: fmt a bunch of stuff
Robin Voetter
2021-09-20
Address Spaces: Implement in LLVM codegen
Robin Voetter
2021-09-20
Address Spaces: decl_ref, *?T => *T, and *(E!T) -> *T
Robin Voetter
2021-09-20
Address Spaces: Sema basics
Robin Voetter
2021-09-20
Address spaces: AstGen
Robin Voetter
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-15
stage2: fix "cmpxchg with ptr" test case
Andrew Kelley
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-13
stage2: fix incorrect spelling of AtomicOrder
Andrew Kelley
2021-09-13
stage2: Type/Value use an enum rather than usize
Andrew Kelley
2021-09-01
stage2: update for new usingnamespace semantics
Andrew Kelley
2021-08-30
stage2: add array concatenation
Jacob G-W
2021-08-20
stage2: field type expressions support referencing locals
Andrew Kelley
2021-08-19
stage2: add error set type equality
Jacob G-W
2021-08-07
stage2: pass some pointer tests
Andrew Kelley
2021-08-05
Sema: respect requiresComptime of function return types
Andrew Kelley
2021-08-05
stage2: implement generic function memoization
Andrew Kelley
2021-08-04
stage2 generics improvements: anytype and param type exprs
Andrew Kelley
2021-08-03
stage2: basic generic functions are working
Andrew Kelley
2021-08-02
stage2: update ZIR for generic functions
Andrew Kelley
2021-08-01
stage2: ZIR encodes comptime parameters
Andrew Kelley
2021-07-30
stage2: fix hashing and comparison design flaw with Value
Andrew Kelley
2021-07-27
stage2: implement `@boolToInt`
Andrew Kelley
2021-07-27
stage2: `zig test` now works with the LLVM backend
Andrew Kelley
[prev]
[next]