aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-02put the hack from master branch back inAndrew Kelley
2019-04-02remove the lazy value stuffAndrew Kelley
2019-04-02introduce lazy valuesAndrew Kelley
2019-04-02decouple llvm types from zig typesAndrew Kelley
2019-04-02fix cache hash regressionAndrew Kelley
2019-04-02better error message when os_file_overwrite failsAndrew Kelley
2019-04-02fix fd leak in stage1 cacheing codeShawn Landden
2019-04-01Merge pull request #2147 from emekoi/fix1940Andrew Kelley
2019-03-31added error for implicit cast from *const T to *[1]T. credit: @kristateemekoi
2019-03-31fix zig run to accept executable argsMichael Dusan
2019-03-31fix anon enum literal used with switch on union(enum)Andrew Kelley
2019-03-28stage1: better error message when comparing against nullShawn Landden
2019-03-27implement target_c_type_size_in_bits for WASIAndrew Kelley
2019-03-27use __ARM_EABI__, not __arm__Shawn Landden
2019-03-27fix build on arm64Shawn Landden
2019-03-25implement allowzero pointer attributeAndrew Kelley
2019-03-24add compile error test for invalid enum literal implicit castAndrew Kelley
2019-03-24implement peer type resolution for enum literalsAndrew Kelley
2019-03-24make switch expressions allow enum literal typesAndrew Kelley
2019-03-24implement implicit cast from enum literal to enumAndrew Kelley
2019-03-24introduce the enum literal typeAndrew Kelley
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-23add peer type resolution for `*const T` and `?*T`Andrew Kelley
2019-03-23character literals: allow unicode escapesAndrew Kelley
2019-03-23remove octal and hex floats from the languageAndrew Kelley
2019-03-23parse_f128.c: fix whitespaceAndrew Kelley
2019-03-22stage1: implement get_dynamic_linker for riscvAndrew Kelley
2019-03-22fix macos build instructions in readme and fix warningAndrew Kelley
2019-03-22get rid of restrict; it's not supported by MSVCAndrew Kelley
2019-03-22avoid quad float literal syntax for MSVCAndrew Kelley
2019-03-22float literals now parse using musl's 128 bit float codeAndrew Kelley
2019-03-22Merge pull request #2091 from ziglang/bigint-print-fixAndrew Kelley
2019-03-22Fix bigint_append_bufMarc Tiehuis
2019-03-22Simplify hex-float parsing codeMarc Tiehuis
2019-03-21hex float parsing: solve another caseAndrew Kelley
2019-03-21fix parsing of large hex float literalsAndrew Kelley
2019-03-20add docs for assembly and fix global assembly parsingAndrew Kelley
2019-03-20Merge remote-tracking branch 'origin/llvm8'Andrew Kelley
2019-03-20Merge pull request #2079 from Sahnvour/issue-2050Andrew Kelley
2019-03-19c_abi: when compiling for x86_64, differenciate between system V and windows ABISahnvour
2019-03-19disable all C warnings when building muslAndrew Kelley
2019-03-19zig targets prints the available libcsAndrew Kelley
2019-03-19Updated parser to newest grammarJimmi Holst Christensen
2019-03-18workaround for Ubuntu/Debian bugAndrew Kelley
2019-03-18fix translate-c regressionAndrew Kelley
2019-03-18Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-18pass explicit frame pointer args when compiling C codeAndrew Kelley
2019-03-18Merge pull request #2069 from ziglang/glibc-assert-translationAndrew Kelley
2019-03-18libc: separate linux headers from musl/glibcAndrew Kelley
2019-03-18More work on ignoring values correctlyJimmi Holst Christensen