aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/compilation.zig
AgeCommit message (Expand)Author
2020-03-03Update callers of fs.makePathdaurnimator
2020-02-07skip self-hosted for now as we work towards async I/OAndrew Kelley
2020-01-07add --eh-frame-hdr conditionallyDavid Cao
2019-12-11self-hosted: manually parse argsAndrew Kelley
2019-12-09implement async function call with `@call`Andrew Kelley
2019-12-08update self-hosted compiler to new format APIAndrew Kelley
2019-12-01fixes for self-hosted compilerAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-29fix self-hosted compiler regressionsAndrew Kelley
2019-11-27add more workaroundsVexu
2019-11-26solve recursion in self hostedVexu
2019-11-26fixes and cleanup in self hostedVexu
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-24Merge remote-tracking branch 'origin/master' into null-terminated-pointersAndrew Kelley
2019-11-24self hosted compiler: final small fixes to get it compilingVexu
2019-11-23self hosted compiler: small miscellaneous fixesVexu
2019-11-23fix castsVexu
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-08self hosted compiler: various small fixesVexu
2019-11-07self hosted compiler: move functions to util.zigto avoid defining llvm instri...Vexu
2019-11-07self hosted compiler: comment out event.fs stuffVexu
2019-11-07self hosted compiler: use enum literalsVexu
2019-11-07self hosted compiler: unify Target and std.TargetVexu
2019-11-07self hosted compiler: update to new std.eventVexu
2019-11-07self hosted compiler: remove await async patternVexu
2019-09-03changing occurrences of HashMap with []const u8 as keys for StringHashMapSahnvour
2019-07-02Added ZigLLVMCreateTargetMachine and pass function-sections flagTimon Kruiper
2019-06-10std: existing LinkedList is actually a TailQueuedaurnimator
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-26tests passing on linuxAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-04-26self-hosted translate-c emits a hello world ASTAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-01fix dependency loops, pub, tests, use decls, root sourceAndrew Kelley
2019-02-14fix implicit cast error unions with non-optional to optional pointerAndrew Kelley
2019-02-06Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...Andrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2018-12-21self-hosted: add DeviceBusy as a BuildErrorAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-30stage2: update std.os.path.join method signature;kristopher tate
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-10windows: call CancelIo when canceling an fs watchAndrew Kelley
2018-08-10self-hosted: reorganize creation and destruction of CompilationAndrew Kelley
2018-08-09initial windows implementation of std.event.fs.WatchAndrew Kelley
2018-08-07std.event.fs.Watch distinguishes between Delete and CloseWrite on darwinAndrew Kelley
2018-08-03when decls don't change, don't regenerate themAndrew Kelley
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley