summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hiwip/gdb-jit-objectBen Gamari2022-05-237-244/+186
* jit objectBen Gamari2022-05-238-58/+267
* linker: Add support for gdb's JIT interfaceBen Gamari2022-05-232-0/+119
* Loader: Implement gnu-style -l:$path syntaxGHC GitLab CI2022-05-231-11/+31
* Statically-link against libc++ on WindowsGHC GitLab CI2022-05-191-0/+6
* text: Try reenabling simdutfBen Gamari2022-05-181-3/+1
* Enable eventlog support in all ways by defaultBen Gamari2022-05-1833-195/+92
* rts/eventlog: Don't attempt to flush if there is no writerBen Gamari2022-05-181-0/+8
* Basic response file supportBen Gamari2022-05-186-45/+111
* testsuite: Add tests for system-cxx-std-lib packageBen Gamari2022-05-187-0/+43
* Introduce package to capture dependency on C++ stdlibBen Gamari2022-05-1810-8/+118
* driver: Introduce pgmcxxBen Gamari2022-05-1817-15/+55
* rts/PEi386: Fix handling of weak symbolsBen Gamari2022-05-183-2/+13
* Bump text submodule to use system-cxx-std-libBen Gamari2022-05-181-0/+0
* testsuite: Build T20918 with HC, not CXXBen Gamari2022-05-181-2/+2
* Bump deepseq submodule to masterBen Gamari2022-05-181-0/+0
* 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