aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/type.zig
AgeCommit message (Expand)Author
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09remove var args from the languageAndrew Kelley
2019-12-08update self-hosted compiler to new format APIAndrew Kelley
2019-11-26add workaround for #3190Vexu
2019-11-26fixes and cleanup in self hostedVexu
2019-11-23self hosted compiler: small miscellaneous fixesVexu
2019-11-23fix castsVexu
2019-11-08self hosted compiler: various small fixesVexu
2019-11-07self hosted compiler: small fixes to imports and declarationsVexu
2019-11-07self hosted compiler: use enum literalsVexu
2019-11-07self hosted compiler: fix calling convention in type.zigVexu
2019-11-07self hosted compiler: update to new std.eventVexu
2019-11-07self hosted compiler: replace Promise with Frame and AnyFrameVexu
2019-11-07self hosted compiler: remove await async patternVexu
2019-03-24introduce the enum literal typeAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-14fix implicit cast error unions with non-optional to optional pointerAndrew Kelley
2019-02-11add C pointer type to @typeInfoAndrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2019-01-30introduce vector type for SIMDAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-08-10self-hosted: reorganize creation and destruction of CompilationAndrew Kelley
2018-07-24self-hosted: function calling another functionAndrew Kelley
2018-07-24self-hosted: function types use table lookupAndrew Kelley
2018-07-22self-hosted can compile libc hello worldAndrew Kelley
2018-07-20self-hosted: convert some stuff to async/awaitAndrew Kelley
2018-07-19self-hosted: progress on IR for supporting libc hello worldAndrew Kelley
2018-07-16self-hosted: create tmp dir for .o files and emit .o file for fnAndrew Kelley
2018-07-15self-hosted: generate LLVM IR for simple functionAndrew Kelley
2018-07-14rename Module to CompilationAndrew Kelley
2018-07-14self-hosted: adding a fn to an llvm moduleAndrew Kelley
2018-07-13self-hosted: basic IR pass2Andrew Kelley
2018-07-12self-hosted: generate zig IR for simple functionAndrew Kelley