aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-15unions have a secret field for the typeAndrew Kelley
2017-11-15basic union supportAndrew Kelley
2017-11-14c-to-zig: handle UO_DerefAndrew Kelley
2017-11-13parsec supports do loopJosh Wolfe
2017-11-13parsec supports post increment/decrement with used resultJosh Wolfe
2017-11-13parsec supports more compound assign operatorsJosh Wolfe
2017-11-13parsec supports bitshift operatorsJosh Wolfe
2017-11-13Merge branch 'parsec' of https://github.com/dimenus/zig into dimenus-parsecAndrew Kelley
2017-11-13parsec supports C comma operatorJosh Wolfe
2017-11-13parsec supports C NULL to pointer implicit castJosh Wolfe
2017-11-13Fixed duplicate decl detection for typedefs/enumsdimenus
2017-11-10fix test failuresAndrew Kelley
2017-11-10fix bug when multiple function definitions existAndrew Kelley
2017-11-09fix parameter of extern var args not type checkedAndrew Kelley
2017-11-08fix enum sizes too largeAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-11-06add @memberType and @memberName builtin functionsAndrew Kelley
2017-11-04fix build on MacOSAndrew Kelley
2017-11-04add compile-time reflection for function arg typesAndrew Kelley
2017-11-03slightly more verbose error message when building object file failsAndrew Kelley
2017-11-03Merge pull request #581 from Dimenus/line_endingsAndrew Kelley
2017-11-03Windows libc & static libc are located in the same dir which is already cover...dimenus
2017-11-03Add support for windows line endings with c macrosdimenus
2017-11-03Add emit command-line option (#580)Marc Tiehuis
2017-11-03more compile-time type reflectionAndrew Kelley
2017-11-02fix incorrect debug info for empty structsAndrew Kelley
2017-11-01windows: use the same libc search within a compilation unitAndrew Kelley
2017-11-01WIN32: Linking with the CRT at runtime. (#570)Dimenus
2017-10-27Merge branch 'master' into self-hostedAndrew Kelley
2017-10-27use llvm named structs for const values when possibleAndrew Kelley
2017-10-26Improve invalid character error messages (#566)Marc Tiehuis
2017-10-26better output when @cImport generates invalid zigAndrew Kelley
2017-10-25fix crash on field access of opaque typeAndrew Kelley
2017-10-25cleaner verbose flags and zig build prints failed commandAndrew Kelley
2017-10-24fix missing compiler_rt in release modesAndrew Kelley
2017-10-24wip self hosted codeAndrew Kelley
2017-10-23remove CXX ABI workaroundAndrew Kelley
2017-10-23add maximum value for @setAlignStackAndrew Kelley
2017-10-21parse-c: improve performanceAndrew Kelley
2017-10-21report compile error instead of crashing for void in var argsAndrew Kelley
2017-10-21fix compiler crash regarding type name of undefinedAndrew Kelley
2017-10-17add uwtable attribute to functions on windowsAndrew Kelley
2017-10-16fix codegen of enum name table having wrong LLVM typesAndrew Kelley
2017-10-16look for libc at runtime on windowsAndrew Kelley
2017-10-16ability to make a DLLAndrew Kelley
2017-10-15clean up some resourcesAndrew Kelley
2017-10-15fix windows argument parsingAndrew Kelley
2017-10-15set stdout and stderr to binary mode on windowsAndrew Kelley
2017-10-15mingw build: delete unused variableAndrew Kelley
2017-10-15only SetConsoleTextAttribute to do console colors on windowsAndrew Kelley