aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2018-01-22add new kind of test: generating .h files. and moreAndrew Kelley
2018-01-15Merge branch 'wip-err-ret-trace'Andrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2018-01-14remove 32-bit windows from supported targets listAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-06add higher level arg-parsing API + misc. changesAndrew Kelley
2017-12-03rework enums and unions and their relationship to each otherAndrew Kelley
2017-11-24rename "parsec" to "translate-c"Andrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-16fix debug safety tests on windowsAndrew Kelley
2017-10-15fix child process stdio piping behavior on windowsAndrew Kelley
2017-10-03compiler-rt tests pass with and without libcAndrew Kelley
2017-10-01fix parse-c testsAndrew Kelley
2017-10-01add windows 32 bit to test matrixAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-09-20Merge branch 'master' into c-to-zigAndrew Kelley
2017-09-17add option to run tests in LLDB and turn it on for macos travisAndrew Kelley
2017-09-16add release-safe to the test matrixAndrew Kelley
2017-09-17Add dash arguments for cliMarc Tiehuis
2017-09-11local varAndrew Kelley
2017-09-07std: os.ChildProcess knows when its child diedAndrew Kelley
2017-09-05rename parseh to parsecAndrew Kelley
2017-08-31add windows to test targetsAndrew Kelley
2017-08-30tests use darwin, not macosx since that's what macbook reports asAndrew Kelley
2017-08-30test suite cross-compile builds tests for other targetsAndrew Kelley
2017-08-18include compiler-rt tests in main testing suiteAndrew Kelley
2017-05-27const global values can reference each otherAndrew Kelley
2017-05-04std: rename List to ArrayList and re-organize...Andrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-05-03remove test and try expressions in favor of if expressionsAndrew Kelley
2017-05-03zig build: cache_root is relative to build_rootAndrew Kelley
2017-05-02add safe release build modeAndrew Kelley
2017-05-01basic support for specifying packages at the command lineAndrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-26build system: addAssembly and addObject functionsAndrew Kelley
2017-04-22std.os.ChildProcess: fix closing wrong file descriptorsAndrew Kelley
2017-04-21update syntax for try and nullable unwrappingAndrew Kelley
2017-04-21zig build system supports building a libraryAndrew Kelley
2017-04-20delete test_artifacts directory when tests completeAndrew Kelley
2017-04-19convert parseh tests to zig build systemAndrew Kelley