summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make INLINE pragmas for pattern synonyms work with THwip/T23203Ryan Scott2023-04-034-1/+63
* Fixes around unsafeCoerce#Krzysztof Gogolewski2023-04-035-69/+59
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-0331-132/+395
* JS: fix issues with FD api supportSylvain Henry2023-04-032-2/+11
* hadrian: Improve option parsingKrzysztof Gogolewski2023-04-031-76/+56
* ci: Add job to test 9.6 bootstrappingMatthew Pickering2023-04-031-1/+3
* hadrian: Update bootstrap plans for 9.2.6, 9.2.7, 9.4.4, 9.4.5, 9.6.1Matthew Pickering2023-04-0326-140/+1257
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-04-033-4/+5
* cmm: implement parsing of MO_AtomicRMW from hand-written CMM filesBodigrim2023-04-025-0/+153
* Rework documentation for data CharBodigrim2023-04-021-11/+90
* TH: revert changes to GadtC & RecGadtCsheaf2023-04-0115-66/+79
* Improve haddocks of template-haskell Con datatypesheaf2023-04-011-11/+27
* JS: Linker: use saturated JExprdoyougnu2023-04-012-100/+5
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-0197-440/+1028
* driver: Unit State Data.Map -> GHC.Unique.UniqMapdoyougnu2023-04-0113-159/+199
* User Guide: update copyright year: 2020->2023Artem Pelenitsyn2023-04-011-1/+1
* [feat] make ($) representation polymorphicmangoiv2023-04-0115-27/+47
* Add test for T23184Matthew Pickering2023-03-313-0/+20
* testsuite: asyncify the testsuite driverCheng Shao2023-03-303-133/+140
* testsuite: use context variable instead of thread-local variableCheng Shao2023-03-302-7/+7
* testsuite: mypy typing error fixesCheng Shao2023-03-305-50/+10
* testsuite: handle target executable extensionCheng Shao2023-03-301-2/+7
* testsuite: strip the cross ghc prefix in output and error messageCheng Shao2023-03-301-0/+6
* testsuite: normalize the .wasm extensionCheng Shao2023-03-301-0/+5
* testsuite: don't add optllvm way for wasm32Cheng Shao2023-03-301-1/+1
* hadrian: Pass CROSS_EMULATOR to runtests.pyBen Gamari2023-03-301-0/+2
* testsuite/driver: Normalize away differences in ghc executable nameBen Gamari2023-03-301-0/+12
* testsuite/driver: Add basic support for testing cross-compilersBen Gamari2023-03-303-2/+29
* ci: use alpine3_17-wasm image for wasm jobsCheng Shao2023-03-303-80/+74
* ci: fix lint-testsuite jobCheng Shao2023-03-301-6/+1
* ci: unset CROSS_EMULATOR for js jobCheng Shao2023-03-301-0/+2
* ci: ensure that all non-i386 pipelines do parallel xz compressionCheng Shao2023-03-301-1/+1
* ci: make lint-ci-config job fast againCheng Shao2023-03-303-4/+4
* Add LANGUAGE GADTs to GHC.Rename.Env sheaf2023-03-301-1/+1
* docs: move RecordUpd changelog entry to 9.8sheaf2023-03-302-5/+5
* Proxies for head and tail: review suggestionssheaf2023-03-301-6/+5
* Fix testsBodigrim2023-03-3047-6/+49
* Bump submodulesBodigrim2023-03-303-1/+2
* Fixes to accomodate Data.List.{head,tail} with {-# WARNING #-}Bodigrim2023-03-305-6/+34
* Add {-# WARNING #-} to Data.List.{head,tail}Bodigrim2023-03-302-0/+7
* Revert "ghc-heap: remove wrong Addr# coercion (#23181)"Matthew Pickering2023-03-303-13/+14
* testsuite: Fix racing prints in T21465Ben Gamari2023-03-303-2/+5
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-03-303-14/+13
* js: split JMacro into JS eDSL and JS syntaxdoyougnu2023-03-3031-455/+888
* hadrian: Fix path to HpcParser.yMatthew Pickering2023-03-291-1/+1
* igre_prompt_env: discard "only-qualified" namessheaf2023-03-294-10/+27
* Avoid repeatedly shadowing in shadowNamessheaf2023-03-292-40/+154
* Handle records in the renamersheaf2023-03-29275-4222/+6237
* Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNatRyan Scott2023-03-286-0/+30
* Make exprIsConApp_maybe a bit clevererwip/T23159Simon Peyton Jones2023-03-271-8/+54