aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-18fix floatCast type check regressionVexu
2020-07-17Add trait.isTupledata-man
2020-07-17add is_tuple field to struct typeinfoVexu
2020-07-16Merge pull request #5889 from Vexu/translate-cAndrew Kelley
2020-07-16add behavior tests fro macro translationsVexu
2020-07-16std.mem.zeroes use std.mem.set instead of `@memset`Vexu
2020-07-16Vectors clarification in docsdata-man
2020-07-16translate-c: support initializer list expr macrosVexu
2020-07-16std.mem.zeroInit support initiating with tuplesVexu
2020-07-16stage2: change large switch → inline for looppfg
2020-07-16Merge pull request #5885 from ziglang/stage2-localsAndrew Kelley
2020-07-15stage2: local constsAndrew Kelley
2020-07-15stage2: breaking AST memory layout modificationsAndrew Kelley
2020-07-15On darwin, only add the self exe to the cache hash for compiler id (#5880)haze
2020-07-15stage2: breaking AST memory layout modificationsAndrew Kelley
2020-07-15stage2: extract AST=>ZIR code to separate fileAndrew Kelley
2020-07-15Merge pull request #5872 from ziglang/ast-flatten-2Andrew Kelley
2020-07-15TrailerFlags test: fix bad alignment assumption on 32-bitAndrew Kelley
2020-07-15stage2: VarDecl and FnProto take advantage of TrailerFlags APIAndrew Kelley
2020-07-14add std.meta.TrailerFlags APIAndrew Kelley
2020-07-14follow up from previous commit for generic methodsAndrew Kelley
2020-07-14fix ability to call methods on enums with pointer-to-selfAndrew Kelley
2020-07-14Merge pull request #5868 from ziglang/stage2-improvementsAndrew Kelley
2020-07-14stage2: implement enough for assert() function to codegenAndrew Kelley
2020-07-13stage2: fix liveness analysis of Call instructionsAndrew Kelley
2020-07-13stage2: detect unreferenced non-volatile asm and NOTAndrew Kelley
2020-07-14Added octal formatting fo `fmt` functions. (#5867)~nue
2020-07-13stage2: add ZIR support for BoolNotAndrew Kelley
2020-07-13stage2 parser: split out PrefixOp into separate AST NodesAndrew Kelley
2020-07-13Document top-level doc comments, per #2288.Nathan Michaels
2020-07-13Merge pull request #5831 from paulespinosa/langref-hello-world-moreAndrew Kelley
2020-07-13Use Writer for Language Reference Hello World ExamplePaul Espinosa
2020-07-13stage2: Module: use StringHashMapUnmanagedAndrew Kelley
2020-07-13Merge branch 'stage2-condbr'Andrew Kelley
2020-07-13stage2: add new test caseAndrew Kelley
2020-07-13stage2: add retvoid support to CBEAndrew Kelley
2020-07-13stage2: add implicit return void where applicableAndrew Kelley
2020-07-13stage2: codegen: more branching supportAndrew Kelley
2020-07-13stage2: implement function calling convention for callsAndrew Kelley
2020-07-13stage2: peer type resolution with noreturnAndrew Kelley
2020-07-13Merge pull request #5864 from pixelherodev/cbeAndrew Kelley
2020-07-13CBE: Code cleanupNoam Preil
2020-07-13CBE: Only generate `(void)` for calls whose return values are ignoredNoam Preil
2020-07-13CBE: Use hasCodeGenBits instead of checking against void and noreturnNoam Preil
2020-07-13Get basic return test workingNoam Preil
2020-07-12CBE: Make C an ObjectFormat instead of a special bool (#5849)pixelherodev
2020-07-13check for invalid sentinel when creating pointer with `@Type`Vexu
2020-07-12std: add mem.joinZIsaac Freund
2020-07-12document a few functions in std.memxackus
2020-07-12Merge pull request #5857 from daurnimator/use-unmanagedAndrew Kelley