summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts/linker: Fix relocation overflow in PE linkerwip/backportsBen Gamari2020-11-141-4/+6
* Export SPEC from GHC.Exts (#13681)Sylvain Henry2020-11-101-1/+1
* testsuite: Update output for T12427aBen Gamari2020-11-091-0/+7
* testsuite: Update output for T18888_datakindsBen Gamari2020-11-091-4/+4
* testsuite: Account for -Wnoncanonical-monoid-instances changes on WindowsBen Gamari2020-11-093-9/+0
* rts: Add __mingw_vfprintf to RtsSymbols.cBen Gamari2020-11-091-1/+3
* Restrict Linear arrow %1 to exactly literal 1 onlyAlan Zimmerman2020-11-097-3/+25
* NCG: Fix 64bit int comparisons on 32bit x86Andreas Klebinger2020-11-096-30/+207666
* winio: fixed timeouts non-threaded.Tamar Christina2020-11-091-13/+9
* winio: fix array splatTamar Christina2020-11-091-3/+7
* winio: fixed more data error.Tamar Christina2020-11-091-1/+1
* winio: fixed bytestring reading interface.Tamar Christina2020-11-094-3/+43
* mingw: Extract zst toolchain archivesBen Gamari2020-11-092-3/+4
* Bump win32-tarballs version to 0.3Ben Gamari2020-11-092-2/+2
* Fix PostfixOperators (#18151)Vladislav Zavialov2020-11-094-1/+33
* Fix parsing of PIE flagsSylvain Henry2020-11-091-2/+2
* Fix `instance Bounded a => Bounded (Down a)` (#18716)David Beacham2020-11-092-7/+33
* winio: simplify logic remove optimization step.Tamar Christina2020-11-091-43/+66
* Fix two constraint solving problemsSimon Peyton Jones2020-11-099-54/+121
* winio: Fix unused variables warningsTamar Christina2020-11-093-22/+11
* Bignum: make GMP's bignat_add not recursiveSylvain Henry2020-11-091-4/+4
* Api Annotations: Introduce AnnPercent for HsExplicitMultAlan Zimmerman2020-11-013-9/+12
* [macOS] improved runpath handlingwip/angerman/ghc-9.0-runpath-backportMoritz Angermann2020-10-3016-23/+245
* Naming, value types and tests for Addr# atomicsViktor Dukhovni2020-10-238-30/+128
* API Annotations: Keep track of unicode for linear arrow notationAlan Zimmerman2020-10-2120-77/+107
* winio: add release noteTamar Christina2020-10-161-0/+7
* Add -pgmlm and -optlm flagsKrzysztof Gogolewski2020-10-131-0/+4
* Fix desugaring of record updates on data familiesSimon Peyton Jones2020-10-138-36/+156
* sdist: Include hadrian sources in source distributionBen Gamari2020-10-131-1/+3
* Care with implicit-parameter superclassesSimon Peyton Jones2020-10-1316-81/+210
* Bignum: fix bigNatCompareWord# bug (#18813)Sylvain Henry2020-10-124-1/+28
* Bignum: match on small Integer/NaturalSylvain Henry2020-10-124-3/+26
* Linear types: fix roles in GADTs (#18799)Krzysztof Gogolewski2020-10-124-2/+21
* ApiAnnotations : preserve parens in GADTsAlan Zimmerman2020-10-125-53/+65
* Preserve as-parsed arrow type for HsUnrestrictedArrowAlan Zimmerman2020-10-127-13/+90
* Linear types: fix quantification in GADTs (#18790)Krzysztof Gogolewski2020-10-123-9/+30
* Replaced MkT1 with T1 in type signatures.Icelandjack2020-10-121-2/+2
* Fix linear types in TH splices (#18465)Krzysztof Gogolewski2020-10-124-1/+29
* Add a flag to indicate that gcc supports -no-pieKrzysztof Gogolewski2020-10-122-0/+16
* Workaround for #18623: GHC crashes bc. under rlimit for vmem it will reserveBenjamin Maurer2020-10-122-5/+58
* Remove the list of loaded modules from the ghci promptHécate2020-10-122-241/+226
* Document -Wderiving-typeableMaxGabriel2020-10-122-1/+14
* Bignum: implement integerPowMod (#18427)Sylvain Henry2020-10-0513-60/+190
* Bignum: implement integerRecipMod (#18427)Sylvain Henry2020-10-0514-13/+160
* Bignum: add integerNegate RULESylvain Henry2020-10-054-0/+22
* Fix pretty-printing of the mult-polymorphic arrowwip/backport-9.0-linear-types-syntaxVladislav Zavialov2020-10-026-12/+12
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-3068-155/+178
* Linear types: fix kind inference when checking dataconsKrzysztof Gogolewski2020-09-301-1/+3
* Fix handling of function coercions (#18747)Krzysztof Gogolewski2020-09-294-1/+136
* Various documentation fixesKrzysztof Gogolewski2020-09-299-19/+21