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
2022-02-08
stage1: fix x86_64-windows C ABI classification logic
Andrew Kelley
2022-02-08
stage1: fix x86 i128 C ABI for extern structs
Andrew Kelley
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-01-31
stage1: remove the `data` field from TypeInfo.Declaration
Andrew Kelley
2022-01-28
stage1: add f80 type
Veikka Tuominen
2022-01-20
stage1: remove the "referenced here" error note
Andrew Kelley
2022-01-03
stage1: Resolve LLVM C ABI type for small packed structs
paulsnar
2022-01-01
fmt: Refactor parsing of placeholders into its own function
Jimmi Holst Christensen
2021-11-22
stage1: improve packed struct array padding error message
Kirk Scheibelhut
2021-10-26
Don't call render_const_val_array() on undefined
Daniele Cocca
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-08-27
declarations may collide with primitives with @"" syntax
Andrew Kelley
2021-08-24
stage1: remove incorrect compile error for var redeclaration
Andrew Kelley
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
[next]