aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-19Prevent too eager constant-folding of switch expressionLemonBoy
2019-10-19Fix crash when generating constant unions with single fieldLemonBoy
2019-10-19reduce the size of IrInstruction by 8 bytes on 64 bit targetsAndrew Kelley
2019-10-19add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flagAndrew Kelley
2019-10-17improve progress reportingAndrew Kelley
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-10-17update musl src to v1.1.24Andrew Kelley
2019-10-16add -I command line parameter, same as clangAndrew Kelley
2019-10-16only look for .defs when needed; remove samsrv.dll cross compiling supportAndrew Kelley
2019-10-16add more cross compiling support for windows system dllsAndrew Kelley
2019-10-16add cross compiling support for opengl32.dllAndrew Kelley
2019-10-16generated docs: progress towards generic types being usefulAndrew Kelley
2019-10-15fix non-byte-aligned packed struct field...Andrew Kelley
2019-10-13Merge pull request #3436 from LemonBoy/unpatch-lldAndrew Kelley
2019-10-13Propagate user-defined function alignment to LLVM IRLemonBoy
2019-10-12Add dlltool functionalityLemonBoy
2019-10-11merge targets of generated docsAndrew Kelley
2019-10-11merge dumps tool: merging ast nodesAndrew Kelley
2019-10-11Fix cross-compilation to i386-windows-msvcLemonBoy
2019-10-10codegen.cpp: remove unused variableAndrew Kelley
2019-10-10Merge pull request #3421 from LemonBoy/win32-mingwAndrew Kelley
2019-10-10generated docs: add optional type supportAndrew Kelley
2019-10-10better debug info for integersAndrew Kelley
2019-10-10Extern unions should not trigger active field checkLemonBoy
2019-10-10Merge branch 'docs-union-enum' of https://github.com/Vexu/zig into Vexu-docs-...Andrew Kelley
2019-10-10Merge pull request #3420 from FireFox317/generated-docs-improvementsAndrew Kelley
2019-10-10stage1: fix ir_resolve_str() to return sliceMichael Dusan
2019-10-10Generated docs: Add function paramater namesTimon Kruiper
2019-10-10Generated docs: store static container info in a containerDecl astNodeTimon Kruiper
2019-10-10Patch lld to have a more sensible kill-at implementationLemonBoy
2019-10-10implement doc generation for union and enumVexu
2019-10-09generated docs: add array type supportAndrew Kelley
2019-10-09stage1: fix root top-level-struct typenameMichael Dusan
2019-10-09Compile the architecture-specific mingw sourcesLemonBoy
2019-10-09Remove x86/Windows name mangling hackLemonBoy
2019-10-09generated docs: more verbose fieldsAndrew Kelley
2019-10-09add comments about why we choose pentium4 for i386 targetAndrew Kelley
2019-10-09improve names of error sets when using merge error sets operatorAndrew Kelley
2019-10-09Merge pull request #3390 from nrdmn/unicode_character_literalsAndrew Kelley
2019-10-09Merge pull request #3389 from LemonBoy/win32Andrew Kelley
2019-10-08generated docs: error sets in fn docsAndrew Kelley
2019-10-08Add initial support for struct fields in the docsTimon Kruiper
2019-10-08src/main: minor grammar fix in the help for `zig builtin`Christine Dodrill
2019-10-08generated docs: functions with inferred error sets display nicelyAndrew Kelley
2019-10-08generated docs: bool type and fix error for some fnsAndrew Kelley
2019-10-08generated docs: function parameters have linksAndrew Kelley
2019-10-08generated docs contain generic instantiations and comptime callsAndrew Kelley
2019-10-07generated docs: show doc comments on functionsAndrew Kelley
2019-10-07unicode character literalsNick Erdmann
2019-10-06stage1 parser supports doc commentsAndrew Kelley