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
/
stage1
/
analyze.cpp
Age
Commit message (
Expand
)
Author
2021-07-28
stage1: Expand SysV C ABI support for small structs
Belhorma Bendebiche
2021-07-25
ctz + clz
Auguste Rame
2021-07-25
Add vector support for @popCount
Auguste Rame
2021-07-11
Rename IrInstSrc to Stage1ZirInst and IrInstGen to Stage1AirInst
Martin Wickham
2021-07-06
Avoid some large copies for another second of time saved
Martin Wickham
2021-07-05
Remove debug checks, audit field accesses
Martin Wickham
2021-07-05
stage1: avoid incorrectly reading ZigValue data
Andrew Kelley
2021-07-05
stage1: resolve lazy values before comptime fn call
Andrew Kelley
2021-07-05
Better hashing, new asserts failing
Martin Wickham
2021-07-03
stage1: eliminate the IrInst base struct
Andrew Kelley
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-06-16
Add create_sentineled_str_lit
Daniele Cocca
2021-06-16
{create,init}_const_slice: accept custom sentinel
Daniele Cocca
2021-06-08
stage1: fix render_const_value for printing const optional pointers
Matthew Borkowski
2021-05-28
stage1: remove source_node field from Stage1Zir
Andrew Kelley
2021-05-28
stage1: move the ZigFn from Stage1Zir to Stage1AstGen
Andrew Kelley
2021-05-28
stage1: move some mutable state from Stage1Zir to IrAnalyze
Andrew Kelley
2021-05-28
stage1: rename IrExecutableSrc to Stage1Zir
Andrew Kelley
2021-05-28
stage1: rework tokenizer to match stage2
Andrew Kelley
2021-05-20
stage1: support inline keyword on function decls
Isaac Freund
2021-05-10
stage1: remove outdated error message regarding #447
jacob gw
2021-04-28
Merge pull request #8472 from sreehax/master
Andrew Kelley
2021-04-25
stage1: Use correct alignment for asyncCall frame
LemonBoy
2021-04-25
stage1: Change how the Frame alignment is computed
LemonBoy
2021-04-12
stage1: resolve builtin types and values via std.builtin
Andrew Kelley
2021-04-08
fix unannotated fall-through bug in case
Sreehari S
2021-04-08
callconv: add SysV
Sreehari S
2021-04-02
put async frame in correct addrspace
Woze Parrot
2021-03-18
stage1: small memory optimization for simple pointer types
Andrew Kelley
2021-02-10
stage1: switch from inline fn to callconv(.Inline)
Tadeo Kondrak
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-30
remove @TagType
Tadeo Kondrak
2021-01-22
stage1: Allow nameless test blocks
LemonBoy
2021-01-21
stage1: don't filter test blocks with empty label
LemonBoy
2020-12-26
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-24
stage1: Create a new declaration scope for union enum types
LemonBoy
2020-12-15
Merge pull request #7431 from LemonBoy/fix-7426
Andrew Kelley
2020-12-15
stage1: Don't skip steps when analyzing union types
LemonBoy
2020-12-13
stage1: Fix crash in can_mutate_comptime_var_state
LemonBoy
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
stage1: Validate the specified cc for lazy fn types
LemonBoy
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-05
stage1: Initialize single-element union tag correctly
LemonBoy
2020-12-05
stage1: Fix constant folding of single-element enums
LemonBoy
2020-11-26
stage1: Force union member types to be resolved
LemonBoy
2020-11-20
stage1: Resolve usingnamespace decls when calling @typeInfo
LemonBoy
2020-11-19
add compile-error tests for unsupported calling convention
Vexu
2020-11-19
stage1: Check calling convention correctly for subsystem detection
Tadeo Kondrak
2020-11-19
stage1: Compile error instead of falling back to C for unsupported cc
Tadeo Kondrak
2020-11-13
stage1: Resolve ErrorUnion children types
LemonBoy
[next]