summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make UnfoldingGuidance account for free variableswip/T3781Simon Peyton Jones2021-11-236-118/+221
* gitlab-ci: Bump DOCKER_REVBen Gamari2021-11-231-1/+1
* Add a warning for GADT match + NoMonoLocalBinds (#20485)Krzysztof Gogolewski2021-11-2312-14/+109
* Don't include types in test outputAndreas Klebinger2021-11-234-45/+32
* CmmSink: Be more aggressive in removing no-op assignments.Andreas Klebinger2021-11-239-6/+897
* Hadrian: bump stackage LTS to 18.18 (GHC 8.10.7)Sylvain Henry2021-11-222-7/+7
* Make INLINE/NOINLINE pragmas a bgi less constrainingSimon Peyton Jones2021-11-226-53/+75
* Better wrapper activation calculationSimon Peyton Jones2021-11-222-34/+80
* Include "not more specific" info in overlap msgsheaf2021-11-2048-232/+337
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-2016-20/+70
* gitlab-ci: Set HOME to plausible but still non-existent locationBen Gamari2021-11-201-1/+3
* rts: Ensure that markCAFs marks object codeBen Gamari2021-11-201-4/+11
* More support for optional home-unitSylvain Henry2021-11-2018-141/+179
* Remove unused module import syntax from .bkp modeMatthew Pickering2021-11-203-27/+7
* Bump deepseq submodule to 1.4.7.0-preBen Gamari2021-11-202-1/+1
* Hadrian: bring up to date with latest make improvementsJohn Ericson2021-11-1817-129/+103
* testsuite: Use libc++ rather than libstdc++ in objcpp-hiBen Gamari2021-11-181-2/+1
* gitlab-ci: Bump MACOSX_DEPLOYMENT_TARGETBen Gamari2021-11-181-4/+2
* ghc-cabal: Use bootstrap compiler's text packageBen Gamari2021-11-181-9/+1
* Bump text and parsec submodulesBen Gamari2021-11-183-1/+6
* Bump Cabal submoduleBen Gamari2021-11-184-5/+2
* ghc-cabal, make: Add support for building C++ object codeBen Gamari2021-11-1810-18/+76
* testsuite: check for FlexibleContexts in T17563Vladislav Zavialov2021-11-182-8/+9
* Add one line of comments (c.f. !5706)Simon Peyton Jones2021-11-181-0/+1
* Revert "base: Use one-shot kqueue on macOS"Matthew Pickering2021-11-182-2/+15
* testsuite: disable some tests when we don't have dynamic librariesZubin Duggal2021-11-184-4/+7
* hadrian: add threadedDebug RTS way to devel compilersZubin Duggal2021-11-181-1/+1
* Improve handling of import statements in GHCi (#20473)Morrow2021-11-1713-26/+37
* bitReverse functions in GHC.Word are since base-4.14.0.0, not 4.12.0.0ARATA Mizuki2021-11-171-4/+4
* Provide in-line kind signatures for Data.Type.Ord.Compare.Andrew Pritchard2021-11-171-1/+1
* Fix Haddock markup on Data.Type.Ord.OrdCond.Andrew Pritchard2021-11-171-3/+4
* testsuite: Refactor pmcheck all.TSebastian Graf2021-11-172-231/+122
* Pmc: Don't case split on wildcard matches (#20642)Sebastian Graf2021-11-1733-162/+251
* hadrian: Ensure that term.h is in include search pathBen Gamari2021-11-175-6/+25
* hadrian: Factor out --extra-*-dirs=... patternBen Gamari2021-11-171-9/+19
* Increase type sharingBen Gamari2021-11-1737-298/+488
* Make: Get rid of `BUILD_.*_INCLUDE_DIRS`John Ericson2021-11-1612-51/+53
* gitlab-ci/darwin: Move SDK path discovery into toolchain.nixBen Gamari2021-11-162-9/+3
* gitlab-ci: Fail if dynamic references are found in a static bindistBen Gamari2021-11-161-1/+1
* gitlab-ci: Refactor toolchain provisionBen Gamari2021-11-162-18/+28
* Link to ghc-proposals repo from READMERichard Eisenberg2021-11-151-1/+3
* Hadrian: fix windows cross-build (#20657)Sylvain Henry2021-11-1516-80/+115
* Fix windres invocationSylvain Henry2021-11-151-6/+5
* Delete dead code knobs for building GHC itselfJohn Ericson2021-11-154-92/+0
* Make: Get rid of GHC_INCLUDE_DIRSJohn Ericson2021-11-158-26/+16
* Instantiate field types properly in stock-derived instancesRyan Scott2021-11-1514-266/+599
* Refactoring: Move DataConEnv to GHC.Core.DataConRyan Scott2021-11-152-2/+5
* Refactoring: Consolidate some arguments with DerivInstTysRyan Scott2021-11-155-141/+135
* Make: Move remaining built RTS headers to ...build/includeJohn Ericson2021-11-123-6/+5
* Add regression test for #20663Sebastian Graf2021-11-123-0/+156