summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Disallow linear types in FFI (#18472)Krzysztof Gogolewski2020-09-294-10/+48
* Pattern guards BindStmt always use multiplicity ManyArnaud Spiwack2020-09-294-1/+21
* Bignum: add bigNatFromWordArraySylvain Henry2020-09-282-0/+45
* Bignum: implement extended GCD (#18427)Sylvain Henry2020-09-2813-30/+1415
* Bignum: refactor backend modulesSylvain Henry2020-09-288-38/+53
* Disable -Wdeprecations for deepseqBen Gamari2020-09-252-0/+3
* Bump Cabal, haskeline, directory, process submodulesBen Gamari2020-09-256-2/+2
* Remove ConDeclGADTPrefixPsRyan Scott2020-09-2412-404/+345
* Export singleton function from Data.ListWander Hillen2020-09-249-15/+16
* Deprecate Data.Semigroup.OptionSimon Jakobi2020-09-243-6/+6
* gitlab-ci: Ensure that cabal-install overwrites existing executablesBen Gamari2020-09-221-1/+6
* ci.sh: Enforce minimum happy/alex versionsBen Gamari2020-09-211-10/+9
* Bump Win32 submoduleBen Gamari2020-09-211-0/+0
* API Annotations: Fix annotation for strictnesswip/az/ghc-9.0-anns-2Alan Zimmerman2020-09-201-6/+11
* ApiAnnotations: Fix parser for new GHC 9.0 featuresAlan Zimmerman2020-09-181-4/+5
* Api Annotations : Adjust SrcSpans for prefix bang (!).Alan Zimmerman2020-09-183-4/+6
* Stop removing definitions of record fields in GHC.Iface.Ext.AstZubin Duggal2020-09-181-16/+10
* rts: Drop field initializer on thread_basic_info_data_tBen Gamari2020-09-181-1/+1
* gitlab-ci: Use hadrian builds for Windows release artifactsBen Gamari2020-09-171-5/+9
* rts/nonmoving: Add missing STM write barrierBen Gamari2020-09-171-0/+3
* Added explicit fixity to (~).HaskellMouse2020-09-177-0/+36
* rts: Fix erroneous usage of vsnprintfBen Gamari2020-09-171-1/+1