summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump: base-4.16 (#18712)wip/bump-base-4.16Vladislav Zavialov2020-10-2330-21/+23
* cmm: Add Note reference to ForeignHintBen Gamari2020-10-231-0/+2
* Fix error message location in tcCheckPatSynDeclSimon Peyton Jones2020-10-235-7/+40
* Parser regression tests, close #12862 #12446wip/parsing-tests-12446-12862Vladislav Zavialov2020-10-215-0/+25
* testsuite: Mark T12971 as fragile on WindowsBen Gamari2020-10-201-1/+1
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-2020-76/+107
* gitlab-ci: Rename FLAVOUR -> BUILD_FLAVOURBen Gamari2020-10-202-8/+7
* Compile modules with `-fobject-code` enabled to byte-code when loaded with `*...nineonine2020-10-205-6/+49
* Minor comments, update linear types docsKrzysztof Gogolewski2020-10-205-12/+22
* testsuite: Add test for #18346Ben Gamari2020-10-203-0/+43
* Remove pdocPrecSylvain Henry2020-10-192-18/+17
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-1918-41/+213
* Linting correctionsHécate2020-10-171-1/+1
* Don't get host RTS ways via settings (#18651)Sylvain Henry2020-10-177-32/+5
* Apply suggestion to testsuite/tests/ffi/should_run/all.TDylanZA2020-10-171-1/+6
* When using rts_setInCallCapability, lock incall threadsDylan Yudaken2020-10-177-8/+145
* Testsuite: Add dead arity analysis testsSebastian Graf2020-10-1755-2537/+809
* Arity: Record arity types for non-recursive letsSebastian Graf2020-10-175-63/+214
* Arity: Refactor fixed-point iteration in GHC.Core.Opt.AritySebastian Graf2020-10-172-70/+99
* Skip type family defaults with hs-boot and hsig filesJohn Ericson2020-10-1717-5/+269
* 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