aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-07-17self-hosted: implement getAppDataDir for windowsAndrew Kelley
2018-07-16self-hosted: create tmp dir for .o files and emit .o file for fnAndrew Kelley
2018-07-16remove std.ArrayList.removeOrError functionAndrew Kelley
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-07-15self-hosted: generate LLVM IR for simple functionAndrew Kelley
2018-07-14Improve realloc on fixed buffer allocator (#1238)Bas van den Berg
2018-07-14self-hosted: adding a fn to an llvm moduleAndrew Kelley
2018-07-14Fix aligned reallocation from zero size.Bas van den Berg
2018-07-14Create unit test that tests aligned reallocation.Bas van den Berg
2018-07-14std.ArrayList - rename remove to swapRemoveAndrew Kelley
2018-07-14Added `remove` to ArrayListtgschultz
2018-07-14docs: clarify mem.Allocator.reallocFnAndrew Kelley
2018-07-14Merge pull request #1232 from BarabasGitHub/fix-array-list-insertAndrew Kelley
2018-07-13self-hosted: basic IR pass2Andrew Kelley
2018-07-13Add a copyBackwards to fix the broken insert methods for ArrayList.Bas van den Berg
2018-07-13Improve ArrayList insert unit tests.Bas van den Berg
2018-07-12zig fmtAndrew Kelley
2018-07-12self-hosted: generate zig IR for simple functionAndrew Kelley
2018-07-11std.event.Future: workaround in tests for llvm coro memoryAndrew Kelley
2018-07-11std.atomic: use spinlocksAndrew Kelley
2018-07-11add std.event.FutureAndrew Kelley
2018-07-11add compile error for disallowed types in extern structsAndrew Kelley
2018-07-11Add generic comparator generator functions for sortingMarc Tiehuis
2018-07-10self-hosted: first passing testAndrew Kelley
2018-07-10introduce std.event.Group for making parallel async callsAndrew Kelley
2018-07-10allow var args calls to async functionsAndrew Kelley
2018-07-09fix regression from b6eb4048Andrew Kelley
2018-07-09enable basic event loop testAndrew Kelley
2018-07-09organize std.event into directoriesAndrew Kelley
2018-07-09Merge pull request #1198 from ziglang/m-n-threadingAndrew Kelley
2018-07-09better workaround for guaranteeing memory in coroutine frameAndrew Kelley
2018-07-09Update throughput_test.zig. (#1211)wilsonk
2018-07-09fix regression on macosAndrew Kelley
2018-07-09Merge remote-tracking branch 'origin/master' into m-n-threadingAndrew Kelley
2018-07-09std.event.Loop multithreading for windows using IOCPAndrew Kelley
2018-07-09implement std.os.cpuCount for windowsAndrew Kelley
2018-07-09ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack tracesAndrew Kelley
2018-07-09std.Hashmap - don't use catch unreachable in testsAndrew Kelley
2018-07-09zig fmtAndrew Kelley
2018-07-09fix regressions on linuxAndrew Kelley
2018-07-09Update zig.parser benchmark programMarc Tiehuis
2018-07-09std.os.cpuCount implementation for macosAndrew Kelley
2018-07-08tests passing with kqueue on macosAndrew Kelley
2018-07-08builder.addBuildOptionJosh Wolfe
2018-07-07cleaner output from zig build when there are compile errorsAndrew Kelley
2018-07-07add std.os.cpuCount and have std.event.Loop use it for thread pool sizeAndrew Kelley
2018-07-07std.event.Loop: use EPOLLONESHOT to save 1 syscallAndrew Kelley
2018-07-07M:N threadingAndrew Kelley
2018-07-04Fixed last commit compiler errorJimmi HC
2018-07-04Allow allocation of any 0 sized type (not just void)Jimmi HC