aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/analyze.cpp
AgeCommit message (Expand)Author
2020-12-26stage1: const_values_equal error union, improve remaining "TODO" panicsVeikka Tuominen
2020-12-24stage1: Create a new declaration scope for union enum typesLemonBoy
2020-12-15Merge pull request #7431 from LemonBoy/fix-7426Andrew Kelley
2020-12-15stage1: Don't skip steps when analyzing union typesLemonBoy
2020-12-13stage1: Fix crash in can_mutate_comptime_var_stateLemonBoy
2020-12-09small fixes and zig fmtVexu
2020-12-08stage1: Validate the specified cc for lazy fn typesLemonBoy
2020-12-07ability to build stage1 using only a zig tarballAndrew Kelley
2020-12-05stage1: Initialize single-element union tag correctlyLemonBoy
2020-12-05stage1: Fix constant folding of single-element enumsLemonBoy
2020-11-26stage1: Force union member types to be resolvedLemonBoy
2020-11-20stage1: Resolve usingnamespace decls when calling @typeInfoLemonBoy
2020-11-19add compile-error tests for unsupported calling conventionVexu
2020-11-19stage1: Check calling convention correctly for subsystem detectionTadeo Kondrak
2020-11-19stage1: Compile error instead of falling back to C for unsupported ccTadeo Kondrak
2020-11-13stage1: Resolve ErrorUnion children typesLemonBoy
2020-11-11stage1: Avoid resolving type entry in [0]TLemonBoy
2020-11-10stage1: Fix comparison of unions containing zero-sized typesLemonBoy
2020-11-05stage1: Make sure union(enum(T)) is validLemonBoy
2020-11-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
2020-10-29stage1: Fix small bug in pointer type analysisLemonBoy
2020-10-28stage1: Fix crash in comptime struct value copyLemonBoy
2020-10-26non-hacky workaround for the empty file bugAndrew Kelley
2020-10-26Fix @import of empty filefrmdstryr
2020-10-24Add sparc64 linux C ABIKoakuma
2020-10-21stage1: Fix edge case in Union ZigValue generationLemonBoy
2020-10-08stage1: Disallow arrays in function parameters or return typesTadeo Kondrak
2020-10-07Merge pull request #6421 from tadeokondrak/opaque-syntaxAndrew Kelley
2020-10-07Remove .Cold calling convention.Tadeo Kondrak
2020-10-06stage1: use size_t over int as index in resolve_opaque_typeTadeo Kondrak
2020-10-06stage1: disallow fields in opaque typesTadeo Kondrak
2020-10-06Add opaque type syntaxTadeo Kondrak
2020-10-04Merge branch 'master' of https://github.com/ziglang/zig into add_some_freesAlexandros Naskos
2020-10-01Allow enums with explicit extern-allowed tag types in extern typesTadeo Kondrak
2020-09-30Added some c_allocator.deallocate callsAlexandros Naskos
2020-09-28stage2: building mingw-w64 and COFF LDD linkingAndrew Kelley
2020-09-21Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley