summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Resolve shift/reduce conflicts with %shift (#17232)wip/parsing-shiftVladislav Zavialov2020-09-191-218/+332
* rts: Drop field initializer on thread_basic_info_data_tBen Gamari2020-09-191-1/+1
* Remove GADT self-reference check (#11554, #12081, #12174, fixes #15942)Artyom Kuznetsov2020-09-1911-40/+68
* Unpack the MVar in CompactDavid Feuer2020-09-191-1/+1
* hadrian: Fail on Sphinx syntax errorsBen Gamari2020-09-191-0/+15
* users guide: Fix various documentation issuesBen Gamari2020-09-195-11/+20
* Fix a codeblock in ghci.rstAndreas Klebinger2020-09-191-0/+1
* Fix docs who misstated how the RTS treats size suffixes.Andreas Klebinger2020-09-191-2/+2
* Add quick-validate Hadrian flavour (quick + -Werror)Sylvain Henry2020-09-192-2/+12
* Cinch -fno-warn-name-shadowing down to specific GHCi moduleJohn Ericson2020-09-194-1/+6
* Bump Stack resolverSylvain Henry2020-09-193-2/+8
* Export singleton function from Data.ListWander Hillen2020-09-198-15/+16
* Wire in constraint tuplesRyan Scott2020-09-196-54/+228
* gitlab-ci: Ensure that cabal-install overwrites existing executablesBen Gamari2020-09-191-1/+3
* ci.sh: Enforce minimum happy/alex versionsBen Gamari2020-09-191-10/+8
* Require happy >=1.20Vladislav Zavialov2020-09-194-5/+5
* Deprecate Data.Semigroup.OptionSimon Jakobi2020-09-193-6/+6
* rts: Refactor unloading of foreign export StablePtrsBen Gamari2020-09-184-37/+50
* rts: Refactor foreign export trackingBen Gamari2020-09-189-45/+209
* rts/nonmoving: Add missing STM write barrierBen Gamari2020-09-181-0/+3
* Bignum: add clamping naturalToWord (fix #18697)Sylvain Henry2020-09-171-0/+8
* Remove pprPrec from Outputable (unused)Sylvain Henry2020-09-171-8/+1
* Add note about OutputablePSylvain Henry2020-09-171-9/+108
* Generalize OutputablePSylvain Henry2020-09-1719-111/+182
* Introduce OutputablePSylvain Henry2020-09-1742-700/+777
* Documented '-m' flags for machine specific instruction extensions.Benjamin Maurer2020-09-172-11/+142
* Parser.y: clarify treatment of @{-# UNPACK #-}Vladislav Zavialov2020-09-171-1/+1
* CosmeticLeif Metcalf2020-09-171-1/+1
* Make Z-encoding comment into a noteLeif Metcalf2020-09-172-2/+4
* Bump version to 9.0Ben Gamari2020-09-172-1/+1
* Bump Win32 submodule to 2.9.0.0Ben Gamari2020-09-178-5/+5
* rts/win32: Fix missing #include'sBen Gamari2020-09-172-1/+3
* Make the 'IsString (Const a b)' instance polykinded on 'b'Cary Robbins2020-09-171-1/+3
* Added explicit fixity to (~).HaskellMouse2020-09-177-0/+36
* Document IfaceTupleTyRichard Eisenberg2020-09-171-0/+5
* Replace deprecated git --recursiveLeif Metcalf2020-09-171-1/+1
* Do absence analysis on stable unfoldingsSimon Peyton Jones2020-09-176-10/+147
* docs: correct haddock referenceAdam Sandberg Eriksson2020-09-161-2/+2
* Make ghc-boot reexport modules from ghc-boot-thSylvain Henry2020-09-163-2/+8
* Rename ghci flag into internal-interpreterSylvain Henry2020-09-167-21/+22
* rts: Fix erroneous usage of vsnprintfBen Gamari2020-09-161-1/+1
* Include -f{write,validate}-ide-info in the User's Guide flag referenceRyan Scott2020-09-162-0/+16
* Introduce and use DerivClauseTys (#18662)Ryan Scott2020-09-1511-46/+141
* Enhance metrics outputSylvain Henry2020-09-152-10/+11
* Export enrichHie from GHC.Iface.Ext.AstZubin Duggal2020-09-151-1/+1
* Care with implicit-parameter superclassesSimon Peyton Jones2020-09-1516-81/+211
* Fix rtsopts documentationDenisFrezzato2020-09-151-1/+1
* Also cache other hadrian buildsWander Hillen2020-09-141-0/+1
* Do the hadrian rebuild multicoreWander Hillen2020-09-141-1/+1
* Move ahead cabal cache restoration to before use of cabalWander Hillen2020-09-141-2/+1