summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test for T21682wip/9.2.2-T21682Matthew Pickering2022-06-072-0/+4
* 9.2: Fix -Werror=unrecognised-warning-flagsMatthew Pickering2022-06-0741-76/+82
* release notes: Fix duplicationghc-9.2.3-releaseZubin Duggal2022-05-271-2/+0
* Link 9.2.3 notes properlyZubin Duggal2022-05-271-0/+1
* Fix bkpcabal01wip/9.2.3-backports-2Zubin Duggal2022-05-261-1/+1
* Bump version to GHC 9.2.3 and add release notesZubin Duggal2022-05-2613-16/+134
* Respect DESTDIR in hadrian bindist Makefile, fixes #19646Julian Ospald2022-05-251-21/+21
* hadrian: Don't rely on xxx not being present in installation pathBen Gamari2022-05-251-2/+2
* docs: Fix LlvmVersion in manpage (#21280)Zubin Duggal2022-05-253-5/+7
* Remove pprTrace from pushCoercionIntoLambda (#21555)Matthew Pickering2022-05-253-1/+101
* Bump version for base to 4.16.2.0Zubin Duggal2022-05-252-1/+9
* Use local instances with least superclass depthRichard Eisenberg2022-05-259-82/+185
* Improve redundant-constraints warningRichard Eisenberg2022-05-2512-95/+230
* gitlab-ci: Check for dynamic msys2 dependenciesBen Gamari2022-05-251-0/+13
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-251-3/+2
* Document behaviour of RULES with KnownNatBodigrim2022-05-251-0/+34
* Documentation for setLocaleEncodingBodigrim2022-05-251-2/+27
* Add test for #21558Matthew Pickering2022-05-252-0/+17
* codeGen: Ensure that static datacon apps are included in SRTsBen Gamari2022-05-252-42/+92
* Generalize breakTyVarCycle to work with TyFamLHSZubin Duggal2022-05-2511-67/+156
* testsuite: Fix import on python 3.10Zubin Duggal2022-05-251-1/+2
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-05-2515-38/+129
* Add a missing guard in GHC.HsToCore.Utils.is_flat_prod_patSimon Peyton Jones2022-05-255-1/+48
* Use the wrapper for an unlifted bindingSimon Peyton Jones2022-05-253-2/+11
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-203-9/+9
* Hadrian bootstrap backport: update gitlab-ci.ymlsheaf2022-05-191-51/+0
* hadrian: remove alex and happy from build-toolsAdam Sandberg Ericsson2022-05-191-2/+0
* hadrian: remove redundant importAlex D2022-05-191-1/+0
* Hadrian: update the index-state to allow building with GHC 9.0.2Ryan Scott2022-05-191-1/+1
* bootstrap: Add bootstrapping files for ghc-9_2_2Matthew Pickering2022-05-192-0/+2
* Remove test-bootstrap and cabal-reinstall jobs from fast-ci [skip ci]Matthew Pickering2022-05-191-0/+58
* ci: Move source-tarball and test-bootstrap into full-buildMatthew Pickering2022-05-191-2/+2
* ci: test bootstrapping and use hadrian for source distsZubin Duggal2022-05-192-18/+40
* hadrian: Fully implement source distributions (#19317)Zubin Duggal2022-05-1911-112/+213
* hadrian: Fix location for haddocks in installed pkgconfsZubin Duggal2022-05-191-1/+1
* hadrian: allow offline bootstrappingZubin Duggal2022-05-195-64/+192
* hadrian, testsuite: Teach Hadrian to query the testsuite driver for dependenciesZubin Duggal2022-05-199-20/+102
* Pass '-x c++' and '-std=c++11' to `cc` for cpp files, in HadrianEthan Kiang2022-05-195-13/+29
* hadrian: Add bootstrap scripts for building without cabal-installMatthew Pickering2022-05-1918-0/+695
* Add arity to the INLINE pragmas for pattern synonymsSimon Peyton Jones2022-05-195-34/+214
* Fix cloneWanted for coercion holessheaf2022-05-194-1/+47
* Check for uninferrable variables in tcInferPatSynDeclSimon Peyton Jones2022-05-1911-37/+88
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-05-136-12/+24
* hadrian: Drop redundant include directoriesBen Gamari2022-05-131-10/+0
* hadrian: Ensure that --extra-lib-dirs are usedBen Gamari2022-05-131-26/+5
* hadrian: detect if 'main' is not a haskell file and add it to appropriate lis...Zubin Duggal2022-05-135-7/+16
* hadrian: Flag cabal flag handlingMatthew Pickering2022-05-121-10/+5
* bytestring: Bump to 0.11.3.1Matthew Pickering2022-05-101-0/+0
* Disable warnings for unused goto labelsGreg Steuck2022-05-101-0/+1
* Kill a use of %n format specifierGreg Steuck2022-05-103-15/+21