aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
2019-04-05zig build: support single-threaded buildsAndrew Kelley
2019-03-18fix translate-c regressionAndrew Kelley
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-11Revert "use unique test source names for test-gen-h"Andrew Kelley
2019-03-09use unique test source names for test-gen-hAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-01@typeInfo for structs and opaque types is the bare nameAndrew Kelley
2019-03-01fix dependency loops, pub, tests, use decls, root sourceAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-20deduplicate compile errors for undeclared identifiersAndrew Kelley
2019-02-18pull request fixupsAndrew Kelley
2019-02-17Check for duped error messages in compile testsMatthew McAllister
2019-02-08fix compiler assertion failure when returning value from testAndrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2019-02-06Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...Andrew Kelley
2019-02-06require running std lib tests coherentlyAndrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2019-02-01introduce --single-threaded build optionAndrew Kelley
2018-11-30std.os.path: remove dependance on std.mem.join;kristopher tate
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-07-18-Dskip-release now also skips build example testsJimmi HC
2018-07-11std.atomic: use spinlocksAndrew Kelley
2018-07-11build system: add -Dskip-release option to test fasterAndrew Kelley
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-17all tests passing with postfix deref syntaxAndrew Kelley
2018-05-02add ReleaseSmall mode in zig testsAndrew Kelley
2018-04-16Fixed test build codeAlexandros Naskos
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