aboutsummaryrefslogtreecommitdiff
path: root/src/Sema.zig
AgeCommit message (Expand)Author
2021-06-08stage2: fix repeat_inline skipping first instruction in blockVeikka Tuominen
2021-06-07stage2: implement comptime variablesVeikka Tuominen
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-25Re-enable building the self-hosted compiler for 32-bit targetsjoachimschmidt557
2021-05-22stage2: rename ir.zig to air.zigAndrew Kelley
2021-05-17Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-17stage2: fix crash in switch compile errorAndrew Kelley
2021-05-17Sema: use a hash map for ZIR->AIR mappingAndrew Kelley
2021-05-14stage2: compile log stores node offsetAndrew Kelley
2021-05-14stage2: improve Decl dependency managementAndrew Kelley
2021-05-13Sema: remove compile error for comptime function callsAndrew Kelley
2021-05-13Sema: detect and skip over elided instructionsAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11stage2: more Decl lifetime fixesAndrew Kelley
2021-05-11stage2: improve Decl lifetime managementAndrew Kelley
2021-05-11Sema: implement duplicate enum tag compile errorAndrew Kelley
2021-05-11stage2: lookupIdentifier can return error.AnalysisFailedAndrew Kelley
2021-05-11stage2: better handling of file-level compile errors across updatesAndrew Kelley
2021-05-11stage2: add `owns_tv` flag to `Module.Decl`Andrew Kelley
2021-05-10stage2: struct, union, enum, opaque, error sets get better namesAndrew Kelley
2021-05-10stage2: type declarations ZIR encode AnonNameStrategyAndrew Kelley
2021-05-08Sema: fix `@setEvalBranchQuota` incorrectly requiring a function bodyAndrew Kelley
2021-05-07stage2: fix struct inits not getting fields resolvedAndrew Kelley
2021-05-07stage2: fix stack overflow in `@setEvalBranchQuota` test caseAndrew Kelley
2021-05-07stage2: implement global variablesAndrew Kelley
2021-05-07stage2: implement extern functionsAndrew Kelley
2021-05-07Sema: support enough to check main calling convention via `@typeInfo`Andrew Kelley
2021-05-06Sema: implement `@typeInfo` for functionsAndrew Kelley
2021-05-04Sema: restore the extern lib name functionalityAndrew Kelley
2021-05-04Sema: implement error setsAndrew Kelley
2021-05-04stage2: fix structs and enums setting wrong owner_declAndrew Kelley
2021-05-03Sema: implement ExportOptions support in `@export`Andrew Kelley
2021-05-03ZIR: typeof uses the un_node field not un_tokAndrew Kelley
2021-05-03Sema: implement struct_decl instructionAndrew Kelley
2021-05-03stage2: hook up semantic analysis of struct fieldsAndrew Kelley
2021-05-02stage2: make struct field analysis lazyAndrew Kelley
2021-05-02AstGen: decouple from Module/CompilationAndrew Kelley
2021-05-01Sema: fix struct decl decoding ZIR incorrectlyAndrew Kelley
2021-05-01stage2: dbg_stmt ZIR instructions have line/colAndrew Kelley
2021-04-30stage2: implement function body analysisAndrew Kelley
2021-04-30stage2: introduce new ZIR instruction: argAndrew Kelley
2021-04-30Sema: implement function declarationsAndrew Kelley
2021-04-30stage2: un-tangle memory management of Decl and NamespaceAndrew Kelley
2021-04-29AstGen: represent global variables directlyAndrew Kelley
2021-04-29AstGen: implement extern variablesAndrew Kelley
2021-04-29AstGen: implement function prototypes with alignment exprsAndrew Kelley
2021-04-29Sema: rename TZIR to AIRAndrew Kelley
2021-04-29Sema: skip analysis of empty enum blocksAndrew Kelley
2021-04-29AstGen: implement anytype struct fieldsAndrew Kelley
2021-04-29AstGen: implement comptime struct fieldsAndrew Kelley