aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
AgeCommit message (Expand)Author
2017-10-24wip self hosted codeAndrew Kelley
2017-10-16look for libc at runtime on windowsAndrew Kelley
2017-10-16ability to make a DLLAndrew Kelley
2017-10-14build-exe allows direct export of WinMainCRTStartupAndrew Kelley
2017-10-03add @setAlignStack builtinAndrew Kelley
2017-10-01implement standard library path searchAndrew Kelley
2017-09-30remove zigrtAndrew Kelley
2017-09-30better divTrunc codegenAndrew Kelley
2017-09-24windows gui hello worldAndrew Kelley
2017-09-18add --verbose-link optionAndrew Kelley
2017-09-17add -mllvm supportAndrew Kelley
2017-09-14depend on embedded SoftFloat-3d instead of __float128Andrew Kelley
2017-09-10fix not verifying GlobalLinkage and AtomicOrder typesAndrew Kelley
2017-09-05add OpaqueType builtinAndrew Kelley
2017-09-02rewrite parseh to use AST instead of direct typesAndrew Kelley
2017-09-01c-to-zig: return statementAndrew Kelley
2017-08-31setEvalBranchQuota must be called from top of comptime stackAndrew Kelley
2017-08-31allow array literals to have size and fix comptime bugAndrew Kelley
2017-08-29more alignment improvementsAndrew Kelley
2017-08-29ptrCast gives compile error for increasing alignmentAndrew Kelley
2017-08-29introduce align keywordAndrew Kelley
2017-08-28Merge branch 'embed-lld'Andrew Kelley
2017-08-28remove remnants of depending on darwin system linkerAndrew Kelley
2017-08-26codegen for enums chooses best order of tag and union fieldsAndrew Kelley
2017-08-26use most_aligned_member+padding to represent enum unionsscurest
2017-08-26remove @alignOf and add @cAbiAlignOf and @preferredAlignOfAndrew Kelley
2017-08-25refactor - codegen llvm functions lazilyAndrew Kelley
2017-08-20compile-time f32, f64 operations are now correctly lossyAndrew Kelley
2017-08-19add setEvalBranchQuota builtin functionAndrew Kelley
2017-08-19bit shifting safetyAndrew Kelley
2017-08-16compiler_rt implementations for __fixuns* functionsAndrew Kelley
2017-08-09more intuitive left shift and right shift operatorsAndrew Kelley
2017-08-08add ptrToInt builtin, remove usize(ptr) castAndrew Kelley
2017-07-08remove unused enumAndrew Kelley
2017-07-08better bigint/bigfloat implementationAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-06-03compileError builtin includes "referenced by" notesAndrew Kelley
2017-05-27const global values can reference each otherAndrew Kelley
2017-05-25fix segfault with array of variadic functionsAndrew Kelley
2017-05-21add error for break/continue exiting defer expressionAndrew Kelley
2017-05-20flip the enum order of FloatModeAndrew Kelley
2017-05-20add setFloatMode builtin and std.math.floorAndrew Kelley
2017-05-17typeId builtin instead of isInteger, isFloat, etcAndrew Kelley
2017-05-09inline function call with builtin function instead...Andrew Kelley
2017-05-07delete @generatedCode builtin functionAndrew Kelley
2017-05-07rename c_long_double to c_longdoubleAndrew Kelley
2017-05-07detect duplicate switch value even when else prong presentAndrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-05-04add compile error when unable to inline a functionAndrew Kelley