aboutsummaryrefslogtreecommitdiff
path: root/src/type.zig
AgeCommit message (Expand)Author
2022-07-29Sema: fix runtime safety for integer overflow with vectorsAndrew Kelley
2022-07-23Sema: add default value here note to invalid comptime field store errorVeikka Tuominen
2022-07-23Sema: bad union field access safetyVeikka Tuominen
2022-07-21Sema: validate function parameter types and return typeVeikka Tuominen
2022-07-14LLVM: fix ABI size of optional and error union typesAndrew Kelley
2022-07-13stage2: fix comptime bitcast involving f80Andrew Kelley
2022-07-11Sema: validate extern typesVeikka Tuominen
2022-07-10Merge pull request #12001 from ziglang/llvm14Andrew Kelley
2022-07-08stage2: Support initializing anonymous struct typeCody Tapscott
2022-07-08stage2: Fix panic when printing AIR for tuple/anon struct typesCody Tapscott
2022-07-03stage2: update vector alignment logicAndrew Kelley
2022-07-01Merge pull request #11974 from ziglang/fixfixfixAndrew Kelley
2022-07-01AstGen: use elem_{ptr,val}_node for array access syntaxVeikka Tuominen
2022-06-30stage2: implement alignment calculation of vectorsAndrew Kelley
2022-06-11stage2: make `error{}` the same size as `anyerror`Veikka Tuominen
2022-06-10Sema: introduce bitSizeAdvanced to recursively resolve typesAndrew Kelley
2022-06-09stage2: fix handling of aggregates with mixed comptime-only fieldsAndrew Kelley
2022-06-08stage2: fix type printing of sub-byte pointersAndrew Kelley
2022-06-07stage2: packed struct fixes for big-endian targetsAndrew Kelley
2022-06-07stage2: better codegen for byte-aligned packed struct fieldsAndrew Kelley
2022-06-06stage2: use correct type (u29) for alignmentVeikka Tuominen
2022-06-03Sema: `@sizeOf` function should give an errorVeikka Tuominen
2022-06-03Type: implement elemType2 for anyframeVeikka Tuominen
2022-06-01Sema: fix alignment of element ptr result typeAndrew Kelley
2022-05-31stage2: introduce support for noaliasAndrew Kelley
2022-05-31stage2: fix hash/eql on function typesAndrew Kelley
2022-05-31stage2: ignore generic return type when hashing function typeVeikka Tuominen
2022-05-30Sema: implement functions generic across callconv() or align()Andrew Kelley
2022-05-24stage2: treat `error{}!void` as a zero-bit typeAndrew Kelley
2022-05-24stage2: fixes for error unions, optionals, errorsAndrew Kelley
2022-05-24stage2: make `?anyerror` represented the same as `anyerror`Andrew Kelley
2022-05-24stage2: fixes for error union semanticsAndrew Kelley
2022-05-20Sema: introduce laziness to `@sizeOf`Andrew Kelley
2022-05-16stage2: implement error return tracesVeikka Tuominen
2022-05-16stage2: add global `Type` constant for `u1`William Sengir
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-07Merge pull request #11605 from Luukdegram/wasm-mul-overflowJakub Konka
2022-05-07wasm: `@addWithOverflow` for bitsize 32Luuk de Gram
2022-05-06Sema: solve a false positive "depends on itself"Andrew Kelley
2022-05-04stage2: fix `@sizeOf` for structs with comptime fieldsAndrew Kelley
2022-05-04stage2: improve `@sizeOf` and `@alignOf` integersAndrew Kelley
2022-04-20stage2: use indexes for Decl objectsAndrew Kelley
2022-04-16stage2: fix @mulAdd on aarch64 DarwinJakub Konka
2022-04-15Merge pull request #11242 from schmee/sema-handle-more-union-errorsVeikka Tuominen
2022-04-14stage2: progress towards stage3Andrew Kelley
2022-04-14Sema: workaround for generic instantiation recurison bugAndrew Kelley
2022-04-03sema: add compile error for missing/extra enum fields in union declJohn Schmidt
2022-03-27Merge pull request #10871 from schmee/stage2-bitcast-safetyVeikka Tuominen
2022-03-26stage2: resolve types more lazilyAndrew Kelley
2022-03-26stage2: result location types for function call argumentsAndrew Kelley