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
2023-09-22
AstGen: fix @export with undeclared identifier crashing
Wooster
2023-09-21
InternPool: implement getStructType
Andrew Kelley
2023-09-17
AstGen: allow closure over known-runtime values within @TypeOf
mlugg
2023-09-15
compiler: start using destructure syntax
mlugg
2023-09-15
compiler: implement destructuring syntax
mlugg
2023-09-15
AstGen: do not forward result pointers through @as
mlugg
2023-09-07
AstGen: fix missing array type validation
Veikka Tuominen
2023-09-05
AstGen: fix error on missing function prototype name
Veikka Tuominen
2023-08-28
compiler: provide result type for @memset value
mlugg
2023-08-28
Sema: allow cast builtins on vectors
mlugg
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-21
AstGen: disallow '-0' integer literal
mlugg
2023-08-20
AstGen: add result location analysis pass
mlugg
2023-08-15
InternPool: preserve indices of builtin types when resolved
mlugg
2023-08-12
AstGen: cleanup `@as` invasion
Jacob Young
2023-08-12
AstGen: fix src loc for invalid switch expression rls coercions
Jacob Young
2023-08-12
AstGen: fix src loc for invalid coercion in breaks
Jacob Young
2023-08-12
AstGen: fix src loc for invalid coercions in tuple literals
Jacob Young
2023-08-12
AstGen: fix src loc for invalid if expression rls coercions
Jacob Young
2023-08-09
compiler: fix crash on invalid result type for `@splat`
mlugg
2023-08-09
AstGen: handle `ty` result location for struct and array init correctly
mlugg
2023-07-27
frontend: make fn calls byval; fix false positive isNonErr
Andrew Kelley
2023-07-26
AstGen: fix missing deferred ref
Jacob Young
2023-07-25
frontend: forbid packed and extern tuples
Andrew Kelley
2023-07-25
AstGen: avoid unnecessary mutable local
Andrew Kelley
2023-07-21
fix some whitespace formatting in `switch`s
r00ster91
2023-07-18
AstGen: idiomatic use of switch
Andrew Kelley
2023-07-12
Remove len parameter from splat builtin function
antlilja
2023-07-11
Fixes wrong error location for unionInit when first parameter is not a type (...
Anton Lilja
2023-07-10
AstGen: make sure for range start and end are usizes
r00ster91
2023-06-26
AstGen: fix result locations for elements of typed array init
mlugg
2023-06-25
Merge pull request #16192 from mlugg/builtins-infer-dest-ty-fixes
Andrew Kelley
2023-06-25
AstGen: add source location to certain const initializers
Jacob Young
2023-06-25
compiler: allow cast builtins to coerce result to error union or optional
mlugg
2023-06-25
AstGen: use usize as result type of for loop range operands
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
compiler: remove destination type from cast builtins
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite them
Eric Joldasov
2023-06-13
Eliminate switch_cond[_ref] ZIR tags
mlugg
2023-06-13
Eliminate switch_capture_tag ZIR instruction
mlugg
2023-06-13
Eliminate switch_capture and switch_capture_ref ZIR tags
mlugg
2023-06-13
Move switch case value coercion from AstGen to Sema
mlugg
2023-06-13
Zir: remove unnecessary switch_capture_multi instructions
mlugg
2023-06-10
AstGen: generate tests with anyerror!void
Andrew Kelley
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
stage2: move enum types into the InternPool
Andrew Kelley
2023-06-10
stage2: move all integer types to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-06-10
AstGen: handle ref_table for params
mlugg
[next]