aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-13fix compiler crashAndrew Kelley
2018-10-13C ABI and compiler rt improvements for ARMAndrew Kelley
2018-10-09add workaround for bad LLD macos codeAndrew Kelley
2018-10-09stage1 os: workaround for macos not having environ variableAndrew Kelley
2018-10-09stage1 link: compiler_rt and builtin libs know ...Andrew Kelley
2018-10-09fix error limit linker arg on windowsAndrew Kelley
2018-10-09more efficient builtin library code generationAndrew Kelley
2018-10-09support building static librariesAndrew Kelley
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-10-06arm64: respond to code reviewShawn Landden
2018-10-05on linux, link statically if not linking any shared libsAndrew Kelley
2018-10-04fix missing .h filesAndrew Kelley
2018-10-04refactor ir.cppAndrew Kelley
2018-10-02fix build-exe for --target-arch wasm32 (#1570)Ben Noordhuis
2018-10-01Fixed StackTrace not being resolved when panic is invalid (#1615)Jimmi Holst Christensen
2018-10-01increase stack size on windows for all executablesAndrew Kelley
2018-10-01std lib: flesh out the async I/O streaming API a bitAndrew Kelley
2018-09-30Fixes --emit asm on windows and makes C header file generation explicit. (#1612)Sahnvour
2018-09-30fixed native target detectionemekoi
2018-09-28zig build: use os_self_exe_path to determine exe path not arg0Andrew Kelley
2018-09-27add dll export storage class where appropriateAndrew Kelley
2018-09-26fix crash when compile error evaluating return...Andrew Kelley
2018-09-26fix variables which are pointers to packed struct fieldsAndrew Kelley
2018-09-26the last number in a packed ptr is host int bytesAndrew Kelley
2018-09-26Tweak SYMBOL_CHAR define in tokenizer.cppWink Saville
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-25stage1: Added `zig help` to show usage on stdoutJay Weisskopf
2018-09-25fix crash on runtime index into slice of comptime typeAndrew Kelley
2018-09-25fix self reference through fn ptr field crashAndrew Kelley
2018-09-24fix more bigint code paths and add testsAndrew Kelley
2018-09-24fix comptime bitwise operations with negative valuesAndrew Kelley
2018-09-24Ignore class-memaccess error for gcc 8 and aboveWink Saville
2018-09-24fix translate-c incorrectly translating negative enum init valuesAndrew Kelley
2018-09-22rm extraneous macroJeff Fowler
2018-09-22fix @compileLog having unintended side effectsAndrew Kelley
2018-09-22add compile error for slice of undefined sliceAndrew Kelley
2018-09-21stage1: unify 2 implementations of pointer derefAndrew Kelley
2018-09-21fix comptime string concatenation ignoring slice boundsAndrew Kelley
2018-09-21fixupsAndrew Kelley
2018-09-21Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...Andrew Kelley
2018-09-21fix comptime slice of pointer to arrayAndrew Kelley
2018-09-20add compile error for casting const array to mutable sliceAndrew Kelley
2018-09-20better string literal caching implementationAndrew Kelley
2018-09-19Merge remote-tracking branch 'origin/llvm7'Andrew Kelley
2018-09-18fix optional pointer to empty struct incorrectly being non-nullAndrew Kelley
2018-09-18add compile error for slice.*.lenAndrew Kelley
2018-09-18Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-18stage1 caching: don't write manifest until cache releaseAndrew Kelley