aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted
AgeCommit message (Expand)Author
2018-08-02WIP: Channel.getOrNullAndrew Kelley
2018-07-30self-hosted: use std.event.fs.readFileAndrew Kelley
2018-07-24fix race conditions in self-hosted compiler; add testAndrew Kelley
2018-07-24self-hosted: function calling another functionAndrew Kelley
2018-07-24self-hosted: function types use table lookupAndrew Kelley
2018-07-24self-hosted: find all libc paths; windows linker codeAndrew Kelley
2018-07-23self-hosted: basic linker code for macosAndrew Kelley
2018-07-23Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-worldAndrew Kelley
2018-07-23self-hosted: fix error messages not cleaning up correctlyAndrew Kelley
2018-07-23self-hosted: add first compare-output testAndrew Kelley
2018-07-22self-hosted can compile libc hello worldAndrew Kelley
2018-07-20self-hosted: share C++ code for finding libc on windowsAndrew Kelley
2018-07-20self-hosted: implicit cast comptime ints to other intsAndrew Kelley
2018-07-20self-hosted: convert some stuff to async/awaitAndrew Kelley
2018-07-19relative path to cwd in compile errorsAndrew Kelley
2018-07-19self-hosted: refactor ParsedFile out of existenceAndrew Kelley
2018-07-19self-hosted: progress on IR for supporting libc hello worldAndrew Kelley
2018-07-18self-hosted: compile errors for return in wrong placeAndrew Kelley
2018-07-18self-hosted: linking against libcAndrew Kelley
2018-07-18self-hosted: find libc on linuxAndrew Kelley
2018-07-18fix build on windowsAndrew Kelley
2018-07-18implement proper utf16leToUtf8Josh Wolfe
2018-07-17self-hosted: linkingAndrew Kelley
2018-07-17port 69e3b4e to self-hosted compilerAndrew Kelley
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-15self-hosted: generate LLVM IR for simple functionAndrew Kelley
2018-07-14rename Module to CompilationAndrew Kelley
2018-07-14self-hosted: adding a fn to an llvm moduleAndrew Kelley
2018-07-14Add --stdin option to zig fmtMarc Tiehuis
2018-07-13self-hosted: basic IR pass2Andrew Kelley
2018-07-12self-hosted: better IR for empty fnAndrew Kelley
2018-07-12self-hosted: generate zig IR for simple functionAndrew Kelley
2018-07-11add std.event.FutureAndrew Kelley
2018-07-11self-hosted: add compile error test for missing fn nameAndrew Kelley
2018-07-10self-hosted test: use C allocator since we depend on libcAndrew Kelley
2018-07-10self-hosted: first passing testAndrew Kelley
2018-07-10introduce std.event.Group for making parallel async callsAndrew Kelley
2018-07-09Merge pull request #1198 from ziglang/m-n-threadingAndrew Kelley
2018-07-09define c macros before importing llvm h filesAndrew Kelley
2018-07-07M:N threadingAndrew Kelley
2018-07-02fix stage2 macos buildAndrew Kelley
2018-07-02add another BuildError codeAndrew Kelley
2018-07-02add event loop Channel abstractionAndrew Kelley
2018-06-22clean up self hosted main. delete unsupported commandsAndrew Kelley
2018-06-20remove std.mem.Allocator.construct and other fixupsAndrew Kelley
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-18zig fmt: support directoriesAndrew Kelley
2018-06-14std.os.path.dirname: return null instead of empty sliceAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley