summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle `type data` properly in tyThingParent_maybewip/T22817Ryan Scott2023-01-256-8/+42
* CmmToC: fix CmmRegOff for 64-bit register on a 32-bit targetCheng Shao2023-01-241-2/+2
* Clarify where `f` is definedTom Ellis2023-01-241-4/+7
* Add test for T22671Matthew Pickering2023-01-242-0/+9
* Fix Lint check for duplicate external namesKrzysztof Gogolewski2023-01-241-6/+5
* Debug: Print full NodeKey when pretty printing ModuleGraphNodeMatthew Pickering2023-01-241-1/+1
* Finder: Look in current unit before looking in any home package dependenciesMatthew Pickering2023-01-249-1/+30
* Key ModSummary cache by UnitId as well as FilePathMatthew Pickering2023-01-247-9/+21
* Improve driver diagnostic messages by including UnitId in messageMatthew Pickering2023-01-2414-49/+61
* Don't write o-boot files in Interactive modeMatthew Pickering2023-01-245-15/+36
* Recompilation checking: Don't try to find artefacts for Interactive & hs-boot...Matthew Pickering2023-01-243-62/+74
* Use NodeKey rather than ModuleName in pruneCacheMatthew Pickering2023-01-241-3/+10
* Augment target filepath by working directory when checking if module satisfie...Matthew Pickering2023-01-243-1/+5
* Fix recompilation checking for multiple home unitsMatthew Pickering2023-01-2416-21/+84
* Do not collect compile-time metrics for T21839rMatthew Craven2023-01-233-3/+7
* codeowners: Add Ben, Matt, and Bryan to CIwip/ci-codeownersBryan Richter2023-01-231-0/+4
* Fix #22742Simon Peyton Jones2023-01-234-4/+22
* ghcup metadata: Remove viPostRemove field from generated metadataMatthew Pickering2023-01-231-1/+0
* ghcup metadata: Fix subdir for windows bindistMatthew Pickering2023-01-231-1/+1
* Bump process submoduleCheng Shao2023-01-232-1/+3
* hadrian: disable alloca for in-tree GMP on wasm32Cheng Shao2023-01-231-1/+9
* template-haskell: Bump version to 2.20.0.0Ben Gamari2023-01-237-5/+5
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-2318-32/+107
* Set "since: 9.8" for TypeAbstractions and -Wterm-variable-captureVladislav Zavialov2023-01-236-8/+18
* gitlab-ci: Add Rocky8 jobsBen Gamari2023-01-232-1/+133
* hadrian: add missing docs for recently added flavour transformersCheng Shao2023-01-231-0/+16
* hadrian: add hi_core flavour transformerCheng Shao2023-01-231-0/+9
* Fix printing of promoted MkSolo datacon (#22785)Andrei Borzenkov2023-01-1811-19/+39
* Add regression test for #22151Ryan Scott2023-01-182-0/+17
* nativeGen/X86: MFENCE is unnecessary for release semanticsBen Gamari2023-01-181-1/+1
* ghc-pkg does not have to depend on terminfoBodigrim2023-01-182-45/+17
* ghc package does not have to depend on terminfoBodigrim2023-01-185-32/+9
* Give the RTS it's own configure scriptJohn Ericson2023-01-1811-43/+92
* Move documentation of deferred type error flags out of warnings sectionAdam Gundry2023-01-182-62/+63
* Revise warnings documentation in user's guideAdam Gundry2023-01-182-34/+60
* Minor corrections to commentsAdam Gundry2023-01-181-4/+4
* Refactor warning flag parsing to add missing flagsAdam Gundry2023-01-186-92/+126
* Add PrimCallConv support to GHCiLuite Stegeman2023-01-1821-145/+1043
* Fix typo in recent darwin tests fixCheng Shao2023-01-181-1/+1
* Bump gmp-tarballs submoduleBen Gamari2023-01-181-0/+0
* Bump ghc-tarballs to fix #22497Ben Gamari2023-01-181-0/+0
* Add missing parenthesizeHsType in cvtSigTypeKindRyan Scott2023-01-184-2/+16
* Enable -Wstar-is-type by default (#22759)Vladislav Zavialov2023-01-1816-53/+38
* Use -Wdefault when running Python testdriver (#22727)Krzysztof Gogolewski2023-01-184-7/+9
* testsuite: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-1816-44/+88
* Hadrian: fix warnings (#22783)Vladislav Zavialov2023-01-173-5/+3
* Document the semantics of pattern bindings a bit betterSimon Peyton Jones2023-01-177-96/+295
* Avoid unnecessary printf warnings in EventLog.cViktor Dukhovni2023-01-171-4/+2
* compiler: Small optimisation of assertMBen Gamari2023-01-171-1/+7
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-01-166-11/+84