aboutsummaryrefslogtreecommitdiff
path: root/test/standalone
AgeCommit message (Expand)Author
2020-05-16Enable the test `standalone/global_linkage`yvt
2020-05-05zig fmtTadeo Kondrak
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-20"generate .h files" feature is no longer supported in stage1Andrew Kelley
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-27fix exported variable not respecting linkageAndrew Kelley
2020-02-20remove std.io.readLineAndrew Kelley
2020-01-29Patch in arena to cleanup leaksBenjamin Feng
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2019-12-10load dynamic library test: update API usage codeAndrew Kelley
2019-12-09update tests to new format APIAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-03exported main must be pubVexu
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-30Merge pull request #3284 from Sahnvour/export_variablesAndrew Kelley
2019-11-29more test regression fixesAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-24simple test for exporting variables in static libsSahnvour
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-14remove no longer correct commentAndrew Kelley
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-09-10Get more of the tests passing for FreeBSD (#3197)stratact
2019-07-16retire the example/ folder, rename test-build-examples to "standalone"Andrew Kelley
2019-07-04Support returning !u8 from mainSamTebbs33
2019-06-22heap: make one global instance of DirectAllocatorSahnvour
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-30update load dynamic library test for std lib changesAndrew Kelley
2019-05-29run zig fmt to update `use` to `usingnamespace`Andrew Kelley
2019-05-26tests passing on linuxAndrew Kelley
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