Commits
User selector
Commit History
Commits on Nov 10, 2017
fix test failures
Show description for 019f180committedfix bug when multiple function definitions exist
Show description for 029d37dcommitted
Commits on Nov 9, 2017
fix enum sizes too large
Show description for 4f8c26dcommitted
Commits on Nov 7, 2017
add @memberType and @memberName builtin functions
Show description for 634e871committed
Commits on Nov 4, 2017
add compile-time reflection for function arg types
Show description for f0d7551committed
Commits on Nov 3, 2017
Add emit command-line option (#580)
Show description for 795703aauthored andcommitted
Commits on Nov 2, 2017
Commits on Nov 1, 2017
WIN32: Linking with the CRT at runtime. (#570)
Show description for 38f05d4authored andcommitted
Commits on Oct 27, 2017
- committed
use llvm named structs for const values when possible
Show description for f1072d0committed
Commits on Oct 26, 2017
Commits on Oct 25, 2017
fix missing compiler_rt in release modes
Show description for 1828f8ecommitted
Commits on Oct 24, 2017
- committed
Commits on Oct 21, 2017
fix compiler crash regarding type name of undefined
Show description for 1758939committed
Commits on Oct 17, 2017
add uwtable attribute to functions on windows
Show description for 0744c83committed
Commits on Oct 16, 2017
fix codegen of enum name table having wrong LLVM types
Show description for 5866032committedlook for libc at runtime on windows
Show description for cbb6d22committedability to make a DLL
Show description for d08c577committed- committed
- committed
Commits on Oct 15, 2017
disable byval parameters on windows to work around llvm bug
Show description for 9c44dd7committed- committed
Commits on Oct 10, 2017
add module flag to emit CodeView for COFF object files
Show description for aa78827committed
Commits on Oct 3, 2017
use __chkstk_ms compiler-rt functions for __chkstk
Show description for 6a0c428committedreplace __chkstk function with a stub that does not crash
Show description for b505462committed- committed
Commits on Oct 2, 2017
windows: alignstack=16 on every function
Show description for ec40542committed
Commits on Oct 1, 2017
implement standard library path search
Show description for 1962c85committedfix implementation of --zig-std-dir
Show description for 0975e37committed- committed
remove zigrt
Show description for c6295fecommitteddon't try to use cold calling convention on windows
Show description for 6db589fcommitted
Commits on Sep 30, 2017
better divTrunc codegen
Show description for ba3d21ccommittedworkaround for invalid binary created on windows
Show description for 588d286committed
Commits on Sep 24, 2017
- committed