aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-10-15disable byval parameters on windows to work around llvm bugAndrew Kelley
2017-10-14try harder to emit console colorsAndrew Kelley
2017-10-14build-exe allows direct export of WinMainCRTStartupAndrew Kelley
2017-10-10add module flag to emit CodeView for COFF object filesAndrew Kelley
2017-10-06fix compiler crash when invalid value usedAndrew Kelley
2017-10-03fix mingw buildAndrew Kelley
2017-10-03use __chkstk_ms compiler-rt functions for __chkstkAndrew Kelley
2017-10-03replace __chkstk function with a stub that does not crashAndrew Kelley
2017-10-03add @setAlignStack builtinAndrew Kelley
2017-10-02windows: alignstack=16 on every functionAndrew Kelley
2017-10-02support terminal colors for cmd.exe and msys ptyAndrew Kelley
2017-10-02better compiler-rt linkage logicAndrew Kelley
2017-10-01fix parse-c testsAndrew Kelley
2017-10-01still build compiler-rt when linking msvc CRTAndrew Kelley
2017-10-01remove unused functionAndrew Kelley
2017-10-01support linking against MSVC libcAndrew Kelley
2017-10-01fix regression from previous commitAndrew Kelley