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
2022-12-30
AstGen: fix `dbg_block_end` being inserted before last instruction in block
Veikka Tuominen
2022-12-29
AstGen: make type sentinel expressions implicitly comptime
Veikka Tuominen
2022-12-27
Sema: make overflow arithmetic builtins return tuples
Veikka Tuominen
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-17
Sema: make is_non_{null,err} stricter about types
Veikka Tuominen
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-09
AstGen: add check for missing builtin argument
Veikka Tuominen
2022-12-07
AstGen: make `@compileError` operand implicitly comptime
Veikka Tuominen
2022-12-03
Sema: improve error for mismatched type in implicit return
Veikka Tuominen
2022-12-03
AstGen: add error for invalid string comparisons
Veikka Tuominen
2022-12-02
AstGen: improve error message for missing parameter name
Veikka Tuominen
2022-11-30
AstGen: fix incorrect handling of source cursor with shift builtins
Veikka Tuominen
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-29
AstGen: unstack block scope when creating opaque type
Veikka Tuominen
2022-11-26
Merge pull request #13637 from Vexu/stage2-fixes
Veikka Tuominen
2022-11-26
Sema: pass c_import_buf to child block in more places
Veikka Tuominen
2022-11-23
add tests for tuple declarations
Veikka Tuominen
2022-11-23
std.zig.Ast: simplify usage of tuple_like container fields
Veikka Tuominen
2022-11-23
AstGen: implement tuple declarations
Veikka Tuominen
2022-11-22
AstGen: Pop error trace for `continue`
Cody Tapscott
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-18
std: replace parseAppend with parseWrite in std.zig.string_literal
Stevie Hryciw
2022-11-18
fmt: canonicalize identifiers
Stevie Hryciw
2022-11-11
Autodoc: not all `block_inline`s contain a `break_inline`
Veikka Tuominen
2022-11-11
AstGen: emit dbg_stmt before (nearly) all operations that have a safety check
Veikka Tuominen
2022-11-11
AstGen: make pointless discard error more strict
Veikka Tuominen
2022-11-11
AstGen: use `condbr_inline` if force_comptime is set
Veikka Tuominen
2022-11-04
Merge pull request #13338 from Vexu/stage2-compile-errors
Veikka Tuominen
2022-10-30
AstGen: avoid accessing value from inner scope
Jacob Young
2022-10-29
stage2: make switch on corrupt value panic point to switch condition
Veikka Tuominen
2022-10-27
AstGen: fix `ref`ing inferred allocs
Veikka Tuominen
2022-10-21
stage2: Keep error return traces alive when storing to `const`
Cody Tapscott
2022-10-21
stage2: Propagate error return trace into fn call
Cody Tapscott
2022-10-21
Re-factor: Change AstGen.ResultLoc to be a struct
Cody Tapscott
2022-10-21
stage2: Pop error trace when storing error to var/const
Cody Tapscott
2022-10-21
stage2: Do not pop error trace if result is an error
Cody Tapscott
2022-10-21
stage2: "Pop" error trace for break/return within catch
Cody Tapscott
2022-10-21
stage2: properly reset error return trace index
Veikka Tuominen
2022-10-21
Merge pull request #13219 from Vexu/stage2-fixes
Veikka Tuominen
2022-10-20
stage2: improve source location of assignment
Veikka Tuominen
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-17
stage2: allow comptime expressions for inline asm
Andrew Kelley
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-10-10
Merge pull request #13075 from Vexu/stage2-fixes
Veikka Tuominen
2022-10-07
AstGen: use 'shadows' instead of 'redeclaration' when names are in different ...
Veikka Tuominen
2022-10-06
stage2: add error for non-void error union payload being ignored
Veikka Tuominen
2022-10-03
Merge pull request #12979 from Vexu/inline-switch
Andrew Kelley
2022-09-30
AstGen: do not set decl_line for containers
Veikka Tuominen
[next]