summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* template-haskell: Fix representation of OPAQUE pragmaswip/backport-MR8133Matthew Pickering2022-05-274-8/+33
* ci: Use correct syntax when args list is emptyghc-9.4.1-alpha2Matthew Pickering2022-05-231-1/+1
* ci: Don't build sphinx documentation on centosMatthew Pickering2022-05-232-0/+6
* Add release flavour and use it for the release jobsMatthew Pickering2022-05-238-126/+161
* Revert "packaging: Build perf builds with -split-sections"Ben Gamari2022-05-212-14/+1
* Add back Debian9 CI jobsMatthew Pickering2022-05-182-0/+180
* packaging: Introduce CI job for generating hackage documentationMatthew Pickering2022-05-183-7/+270
* testsuite: Cabalify ghc-configBen Gamari2022-05-186-24/+23
* testsuite: More robust library way detectionBen Gamari2022-05-183-97/+39
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-05-185-12/+21
* hadrian: Drop redundant include directoriesBen Gamari2022-05-181-10/+0
* hadrian: Ensure that --extra-lib-dirs are usedBen Gamari2022-05-181-26/+5
* Bump time submodule to 1.12.2Matthew Pickering2022-05-181-0/+0
* gitlab-ci: Check for dynamic msys2 dependenciesBen Gamari2022-05-181-0/+13
* FIND_LLVM_PROG: Recognize llvm suffix used by FreeBSD, ie llc10.mikael2022-05-181-2/+2
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-183-3/+8
* hadrian: Don't pass -j to haddockMatthew Pickering2022-05-181-3/+1
* docs: Fix path to GHC API docs in index.htmlMatthew Pickering2022-05-183-3/+1
* packaging: Build perf builds with -split-sectionsMatthew Pickering2022-05-182-1/+14
* hadrian: Fix split-sections transformerMatthew Pickering2022-05-181-4/+7
* ci: Add job to check that jobs.yaml is up-to-dateMatthew Pickering2022-05-181-0/+22
* ci: Generate source-tarball in release jobsMatthew Pickering2022-05-181-0/+1
* Fix name of windows release bindist in doc-tarball jobMatthew Pickering2022-05-181-1/+1
* ci: Add linting job which checks authors are not GHC CIMatthew Pickering2022-05-182-0/+31
* bootstrap: Add bootstrapping files for ghc-9_2_2Matthew Pickering2022-05-182-0/+2
* ci: Fix shell commandMatthew Pickering2022-05-181-2/+2
* ci: Explicitly handle failures in test_hadrianMatthew Pickering2022-05-181-11/+11
* ci: Add test to check that release jobs have profiled libsMatthew Pickering2022-05-182-1/+14
* ci: Fix cabal-reinstall jobMatthew Pickering2022-05-182-7/+3
* template-haskell: Bump version to 2.19.0.0Ben Gamari2022-05-186-4/+4
* configure: Check CC_STAGE0 for --target supportBen Gamari2022-05-183-12/+16
* hadrian: Add bytestring as a boot packageBen Gamari2022-05-151-0/+1
* Revert "Make the specialiser handle polymorphic specialisation"Matthew Pickering2022-05-154-231/+52
* Add arity to the INLINE pragmas for pattern synonymsSimon Peyton Jones2022-05-155-34/+214
* Re-export augment and build from GHC.ListBen Gamari2022-05-152-4/+14
* release notes: tcplugin has access to irreducible GivensPavol Vargovcik2022-05-131-0/+2
* update TcPluginSolver definition (plus few other details) in docsPavol Vargovcik2022-05-131-6/+11
* runTcPluginSolvers: call getTcEvBindsVar only once - before loopsheaf2022-05-131-4/+4
* fix: pass global ev_binds_var to tcplugin solverPavol Vargovcik2022-05-133-7/+8
* TcPlugin_CtId test for irreducible givensPavol Vargovcik2022-05-136-0/+116
* TcPlugin can read and resolve irreducible givensPavol Vargovcik2022-05-131-2/+8
* Merge remote-tracking branch 'origin/wip/backports-9.4' into ghc-9.4Ben Gamari2022-05-126-85/+164
|\
| * gitlab-ci: Fix Windows toolchain installationghc-9.4.1-alpha1Ben Gamari2022-04-301-1/+1
| * gitlab/ci: Fix name of bootstrap compiler directoryBen Gamari2022-04-301-2/+2
| * gitlab-ci: Don't run make job in release pipelinesBen Gamari2022-04-301-1/+1
| * configure: Make sphinx version check more robustBen Gamari2022-04-301-1/+1
| * gitlab-ci: Use ld.lld on ARMv7/LinuxBen Gamari2022-04-302-8/+14
| * testsuite/T7275: Use sed -rBen Gamari2022-04-301-1/+1
| * gitlab-ci: Always preserve artifacts, even in failed jobsBen Gamari2022-04-302-72/+145
* | add since annotations for instances of ByteArrayTeo Camarasu2022-05-051-0/+9
|/