summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement -Woperator-whitespace (#18834)wip/warn-operator-whitespaceVladislav Zavialov2020-10-1718-41/+213
* gitlab-ci: s/allow_newer/allow_failureBen Gamari2020-10-171-1/+1
* gitlab-ci: Allow doc-tarball job to failBen Gamari2020-10-171-0/+2
* Clarify Eq documentation #18713f-a2020-10-161-9/+4
* gitlab-ci: Fix Hadrian bindist namesBen Gamari2020-10-162-7/+14
* gitlab-ci: Remove allow_failure from Windows jobsBen Gamari2020-10-161-6/+0
* rts: Add __mingw_vfprintf to RtsSymbols.cBen Gamari2020-10-161-1/+3
* testsuite: Account for -Wnoncanonical-monoid-instances changes on WindowsBen Gamari2020-10-163-9/+0
* testsuite: Sort metrics by metric typeBen Gamari2020-10-161-1/+15
* base: Reintroduce necessary LANGUAGE pragmasBen Gamari2020-10-161-0/+2
* mingw: Extract zst toolchain archivesBen Gamari2020-10-162-3/+4
* compiler/ByteCode: Allow 2^32 local labelsBen Gamari2020-10-153-4/+7
* compiler/ByteCode: Make LocalLabel a newtypeBen Gamari2020-10-153-12/+17
* compiler/ByteCode: Use strict Maps in bytecode assemblerBen Gamari2020-10-151-2/+2
* rts: Clean-up whitespace in InterpreterBen Gamari2020-10-151-10/+10
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-1510-107/+58
* Add flags for annotating Generic{,1} methods INLINE[1] (#11068)Andrzej Rybczak2020-10-1515-21/+1114
* testsuite: Add missing #include on <stdlib.h>Ben Gamari2020-10-151-0/+1
* Fix parsing of PIE flagsSylvain Henry2020-10-151-2/+2
* Remove Proxy# argument in Data.Typeable.InternalKrzysztof Gogolewski2020-10-155-13/+11
* users-guide: Add missing :ghc-flag: directiveBen Gamari2020-10-141-2/+2
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-1433-443/+436
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-1432-100/+77
* Fix PostfixOperators (#18151)Vladislav Zavialov2020-10-144-1/+33
* Remove "Operator sections" from docs/users_guide/bugs.rstVladislav Zavialov2020-10-141-25/+0
* Make DataKinds the sole arbiter of kind-level literals (and friends)Ryan Scott2020-10-146-36/+54
* Bump LLVM version to 10.0Ben Gamari2020-10-142-1/+4
* gitlab-ci: Verify that Hadrian builds with StackBen Gamari2020-10-143-3/+20
* Unification of Nat and NaturalsHaskellMouse2020-10-1329-78/+129
* Parser: don't require the HomeUnitIdSylvain Henry2020-10-137-97/+114
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-1313-95/+255
* DynFlags: refactor DmdAnalSylvain Henry2020-10-122-52/+57
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-1119-21/+190
* Remove the dependency on the ghc-linters stageHécate2020-10-111-2/+2
* Bignum: fix bigNatCompareWord# bug (#18813)Sylvain Henry2020-10-104-1/+28
* Linear types: fix quantification in GADTs (#18790)Krzysztof Gogolewski2020-10-103-9/+30
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-10145-782/+781
* Move File Target parser to library #18596Fendor2020-10-092-72/+88
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-0929-186/+191
* Testsuite: increase timeout for T18223 (#18795)Sylvain Henry2020-10-091-0/+2
* Add -pgmlm and -optlm flagsKrzysztof Gogolewski2020-10-091-0/+4
* Add TyCon Set/Env and use them in a few places.Andreas Klebinger2020-10-0917-109/+357
* Bump win32-tarballs version to 0.3Ben Gamari2020-10-092-2/+2
* Fix desugaring of record updates on data familiesSimon Peyton Jones2020-10-098-36/+156
* winio: fixed more data error.Tamar Christina2020-10-091-1/+1
* winio: fixed bytestring reading interface.Tamar Christina2020-10-094-3/+43
* winio: fix array splatTamar Christina2020-10-091-3/+7
* winio: fixed timeouts non-threaded.Tamar Christina2020-10-091-13/+9
* sdist: Include hadrian sources in source distributionBen Gamari2020-10-091-1/+3
* Linear types: fix roles in GADTs (#18799)Krzysztof Gogolewski2020-10-094-2/+21