aboutsummaryrefslogtreecommitdiff
path: root/test/standalone
AgeCommit message (Expand)Author
2019-03-11zig build: do a better job of detecting system pathsAndrew Kelley
2019-03-11add test for spawning child process with empty environmentAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-03fix build.zig not respecting --staticAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
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-14Fix additional regressions calling FileOutStream/FileInStream init()Wink Saville
2018-06-16load_dynamic_library test: no need to link libcAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-17all tests passing with postfix deref syntaxAndrew Kelley
2018-03-17add test for addIncludeDir for test stepAndrew Kelley
2018-02-12introduce std.heap.ArenaAllocator and std.heap.DirectAllocatorAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-18test: fix brace expansion test not checking invalid inputsAndrew Kelley
2018-01-15fix compiler crash related to @alignOfAndrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-08-20fix not propagating parseh aliases through pub use declsAndrew Kelley
2017-05-09zig build: allow calling b.standardReleaseOptions...Andrew Kelley
2017-05-01basic support for specifying packages at the command lineAndrew Kelley
2017-04-23fix crash when unwrapping error with no error declsAndrew Kelley