summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update extending_ghc for TcPlugin changessheaf2022-06-151-4/+4
* Add a missing guard in GHC.HsToCore.Utils.is_flat_prod_patSimon Peyton Jones2022-06-155-1/+48
* Document behaviour of RULES with KnownNatBodigrim2022-06-151-0/+9
* Documentation for setLocaleEncodingBodigrim2022-06-151-2/+27
* Update test baselines to match new error messages from GHC.IO.Encoding.FailureBodigrim2022-06-154-34/+34
* Improve error messages from GHC.IO.Encoding.FailureBodigrim2022-06-151-8/+12
* Fix FreeVars computation for mdosheaf2022-06-153-17/+42
* Use a class to check validity of withDictKrzysztof Gogolewski2022-06-1525-256/+300
* Fix bad interaction between withDict and the SpecialiserSimon Peyton Jones2022-06-157-52/+201
* codeGen: Ensure that static datacon apps are included in SRTsBen Gamari2022-06-142-43/+92
* CafAnal: Improve code clarityBen Gamari2022-06-142-100/+131
* Add documentation to the ByteArray# primetype.Hécate Moonlight2022-06-141-5/+44
* Remove pprTrace from pushCoercionIntoLambda (#21555)Matthew Pickering2022-06-143-1/+101
* docs: Fix LlvmVersion in manpage (#21280)Zubin Duggal2022-06-143-5/+7
* Consider the stage of typeable evidence when checking stage restrictionMatthew Pickering2022-06-147-21/+130
* ci: Allow testing bootstrapping on MRs using the "test-bootstrap" labelMatthew Pickering2022-06-141-0/+2
* ci: Test bootstrapping in release jobsMatthew Pickering2022-06-141-0/+1
* ci: Test the bootstrap without ALEX/HAPPY on pathMatthew Pickering2022-06-141-0/+3
* hadrian: Fix building from source-dist without alex/happyMatthew Pickering2022-06-145-3/+33
* Use the wrapper for an unlifted bindingSimon Peyton Jones2022-06-143-3/+12
* Check for uninferrable variables in tcInferPatSynDeclSimon Peyton Jones2022-06-1412-43/+88
* gitlab-ci: Rip out make jobBen Gamari2022-06-141-58/+0
* ci: Don't try to run ./boot when testing bootstrap of source distMatthew Pickering2022-06-142-3/+7
* source-dist: Copy in files created by ./bootMatthew Pickering2022-06-141-0/+28
* ci: Add matrix for bootstrap sourcesZubin Duggal2022-06-141-5/+46
* hadrian bootstrap: add plans for 9.0.2 and 9.2.3Zubin Duggal2022-06-144-0/+4
* upload-ghc-libs: Allow candidate-only uploadBen Gamari2022-06-141-19/+18
* Revert "Use fix-sized equality primops for fixed size boxed types"Ben Gamari2022-06-142-12/+12
* configure: Bump minimum bootstrap GHC versionBen Gamari2022-06-091-2/+3
* hadrian: Introduce new package database for executables needed to build stage0Matthew Pickering2022-06-0932-148/+234
* export IsList from GHC.IsListwip/T21517Teo Camarasu2022-05-3010-86/+108
* EPA: Comment Order ReversedAlan Zimmerman2022-05-308-21/+270
* Add -dkeep-comments flag to keep comments in the parserAlan Zimmerman2022-05-305-0/+306
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-3010-27/+366
* template-haskell: Fix representation of OPAQUE pragmasMatthew Pickering2022-05-304-8/+33
* testsuite: Add test for #21465Ben Gamari2022-05-304-0/+64
* rts: Ensure that XMM registers are preserved on Win64Ben Gamari2022-05-303-30/+41
* Test DESTDIR in test_hadrian()Julian Ospald2022-05-301-2/+23
* Respect DESTDIR in hadrian bindist Makefile, fixes #19646Ben Gamari2022-05-301-23/+23
* hadrian: Don't rely on xxx not being present in installation pathBen Gamari2022-05-301-2/+2
* avoid hadrian/bindist/Makefile install_docs error when --docs=noneJens Petersen2022-05-301-3/+4
* Enable eventlog support in all ways by defaultBen Gamari2022-05-3033-195/+92
* rts/eventlog: Don't attempt to flush if there is no writerBen Gamari2022-05-301-0/+8
* Basic response file supportBen Gamari2022-05-306-45/+111
* Bump deepseq submodule to masterBen Gamari2022-05-302-1/+1
* Allow passing -po outside profiling wayTeo Camarasu2022-05-271-0/+17
* Add test for T21455Teo Camarasu2022-05-272-0/+6
* add test case for #21446Teo Camarasu2022-05-273-0/+12
* Respect -po when heap profiling (#21446)Teo Camarasu2022-05-271-15/+21
* ci: Use correct syntax when args list is emptyghc-9.4.1-alpha2Matthew Pickering2022-05-231-1/+1