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
/
type.zig
Age
Commit message (
Expand
)
Author
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
2021-07-25
stage2 llvm backend improvements working towards `zig test`
Andrew Kelley
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-12
C backend: TypedefMap is now ArrayHashMap
Andrew Kelley
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-08
stage2 type.zig: implement eql of error unions (#9334)
g-w1
2021-07-07
stage2: basic inferred error set support
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-21
stage2 Sema: implement @intToPtr (#9144)
g-w1
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-25
Re-enable building the self-hosted compiler for 32-bit targets
joachimschmidt557
2021-05-08
Type: fix abiAlignment calculation for unions
Andrew Kelley
2021-05-07
Sema: support enough to check main calling convention via `@typeInfo`
Andrew Kelley
2021-05-06
Sema: implement `@typeInfo` for functions
Andrew Kelley
2021-05-06
stage2: wire up outdated/deleted decl detection
Andrew Kelley
2021-04-24
AstGen: implement `@Vector`
Andrew Kelley
2021-04-23
stage2: implement `anyframe`, `anyframe->T` and fix assembly
Andrew Kelley
[next]