summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Bump haddock submoduleBen Gamari2022-04-301-0/+0
* Bump ghc-prim and base versionsBen Gamari2022-04-3042-50/+52
* Update supported LLVM versionsBen Gamari2022-04-292-1/+7
* Bump Haddock submoduleBen Gamari2022-04-291-0/+0
* rts/m32: Fix assertion failureBen Gamari2022-04-291-0/+3
* Provide efficient unionMG function for combining two module graphs.Matthew Pickering2022-04-281-4/+25
* Add note about inefficiency in returnMemoryToOSFabian Thorand2022-04-281-0/+8
* Update docs for change to type-checking pluginssheaf2022-04-282-2/+13
* Mark GHC.Prim.PtrEq as Unsafesheaf2022-04-284-1/+14
* Bump bytestring, process, and text submodulesBen Gamari2022-04-284-2/+2
* Fix unification of ConcreteTvs, removing IsRefl#sheaf2022-04-2787-1206/+1847
* Relax "suppressing errors" assert in reportWantedssheaf2022-04-271-4/+9
* decideMonoTyVars: account for CoVars in candidatessheaf2022-04-274-3/+34