aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
AgeCommit message (Expand)Author
2020-01-02Don't ptrCast a result-location assignment to _LemonBoy
2020-01-01Merge pull request #4025 from ziglang/Vexu-stage-2-cimportAndrew Kelley
2020-01-01fix segfault in bit shift safety checkVexu
2019-12-31Merge branch 'stage-2-cimport' of https://github.com/Vexu/zig into Vexu-stage...Andrew Kelley
2019-12-30Merge pull request #3683 from Vexu/atomic-floatAndrew Kelley
2019-12-30fix comparing comptime_int against undefined literalAndrew Kelley
2019-12-30Resolve more types as neededLemonBoy
2019-12-30Fix ptrCast of zero-sized typeLemonBoy
2019-12-29use self hosted translate-c for cimportsVexu
2019-12-23support some atomic operations with floatsVexu
2019-12-22report compile errors instead of crashing when frame is invalidAndrew Kelley
2019-12-21fix incorrect `@typeInfo` for sentinelsAndrew Kelley
2019-12-20sentinel slicing improvementsAndrew Kelley
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-20Fix sentinel value of opaque pointers in typeInfoLemonBoy
2019-12-20Fix comptime evaluation of runtime array accessLemonBoy
2019-12-17Make sure the fields array is always non-nullLemonBoy
2019-12-16avoid using undefined valueAndrew Kelley
2019-12-16Fix alignment query on unresolved typesLemonBoy
2019-12-16allow comparison of any numeric typesAndrew Kelley
2019-12-15improve extern enumVexu
2019-12-15Don't assume TLS storage has a fixed addressLemonBoy
2019-12-15Make sure the address is aligned for intToPtr opsLemonBoy
2019-12-13Merge pull request #3896 from Vexu/translate-c-2Andrew Kelley
2019-12-13revert removal of translate mode in stage 1Vexu
2019-12-12un-special-case startup code in the std libAndrew Kelley
2019-12-12remove concept of translate modeVexu
2019-12-10improve dynamic library APIAndrew Kelley
2019-12-10Replace typeOf with TypeOf in stage0Robin Voetter
2019-12-09remove var args from the languageAndrew Kelley
2019-12-09implement async function call with `@call`Andrew Kelley
2019-12-09ability to give comptime and non-comptime types to same parameterAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-08implement tuple concatenationAndrew Kelley
2019-12-08tuple detection does not require AST nodeAndrew Kelley
2019-12-08Make array types (quasi-)lazyLemonBoy
2019-12-08fix anon struct literal field initialized with fn callAndrew Kelley
2019-12-08add syntax for comptime struct fieldsAndrew Kelley
2019-12-08implement comptime struct fieldsAndrew Kelley
2019-12-08Fix for @Type not picking up the sentinel valueLemonBoy
2019-12-07remove compile error for peer result comptime_int and nullAndrew Kelley
2019-12-06Merge pull request #3856 from ziglang/builtin-callAndrew Kelley
2019-12-06remove `@newStackCall` from zigAndrew Kelley
2019-12-06remove `@inlineCall` from zigAndrew Kelley
2019-12-06Fix misinterpretation of sentinel constant valueLemonBoy
2019-12-05remove `@noInlineCall` from zigAndrew Kelley
2019-12-05implement `@call`Andrew Kelley
2019-12-03Pick up WinMain with proper CCLemonBoy
2019-12-02Accept comptime-known expression for asmLemonBoy
2019-12-02bring your own OS layer in the std libAndrew Kelley