aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-09stage2: fix case where public variables did not workjacob gw
2021-04-09stage2: fix regression from previous commitAndrew Kelley
2021-04-09stage2: fix stderr deadlock and slightly wrong tty coloringAndrew Kelley
2021-04-09Merge pull request #8470 from ziglang/stage2-startAndrew Kelley
2021-04-09Merge pull request #8439 from Luukdegram/wasm-memAndrew Kelley
2021-04-09stage2: add error for private decls accessed from other filesjacob gw
2021-04-09Fix memory cleanup and update unplugging to avoid infinite loopLuuk de Gram
2021-04-09stage2: clean up pretty printing compile errorsAndrew Kelley
2021-04-08stage2: fix bug where a parser error would break errorsjacob gw
2021-04-08stage2: pretty print compilation errorsjacob gw
2021-04-09stage2: delete allowing input (and output) zir from the pipeline (#8471)g-w1
2021-04-08AstGen: implement `@typeInfo` builtinAndrew Kelley
2021-04-08AstGen: implement struct init with ResultLoc.tyAndrew Kelley
2021-04-08stage2: implement array access to a global arrayAndrew Kelley
2021-04-08stage2: fix the memory leaksAndrew Kelley
2021-04-08stage2: simplify Decl src_node fieldAndrew Kelley
2021-04-08stage2: blaze the trail for std lib integrationAndrew Kelley
2021-04-08Refactor link/wasm.zig to use offset tableLuuk de Gram
2021-04-08CleanupLuuk de Gram
2021-04-08Handle incremental compilation correctlyLuuk de Gram
2021-04-08Calculate data length to ensure correct pointer offsetsLuuk de Gram
2021-04-08Basic "Hello world" workingLuuk de Gram
2021-04-08Merge pull request #8464 from gracefuu/grace/wasm-opsAndrew Kelley
2021-04-08stage2 AArch64: Add conditional branch instructionsjoachimschmidt557
2021-04-08stage2: revert to only has_decl and export ZIR supportAndrew Kelley
2021-04-08stage2: fix bug where invalid ZIR was generatedTimon Kruiper
2021-04-08stage2: add support for start.zigTimon Kruiper
2021-04-08stage2: implement builtin function hasDeclTimon Kruiper
2021-04-08stage2: add support for root pkgTimon Kruiper
2021-04-08stage2: add initial support for builtin pkgTimon Kruiper
2021-04-08stage2: add a simplified export builtin callTimon Kruiper
2021-04-08stage2: fix bug in ZIR gen of global comptime blockTimon Kruiper
2021-04-08Merge pull request #8459 from joachimschmidt557/stage2-regallocAndrew Kelley
2021-04-07Merge pull request #8449 from ziglang/stage2-enumsAndrew Kelley
2021-04-07Sema: fix switch validation '_' prong on wrong typeAndrew Kelley
2021-04-07stage2: fix switch validation of handling all enum valuesAndrew Kelley
2021-04-07Sema: `@intToEnum` error msg includes a "declared here" hintAndrew Kelley
2021-04-07AstGen: fix incorrect source loc for duplicate enum tagAndrew Kelley
2021-04-07stage2: fix incremental compilation handling of parse errorsAndrew Kelley
2021-04-07stage2: fix incremental compilation Decl deletion logicAndrew Kelley
2021-04-07Sema: implement switch validation for enumsAndrew Kelley
2021-04-07AstGen: fix ZIR struct encodingAndrew Kelley
2021-04-08Sema: fix typo bug for boolean ops (and, or)gracefu
2021-04-08stage2 wasm: Add bitwise/boolean ops &, |, ^, and, orgracefu
2021-04-08stage2: Add .div to ir.ziggracefu
2021-04-07C backend: enumerate all the types in renderTypeAndrew Kelley
2021-04-07Type: use isPtrLikeOptional instead of isAbiPtrAndrew Kelley
2021-04-07AstGen: fix switch expressions with all prongs noreturnAndrew Kelley
2021-04-07Sema: implement comparison analysis for non-numeric typesAndrew Kelley
2021-04-07zir: use `node` union field for `alloc_inferred`Andrew Kelley