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
/
AstGen.zig
Age
Commit message (
Expand
)
Author
2021-10-25
stage2: fix switch on tagged union capture-by-pointer
Andrew Kelley
2021-10-25
AstGen: move nodeMayEvalToError logic for builtins
Andrew Kelley
2021-10-23
astgen.zig: emit ZIR for callconv before return type in fnDecl and fnProtoExpr
Matthew Borkowski
2021-10-23
astgen.zig: when ret's operand ResultLoc is .ptr, load from ret_ptr before is...
Matthew Borkowski
2021-10-23
astgen.zig: fix nodeMayEvalToError
Matthew Borkowski
2021-10-22
stage2: change `@bitCast` to always be by-value
Andrew Kelley
2021-10-20
stage2: implement slicing
Andrew Kelley
2021-10-20
Sema: fix missing copy in array multiplication
Andrew Kelley
2021-10-20
AstGen: make the index variable of `inline for` a `alloc_comptime`
Andrew Kelley
2021-10-19
stage2: implement switching on unions
Andrew Kelley
2021-10-20
stage2: remove AstGen none_or_ref
Robin Voetter
2021-10-19
astgen.zig: fix emitting wrong error unwrapping instructions in tryExpr
Matthew Borkowski
2021-10-18
astgen.zig: fix false positive in breakExpr's checking for store_to_block_ptr
Matthew Borkowski
2021-10-12
stage2: fix comptime stores and sentinel-terminated arrays
Andrew Kelley
2021-10-10
Merge pull request #9925 from mattbork/uniondecl-fixes
Andrew Kelley
2021-10-10
translate-c: fix logic for checking primitive names
Andrew Kelley
2021-10-09
stage2: add astgen errors for untyped union fields and union field values wit...
Matthew Borkowski
2021-10-09
stage2: fix astgen for anytype union fields and differentiate anytype vs infe...
Matthew Borkowski
2021-10-07
stage2: fix returning structs byval from functions
Andrew Kelley
2021-10-07
AstGen: make array literals work like struct literals
Andrew Kelley
2021-10-07
stage2: implement array literal with explicit type
Andrew Kelley
2021-10-04
Merge pull request #9882 from mattbork/astgen-cursor
Andrew Kelley
2021-10-02
AstGen: fix `while` and `for` with unreachable bodies
Andrew Kelley
2021-10-02
AstGen: fix if, orelse, catch, with unreachable bodies
Andrew Kelley
2021-10-02
astgen.zig formatting
Matthew Borkowski
2021-10-02
astgen.zig: assert that advanceSourceCursor never has to rewind cursor
Matthew Borkowski
2021-10-02
astgen.zig: have defer scopes cache source cursor to reduce redundant scannin...
Matthew Borkowski
2021-10-02
astgen.zig: make switchExpr generate cases in source order to keep source cur...
Matthew Borkowski
2021-10-02
astgen.zig: pass lbrace line and column to addFunc to keep source cursor incr...
Matthew Borkowski
2021-09-29
stage2: enable building compiler_rt when using LLVM backend
Andrew Kelley
2021-09-28
AstGen: improved logic for nodeMayNeedMemoryLocation
Andrew Kelley
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-28
AstGen: delete dead code
Andrew Kelley
2021-09-28
sat-arithmetic: create Sema.analyzeSatArithmetic
Travis Staloch
2021-09-28
sat-arithmetic: fixups zig fmt / astcheck
Travis Staloch
2021-09-28
sat-arithmetic: add c backend support
Travis Staloch
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-09-28
Stage 2: Support inst.func() syntax (#9827)
Martin Wickham
2021-09-24
stage2: implement `@memset` and `@memcpy` builtins
Andrew Kelley
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-23
Stage2: Implement comptime closures and the This builtin (#9823)
Martin Wickham
2021-09-22
stage2: fix AstGen for some struct syntaxes
Andrew Kelley
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-20
stage2: various fixes to cImport, sizeOf and types to get tests passing
Veikka Tuominen
2021-09-20
stage2: implement cImport
Veikka Tuominen
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: fmt a bunch of stuff
Robin Voetter
2021-09-20
Address spaces: Forbid addrspace and linksection for local variables
Robin Voetter
2021-09-20
Address Spaces: Sema basics
Robin Voetter
2021-09-20
Address spaces: AstGen
Robin Voetter
[prev]
[next]