aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-26Merge pull request #3311 from LemonBoy/mipsAndrew Kelley
2019-09-26Don't warn about redeclaration for the same var nodeLemonBoy
2019-09-26Export _start as __start for MIPS targetsLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-26zig additionally looks for lib/std/std.zigAndrew Kelley
2019-09-25remove --override-std-dir. fix issues caused by moving std libAndrew Kelley
2019-09-25musl [PATCH] arm: fix setjmp and longjmp asm for armv8-aAndrew Kelley
2019-09-25fix building musl on eabihf abis, incorrect include dirsAndrew Kelley
2019-09-24better default enabled features for riscvAndrew Kelley
2019-09-24add VarDecl support for struct-method call syntaxMichael Dusan
2019-09-24Fix result loc unwrapping with optional in error unionLemonBoy
2019-09-24Fix assignment to optional payloadLemonBoy
2019-09-24Create user-specified `output-dir`Jay Weisskopf
2019-09-23Prevent crash with invalid extern typeLemonBoy
2019-09-23Fix computation of switch coverageLemonBoy
2019-09-23make type_allowed_in_extern more robustAndrew Kelley
2019-09-23zig build: linkSystemLibrary integrates with pkg-configAndrew Kelley
2019-09-22silence nonportable include path warnings when building glibc on windowsAndrew Kelley
2019-09-22tolerate windows newlines in glibc text filesAndrew Kelley
2019-09-22more helpful error message when failing to parse glibc abi.txtAndrew Kelley
2019-09-22more info in assertion failuresAndrew Kelley
2019-09-22remove redundant assertAndrew Kelley
2019-09-22significantly increase test coverageAndrew Kelley
2019-09-22stage1: fix lost argv[0]Michael Dusan
2019-09-21zig test: don't skip execution when explicit command providedAndrew Kelley
2019-09-21add behavior test for float widening f16 to f128Andrew Kelley
2019-09-21Merge pull request #3278 from LemonBoy/struct-genAndrew Kelley
2019-09-21Correct stack alignment for new stackLemonBoy
2019-09-21Fix generation of tail fields for packed structLemonBoy
2019-09-20Merge pull request #3183 from LemonBoy/fix-3128Andrew Kelley
2019-09-20avoid setting `tail` for `@panic`Andrew Kelley
2019-09-20reject types of automatic container layout in packed unionsSahnvour
2019-09-20Fix comptime bitcast inside an expressionTimon Kruiper
2019-09-19stage1: fix gcc 9.1.0 compiler error on archlinuxMichael Dusan
2019-09-19Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-19src: use zig_panic rather than having LLVM abortdaurnimator
2019-09-19pass param as ref in ZigList::appendScorrMorr
2019-09-19fixups for `@splat`Andrew Kelley
2019-09-19`@splat`Shawn Landden
2019-09-19implement runtime `@byteSwap` and other fixupsAndrew Kelley
2019-09-18@byteSwap on vectorsShawn Landden
2019-09-18rework the implementationAndrew Kelley
2019-09-18stage1: add @shuffle() shufflevector supportShawn Landden
2019-09-18remove TODO regarding lazy valuesAndrew Kelley
2019-09-18stage1: proper return type on vector comparisonsShawn Landden
2019-09-18adjust codegen of casting between arrays and vectorsAndrew Kelley
2019-09-18Fix array->vector and vector->array for many types. Allow vector of bool.Shawn Landden
2019-09-17fix peer result location with typed parent, ...Andrew Kelley
2019-09-16fix tripping llvm assertAndrew Kelley
2019-09-16fix tripping llvm assertAndrew Kelley