aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-22std: Implement progress for WindowsLemonBoy
2020-04-22stage1: Another hack for the C ABI compatibilityLemonBoy
2020-04-20stage1: Handle errors when generating block IRLemonBoy
2020-04-20Remove old-style @typeOf compatibilityRobin Voetter
2020-04-20stage1: Fix wrong union accessLemonBoy
2020-04-19stage1: Fix signed multiplication overflowLemonBoy
2020-04-19Merge pull request #5097 from Vexu/fieldAndrew Kelley
2020-04-19fix uninitialized ZigValuexackus
2020-04-18update std lib to decls being disallowed between fieldsVexu
2020-04-18disallow declarations between container fieldsVexu
2020-04-18std: Introduce the Once synchronization primitiveLemonBoy
2020-04-18Merge branch 'cshenton-patch-1'Andrew Kelley
2020-04-18ziggurat uses `@truncate` instead of `& 0xff`Andrew Kelley
2020-04-18rand: ref the decls so they get testedAndrew Kelley
2020-04-18Update ziggurat.zig to use `random.int(u64)`Charles Shenton
2020-04-18Merge pull request #5088 from Vexu/varargs-fixAndrew Kelley
2020-04-18std.os.readv: Add missing iov_count declarationChristian Wesselhoeft
2020-04-18fix typeInfo testsVexu
2020-04-17update cmake, update readme, in response to the dynamic linking fiascoAndrew Kelley
2020-04-17add error for non-exter variadic functionsVexu
2020-04-17fix missing compile errors on builtin cast functionsVexu
2020-04-17stage1: Fix several bugs in constant generationLemonBoy
2020-04-17build: Create the output directory if it doesn't existLemonBoy
2020-04-16debug: Minor QOL improvements for osxLemonBoy
2020-04-16std: make math.clamp work for common uses, remove automatic bounds swappingAndrius Mitkus
2020-04-15CC: fix binary dupe with no -oLayne Gustafson
2020-04-15Enable formatting in std.big.Int.formatjoachimschmidt557
2020-04-15Merge pull request #5046 from Vexu/translate-cVexu
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-15translate-c: correct invalid shortcutVexu
2020-04-14Added gdi32.zig and More user32 definitionsJakub
2020-04-14Shift error message now says "fixed-width integer type" instead of just "inte...foobles
2020-04-14Update emit_raw.zigmarkfirmware
2020-04-14cli: add `c++` subcommand to --help menuAndrew Kelley
2020-04-13langref: add link to 0.6.0 versionAndrew Kelley
2020-04-13stage1: More fixes for BE targetsLemonBoy
2020-04-13Release 0.6.00.6.0Andrew Kelley
2020-04-13std: fix StreamSource to disallow writing to a const bufferdaurnimator
2020-04-13std: fix os.fstatat definition (#5016)daurnimator
2020-04-12disable flaky event loop testAndrew Kelley
2020-04-12Merge pull request #5014 from nmeum/@panic-pathMichael Dusan
2020-04-12fix file protocol structure definitions (#5015)Heppoko
2020-04-12added CI job for mingwemekoi
2020-04-12Update documentation of @panicSören Tempel
2020-04-12std: add some basic windows user32 definitionsdaurnimator
2020-04-12only use `-nostdinc++` on c++ filesMichael Dusan
2020-04-12Zig treats -lstdc++ identically to -lc++Andrew Kelley
2020-04-11cmake: allow not finding some clang libsAndrew Kelley
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-11revert Translate C: Add comment containing c source location for failed declsAndrew Kelley