aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-16fix regression in global const alignmentAndrew Kelley
2020-01-16zig ir.cpp details: remove the mem_slot mechanismAndrew Kelley
2020-01-16add struct field default value to typeinfoVexu
2020-01-16implement `@bitSizeOf`Vexu
2020-01-16Fix garbled error messages from clangLemonBoy
2020-01-15disallow multiline strings in test and library namesVexu
2020-01-15stage1: move local native_libc.txt to globalMichael Dusan
2020-01-15Merge pull request #4182 from LemonBoy/mjeiorwAndrew Kelley
2020-01-14Make sure @export symbol name is not emptyLemonBoy
2020-01-14Print sentinel value in ir_printLemonBoy
2020-01-14Fix codegen error for some union initializersLemonBoy
2020-01-14Fix ICE when BoundFn are passed as parametersLemonBoy
2020-01-13Allow switching on pointer typesLemonBoy
2020-01-13Validate switch range endpointsLemonBoy
2020-01-13add an extra assertAndrew Kelley
2020-01-13Merge pull request #4162 from LemonBoy/fix-4020Andrew Kelley
2020-01-12Fix @call being too eager to resolve the fn argumentLemonBoy
2020-01-12prefer C++ compiler builtins for BREAKPOINTMichael Dusan
2020-01-12Propagate errors in for loop bodiesLemonBoy
2020-01-11strip cwd from compile error pathsMichael Dusan
2020-01-11Fix unsafe cast in translate_cLemonBoy
2020-01-11Stop dropping errors from clangLemonBoy
2020-01-10Don't special-case `builtin` too muchLemonBoy
2020-01-10Inform the debugger about the effective type sizesLemonBoy
2020-01-10Handle forward-declared functionsLemonBoy
2020-01-09Merge pull request #3955 from LemonBoy/fix-1528Andrew Kelley
2020-01-09New @export() handlingLemonBoy
2020-01-09Correct alignment calculation for runtime addendsLemonBoy
2020-01-08Propagate more failures upwardsLemonBoy
2020-01-08Fix calculation of new alignment factorLemonBoy
2020-01-08Pointer arithmetic affects the alignment factorLemonBoy
2020-01-08More translate-c fixesLemonBoy
2020-01-07Fix crash with unresolved locLemonBoy
2020-01-07cleanups related to --eh-frame-hdrAndrew Kelley
2020-01-07add --eh-frame-hdr conditionallyDavid Cao
2020-01-07add --eh-frame-hdr arg for linkingDavid Cao
2020-01-07Fix crash in struct initializer evaluationLemonBoy
2020-01-07Preserve packed attribute in C translated struct (#4085)via
2020-01-06Prevent bitCast to enum typesLemonBoy
2020-01-06Merge pull request #4083 from LemonBoy/better-stdboolAndrew Kelley
2020-01-06Translate anonymous union/structLemonBoy
2020-01-06fix test suite regressionsAndrew Kelley
2020-01-06fix regression with `@TypeInfo`Andrew Kelley
2020-01-06remove stdcallcc, extern, nakedcc from stage1; zig fmt rewritesAndrew Kelley
2020-01-06Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-workAndrew Kelley
2020-01-06Better _Bool translationLemonBoy
2020-01-05Better InitListExpr translationLemonBoy
2020-01-05Merge pull request #4053 from ziglang/test-run-translated-cAndrew Kelley
2020-01-03translate-c supports --cache onAndrew Kelley
2020-01-03Correct evaluation of optional type alignmentLemonBoy