aboutsummaryrefslogtreecommitdiff
path: root/src/type.zig
AgeCommit message (Expand)Author
2021-01-19SPIR-V: Add glsl450 and vulkan spir-v operating system definitionsRobin Voetter
2021-01-19SPIR-V: Initial architecture definitions and setupRobin Voetter
2021-01-11Merge branch 'Stage2 begin implementing container types'Andrew Kelley
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-01std: have std.meta.fieldInfo take an enum rather than a stringdaurnimator
2020-12-31stage2: compile error for invalid `var` typeAndrew Kelley
2020-12-31stage2: no Payload for Type.Tag.inferred_allocAndrew Kelley
2020-12-31stage2: inferred local variablesAndrew Kelley
2020-12-30stage2: rework Value Payload layoutAndrew Kelley
2020-12-30stage2: rework Type Payload layoutAndrew Kelley
2020-12-28stage2: add extern functionsAndrew Kelley
2020-12-09Change tag returned by zigTagType for c_longdouble to Float.antlilja
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-18stage2: handle opaque containersVexu
2020-11-17stage2: initial container astgenVexu
2020-11-15stage2: outline container typesVexu
2020-11-12stage2 ARM & AArch64: ensure correct function alignmentjoachimschmidt557
2020-10-30stage2: implement switch validation for integersVexu
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-09-30stage2: struct type field accessVexu
2020-09-30stage2: very basic importsVexu
2020-09-30stage2: add import builtin stubVexu
2020-09-21rename src-self-hosted/ to src/Andrew Kelley