aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-15unions have a secret field for the typeAndrew Kelley
2017-11-15basic union supportAndrew Kelley
2017-11-14add docs for std.base64Andrew Kelley
2017-11-14c-to-zig: handle UO_DerefAndrew Kelley
2017-11-13parsec supports do loopJosh Wolfe
2017-11-13parsec supports post increment/decrement with used resultJosh Wolfe
2017-11-13parsec supports more compound assign operatorsJosh Wolfe
2017-11-13parsec supports bitshift operatorsJosh Wolfe
2017-11-13Merge branch 'dimenus-parsec'Andrew Kelley
2017-11-13add test case for previous commitAndrew Kelley
2017-11-13Merge branch 'parsec' of https://github.com/dimenus/zig into dimenus-parsecAndrew Kelley
2017-11-13parsec supports C comma operatorJosh Wolfe
2017-11-13parsec supports C NULL to pointer implicit castJosh Wolfe
2017-11-13Fixed duplicate decl detection for typedefs/enumsdimenus
2017-11-10fix windows trying to run linux-only testsAndrew Kelley
2017-11-10Merge branch 'bscheinman-linux_timer'Andrew Kelley
2017-11-10rename testAndrew Kelley
2017-11-10Merge branch 'linux_timer' of https://github.com/bscheinman/zig into bscheinm...Andrew Kelley
2017-11-10add epoll and timerfd support on linuxBrendon Scheinman
2017-11-10disable broken 32 bit windows testAndrew Kelley
2017-11-10fix test failuresAndrew Kelley
2017-11-10fix test failure on 32 bit windowsAndrew Kelley
2017-11-10Merge branch 'darwin-stat'Andrew Kelley
2017-11-10fix bug when multiple function definitions existAndrew Kelley
2017-11-10add windows implementation of io.File.getEndPosAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-11-09Fix Stat include in darwin land (#605)Jeff Fowler
2017-11-09fix typo on darwin lseek (#602)Jeff Fowler
2017-11-09fix parameter of extern var args not type checkedAndrew Kelley
2017-11-08fix enum sizes too largeAndrew Kelley
2017-11-07fix travis linux scriptAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-11-06add @memberType and @memberName builtin functionsAndrew Kelley
2017-11-06fix typos in std.io (#589)scurest
2017-11-05Merge pull request #587 from scurest/c_alloc_redeclaration_of_memAndrew Kelley
2017-11-05fix redeclaration of mem (#585)scurest
2017-11-05add test for c_allocatorscurest
2017-11-04fix build on MacOSAndrew Kelley
2017-11-04add compile-time reflection for function arg typesAndrew Kelley
2017-11-03slightly more verbose error message when building object file failsAndrew Kelley
2017-11-03Merge pull request #581 from Dimenus/line_endingsAndrew Kelley
2017-11-03Merge pull request #583 from Dimenus/libc_runtimeAndrew Kelley
2017-11-03Windows libc & static libc are located in the same dir which is already cover...dimenus
2017-11-03Add support for windows line endings with c macrosdimenus
2017-11-03Add emit command-line option (#580)Marc Tiehuis
2017-11-03more compile-time type reflectionAndrew Kelley
2017-11-02fix incorrect debug info for empty structsAndrew Kelley
2017-11-01windows: use the same libc search within a compilation unitAndrew Kelley
2017-11-01bump build_runner allocator to use 30 MBAndrew Kelley
2017-11-01WIN32: Linking with the CRT at runtime. (#570)Dimenus