aboutsummaryrefslogtreecommitdiff
path: root/src/stage1
AgeCommit message (Expand)Author
2020-11-11stage1: Avoid resolving type entry in [0]TLemonBoy
2020-11-10stage1: Fix comparison of unions containing zero-sized typesLemonBoy
2020-11-09stage1: Print correct error message for vector @intCastLemonBoy
2020-11-05stage1: Make sure union(enum(T)) is validLemonBoy
2020-11-05stage1: Fix type mapping for c_longdoubleLemonBoy
2020-11-03Merge pull request #6921 from xackus/gimmeMoreOfThoseSweetSweetFileDescriptorsJakub Konka
2020-11-02stage1: Fix *WithOverflow intrinsics with u0 valuesLemonBoy
2020-11-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
2020-11-01stage2: ask for more file descriptorsxackus
2020-11-01stage1: Implement Add/Mul reduction operatorsLemonBoy
2020-11-01stage1: Fix comptime comparison of NaNsLemonBoy
2020-10-30remove extra space in .** error messageTravis
2020-10-30Add tests and fix \n between commentsfrmdstryr
2020-10-30Add support for comments in multiline string literalfrmdstryr
2020-10-30Merge pull request #6858 from travv0/no-star-after-dot-starVeikka Tuominen
2020-10-29stage1: Error out when trying to execute `unreachable`LemonBoy
2020-10-29stage1: Fix bug in internal string slicing (#6843)LemonBoy
2020-10-29add missing case for TokenizeStateSawDotStar at eofTravis
2020-10-29don't allow a token starting with an asterisk directly following .*Travis
2020-10-29stage1: Fix small bug in pointer type analysisLemonBoy
2020-10-29Merge pull request #6678 from s-ol/doc-type-awareVeikka Tuominen
2020-10-28stage1: Correctly generated optional constant valuesLemonBoy
2020-10-28stage1: Fix crash in comptime struct value copyLemonBoy
2020-10-26Merge branch 'frmdstryr-import-empty-file'Andrew Kelley
2020-10-26non-hacky workaround for the empty file bugAndrew Kelley
2020-10-26stage1: support "native" as the OS string in -targetAndrew Kelley
2020-10-26Fix @import of empty filefrmdstryr
2020-10-24Add sparc64 linux C ABIKoakuma
2020-10-23generated docs: add FnFrame type supports-ol
2020-10-22Merge pull request #6744 from LemonBoy/intcast-vecAndrew Kelley
2020-10-22generated docs: add anyframe type supports-ol
2020-10-22generated docs: add vector type supports-ol
2020-10-21stage1: Fix edge case in Union ZigValue generationLemonBoy
2020-10-20std docs: print bool valuesxackus
2020-10-19stage1: Implement `@intCast` between vectorsLemonBoy
2020-10-17stage1: Fix type-checking of unary neg for vector typesLemonBoy
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-16byteOffsetOf rounds up using bit offset in host integervegecode
2020-10-16stage1: Don't ask LLVM to emit misaligned memcpyLemonBoy
2020-10-16stage1: Expand undefined struct/arrays when indexedLemonBoy
2020-10-15stage1: Off-by-one error in int to float conversionLemonBoy
2020-10-14stage1: Fix missing runtime safety check for intToPtrLemonBoy
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-08Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-10-08stage1: Disallow arrays in function parameters or return typesTadeo Kondrak
2020-10-07Merge pull request #6421 from tadeokondrak/opaque-syntaxAndrew Kelley
2020-10-07Remove .Cold calling convention.Tadeo Kondrak
2020-10-07stage1: improve error messages for missing `try` statementspfg
2020-10-07Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-10-06Update compile error test for field access of opaque typeTadeo Kondrak