aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-05Typo: use the joined path to try executables available from PATH.Sahnvour
2019-02-05Notify failure to create a process when the executable is not found even in P...Sahnvour
2019-02-05docs: clarify passing aggregate types as parametersAndrew Kelley
2019-02-05Added support for vector wrapping mult and subJimmi Holst Christensen
2019-02-04fix vector debug info tripping LLVM assertionAndrew Kelley
2019-02-04SIMD: array to vector, vector to array, wrapping int addAndrew Kelley
2019-02-04Merge branch 'kristate-zig-backport-std.mem.separate'Andrew Kelley
2019-02-04adjustments to std.mem split / separateAndrew Kelley
2019-02-04Merge branch 'zig-backport-std.mem.separate' of https://github.com/kristate/z...Andrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2019-02-02Fix slice concatenationMatthew McAllister
2019-02-01introduce --single-threaded build optionAndrew Kelley
2019-02-01Fix runtime assignment to comptime aggregate fieldMatthew McAllister
2019-02-01add compile errror for @bitCast when bit counts mismatchAndrew Kelley
2019-02-01Merge pull request #1775 from tgschultz/stdlib-serializationAndrew Kelley
2019-02-01Merge branch 'emekoi-windows-mutex'Andrew Kelley
2019-02-01fixupsAndrew Kelley
2019-02-01Merge branch 'windows-mutex' of https://github.com/emekoi/zig into emekoi-win...Andrew Kelley
2019-01-31darwin: fix incorrect timeval struct typeAndrew Kelley
2019-01-31os.cpp: fix regression on Windows from 59c050e7Andrew Kelley
2019-01-30introduce vector type for SIMDAndrew Kelley
2019-01-30fix test after merging ad8381e0d2936fAndrew Kelley
2019-01-30collapse os_file_mtime into os_file_open_r and check for directoryAndrew Kelley
2019-01-30Move tokenizer error location to offending charMatthew McAllister
2019-01-30darwin time code: don't cast to int until the endAndrew Kelley
2019-01-30fix freebsd ci from previous commitAndrew Kelley
2019-01-29backport copy elision changesAndrew Kelley
2019-01-29simpler implementation of `&&` and `||` hintsAndrew Kelley
2019-01-25Hint at use of and/or when &&/|| is improperly used (#1886)kristopher tate
2019-01-21llvm-config sanity checktharvik
2019-01-20Merge branch 'kristate-zig-backport-issue1883'Andrew Kelley
2019-01-20add test case for previous commitAndrew Kelley
2019-01-20src/analyze.cpp: return type entry for `ZigTypeIdPointer` if it points to `Zi...kristopher tate
2019-01-18Merge pull request #1885 from Sahnvour/masterAndrew Kelley
2019-01-18Hopefully fixed #1503 (at least improved) line accuracy of stack traces on wi...Sahnvour
2019-01-18removed unnecessary castSahnvour
2019-01-14fix incorrect parameter names for std.math.atan2Andrew Kelley
2019-01-11fixed type signatureemekoi
2019-01-11fixed initializer and typosemekoi
2019-01-11removed nullablesemekoi
2019-01-11changed pointer typesemekoi
2019-01-11fixed mutex on windowsemekoi
2019-01-11moved to InitializeCriticalSection to initemekoi
2019-01-11switching back to EnterCriticalSectionemekoi
2019-01-11switching from EnterCriticalSection to TryEnterCriticalSectionemekoi
2019-01-11updated structsemekoi
2019-01-11added mutex for windowsemekoi
2019-01-09when rendering llvm const values, ensure the types alignAndrew Kelley
2019-01-08`@typeInfo`: more correct return type infoAndrew Kelley
2019-01-08fix debug info for function pointersAndrew Kelley