aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-29Add unreachable branchAlexandros Naskos
2020-04-29Progress will now use ANSI escape codes on windows for terminals that support itAlexandros Naskos
2020-04-29Merge pull request #5210 from tadeokondrak/IntType-to-IntVexu
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28rename std.meta.IntType to std.meta.IntTadeo Kondrak
2020-04-28Merge pull request #5196 from tadeokondrak/@vector-to-@type-vectorAndrew Kelley
2020-04-28Merge pull request #5195 from tadeokondrak/opaquetype-to-type-opaqueAndrew Kelley
2020-04-28Merge pull request #5201 from tadeokondrak/mangle-field-names-locallyVexu
2020-04-28Fix/add translate-c tests for previous commitTadeo Kondrak
2020-04-28Mangle field names with a local counter in recordsTadeo Kondrak
2020-04-28Update language reference for std.meta.VectorTadeo Kondrak
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-28add std.meta.Vector to replace @VectorTadeo Kondrak
2020-04-28Validate vector types for @VectorTadeo Kondrak
2020-04-28Update language reference for recent @Type changesTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-27add missing const to pkg dependencieswozeparrot
2020-04-27Merge pull request #5187 from ziglang/squeek502-windows-fmt-relativeAndrew Kelley
2020-04-27implement @Type() for more typesTadeo Kondrak
2020-04-27std: support `/` in Windows pathsAndrew Kelley
2020-04-27zig fmt: still print the relative pathAndrew Kelley
2020-04-27fmt: Fix relative paths with . and .. on WindowsRyan Liptak
2020-04-27Fix issue with std.json incorrectly replacing forward slashes with a backslas...Auguste Rame
2020-04-27Add missing state to C object cacheGeorge Roman
2020-04-26stage2 zir: remove dead codeAndrew Kelley
2020-04-26Fix unfortunate typoHenry Nelson
2020-04-26add CLI option -Bsymbolic for binding global references locallyAndrew Kelley
2020-04-26Fix f64 variants of math.cosh and math.sinh to accept negative inputs. (#5172)Nick Appleton
2020-04-26ir: elemptr and add instructionsAndrew Kelley
2020-04-25std: fix posix Thread.spawn to accept all startFn typesAndrius Mitkus
2020-04-25Pass each target feature flag separatelyGeorge Roman
2020-04-24stage1: Prevent the creation of illegal ptr typesLemonBoy
2020-04-24Merge pull request #5158 from ziglang/zir-to-elfAndrew Kelley
2020-04-24link: change default executable mode to 0o777Andrew Kelley
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-24bug fixes to make it workAndrew Kelley
2020-04-23codegen: write the updated code size to PT_LOAD section headerAndrew Kelley
2020-04-23codegen rdx set immediateAndrew Kelley
2020-04-23codegen supports embedded-in-code constantsAndrew Kelley
2020-04-23codegen for setting rax and rdi registersAndrew Kelley
2020-04-23codegen for inline assemblyAndrew Kelley
2020-04-23codegen for const ints and string literalsAndrew Kelley
2020-04-23basics of writing ELF and machine code generationAndrew Kelley
2020-04-23stage1: fix crash on accessing an array of size zero with runtime indexxackus
2020-04-23stage1: Fix bitcast of immediate to ptr type (#5131)LemonBoy
2020-04-22zir-to-elf skeletonAndrew Kelley
2020-04-22Merge pull request #5139 from mikdusan/qemu-5.0.0-rc4Michael Dusan
2020-04-22ci: bump static-qemu 5.0.0-rc3 → 5.0.0-rc4Michael Dusan
2020-04-22Merge pull request #5125 from mikdusan/kern.osproductversionMichael Dusan
2020-04-22Merge pull request #5130 from ziglang/stage2-irAndrew Kelley