aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-10-01implement standard library path searchAndrew Kelley
2017-10-01fix implementation of --zig-std-dirAndrew Kelley
2017-10-01build: escape backslashes in path arguments given to cmakeAndrew Kelley
2017-10-01fix codegen on windowsAndrew Kelley
2017-09-30remove zigrtAndrew Kelley
2017-09-30don't try to use cold calling convention on windowsAndrew Kelley
2017-09-30fix typo in target_can_exec logicAndrew Kelley
2017-09-30better divTrunc codegenAndrew Kelley
2017-09-30workaround for invalid binary created on windowsAndrew Kelley
2017-09-30zig test on 64-bit windows runs 32-bit testsAndrew Kelley
2017-09-30better output for cross platform zig test on windowsAndrew Kelley
2017-09-30better implementation of os_spawn_process for windowsAndrew Kelley
2017-09-28fix build on mingwAndrew Kelley
2017-09-28Allow 128-bit hex float literalsMarc Tiehuis
2017-09-24fix i386 windows stdcallAndrew Kelley
2017-09-24windows gui hello worldAndrew Kelley
2017-09-23improvements to windows supportAndrew Kelley
2017-09-23macho linking: support full lib paths correctlyAndrew Kelley
2017-09-20fix chain assignment semicolonJosh Wolfe
2017-09-20chain assignmentJosh Wolfe
2017-09-21parse-c: support sizeofAndrew Kelley
2017-09-21parse-c: support implicit cast to void *Andrew Kelley
2017-09-21parse-c: support c style castAndrew Kelley
2017-09-20fix assignment needing an lvalueJosh Wolfe
2017-09-21parse-c: array access expressionAndrew Kelley
2017-09-20add sub mul div remJosh Wolfe
2017-09-21parse-c: fix undefined array literalsAndrew Kelley
2017-09-20assignJosh Wolfe
2017-09-20Merge remote-tracking branch 'origin/c-to-zig' into c-to-zigJosh Wolfe
2017-09-20bitwise binary operatorsJosh Wolfe
2017-09-21parse-c: null statementsAndrew Kelley
2017-09-21parse-c: field access expressionsAndrew Kelley
2017-09-20==, !=Josh Wolfe
2017-09-20logical and, logical orJosh Wolfe
2017-09-20Merge remote-tracking branch 'origin/c-to-zig' into c-to-zigJosh Wolfe