aboutsummaryrefslogtreecommitdiff
path: root/test/standalone
AgeCommit message (Expand)Author
2020-12-23move ArrayListSentineled to std lib orphanageVeikka Tuominen
2020-12-18update guess number standalone testAndrew Kelley
2020-12-11fix deadlock with build-exe on an object for windowsAndrew Kelley
2020-12-04Add minimal standalone test caseJakub Konka
2020-11-30stage2: fix not detecting all dynamic librariesAndrew Kelley
2020-11-18Merge pull request #6434 from daurnimator/fifo.pumpVeikka Tuominen
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-06change debug.assert to testing.expect in testsxackus
2020-09-27test/standalone/cat: use fifo.pump()daurnimator
2020-09-27test/standalone/cat: fix leaksdaurnimator
2020-09-27test/standalone/cat: update to new std librarydaurnimator
2020-08-20disallow extern variables with initializersVexu
2020-07-24Revert "Support taking extern pointers at comptime"Andrew Kelley
2020-07-24Support taking extern pointers at comptimeyvt
2020-06-25Use writer in benchmarksdata-man
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