summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mention changes from #16980, #17213 in 8.10.1 release noteswip/augment-8.10.1-notesRyan Scott2019-10-131-5/+59
* Fix #17334 where NCG did not properly update the CFG.wip/andreask/17334Andreas Klebinger2019-10-137-242/+503
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-139-48/+71
* Do not add a 'solved dict' for quantified constraintsSimon Peyton Jones2019-10-1216-42/+305
* Fix validity checking for inferred typesSimon Peyton Jones2019-10-125-2/+21
* Use newDFunName for both manual and derived instances (#17339)Ryan Scott2019-10-125-18/+45
* Skip T13767 on DarwinVladislav Zavialov2019-10-121-1/+3
* Escape stats file command (#13676)Vladislav Zavialov2019-10-124-2/+65
* Simplify Configure in a few waysJohn Ericson2019-10-1219-115/+101
* Hadrian: Take care of assembler source filesStefan Schulze Frielinghaus2019-10-113-5/+12
* Much simpler language for PmCheckSebastian Graf2019-10-1112-445/+370
* Use addUsedDataCons more judiciously in TcDeriv (#17324)Ryan Scott2019-10-094-26/+60
* TestBen Gamari2019-10-091-0/+3
* Remove GHC_STAGE guards from MachDepsBen Gamari2019-10-091-2/+0
* Define GHC_STAGE in headers instead of command-lineBen Gamari2019-10-094-9/+7
* Relayout generated header bodyBen Gamari2019-10-091-41/+41
* Rename STAGE macro to GHC_STAGEBen Gamari2019-10-097-17/+17
* PmCheck: Look up parent data family TyCon when populating `PossibleMatches`Sebastian Graf2019-10-083-24/+94
* Bump array and haddock submodulesVladislav Zavialov2019-10-081-0/+0
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-0827-466/+175
* Mark newtype constructors as used in the Coercible solver (#10347)Ryan Scott2019-10-088-80/+95
* [skip ci] clarify what unsound meansAndrew Martin2019-10-081-18/+24
* [skip ci] can not -> may notAndrew Martin2019-10-081-1/+1
* [skip ci] make the table betterAndrew Martin2019-10-081-10/+20
* [skip ci] link to foreign cmm callAndrew Martin2019-10-081-6/+6
* Rephrase a bunch of things in the unlifted ffi types documentation. Add a sec...Andrew Martin2019-10-081-43/+71
* Document the UnliftedFFITypes extension.Andrew Martin2019-10-082-6/+98
* gitlab-ci: Check coverage of GHC flags in users guideBen Gamari2019-10-083-0/+293
* doc: Write out documented flag listBen Gamari2019-10-081-1/+11
* users-guide: Run sphinx in nit-picky modeBen Gamari2019-10-085-2/+41
* users-guide: Rework pragma key generationBen Gamari2019-10-081-6/+8
* users-guide: Document -fworker-wrapperBen Gamari2019-10-081-0/+11
* users-guide: Document NondecreasingIndentationBen Gamari2019-10-081-1/+8
* users-guide: Fix various warningsBen Gamari2019-10-0811-82/+109
* users-guide: Document -XHaskell98 and -XHaskell2010Ben Gamari2019-10-082-0/+42
* users-guide: Make reverse flags addressable via :ghc-flag:Ben Gamari2019-10-081-2/+15
* users-guide: Refer to language extension flags via :extension:Ben Gamari2019-10-086-29/+29
* PmCheck: Identify some semantically equivalent expressionsSebastian Graf2019-10-083-28/+85
* base: Document the fact that Typeable is automatically "derived"Ben Gamari2019-10-082-1/+5
* gitlab-ci: Use validate flavour in hadrian buildsBen Gamari2019-10-081-6/+10
* validate: Use Hadrian's validate flavourBen Gamari2019-10-081-3/+9
* hadrian: Add `validate` and `slow validate` flavoursBen Gamari2019-10-084-1/+71
* gitlab-ci: Add missing TEST_ENV variablesBen Gamari2019-10-081-1/+9
* Remove GhcLibsWithUnixJohn Ericson2019-10-071-8/+0
* Get rid of GHC_PACKAGE_DB_FLAGJohn Ericson2019-10-074-9/+4
* Keep OSTYPE local to configure.acJohn Ericson2019-10-071-4/+0
* Remove CONFIGURE_ARGS from configure.acJohn Ericson2019-10-072-10/+0
* Refactor some cruft in TcGenGenericsRyan Scott2019-10-071-28/+18
* Get rid of wildcard patterns in prim Cmm emitting codeJohn Ericson2019-10-072-877/+1206
* Switch to cabal-version=3.0 in base.cabal and rts.cabalAndrey Mokhov2019-10-072-2/+2