summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TemplateHaskellQuotes: Allow nested spliceswip/th-quotes-relaxMatthew Pickering2020-02-1013-11/+83
* Add regression test for #13142Ömer Sinan Ağacan2020-02-092-0/+161
* 8.10 Release notes for improvements to the pattern-match checker [skip ci]Sebastian Graf2020-02-091-0/+14
* Force -fPIC for intree GMP (fix #17799)Sylvain Henry2020-02-093-46/+2
* Fix -ddump-stg-final.Andreas Klebinger2020-02-092-3/+2
* Fix #14628: Panic (No skolem Info) in GHCiRoland Senn2020-02-097-11/+52
* hadrian: Windows fixes (bindists, CI)Alp Mestanogullari2020-02-095-25/+37
* Fix an outdated note linkArnaud Spiwack2020-02-091-1/+1
* hadrian: Fix --test-summary argumentBen Gamari2020-02-091-4/+4
* hadrian: Add --test-metrics argumentBen Gamari2020-02-093-1/+14
* Add a test for #15712Krzysztof Gogolewski2020-02-093-0/+25
* rts: Fix need_prealloc being reset when retainer profiling is onDaniel Gröber2020-02-081-1/+1
* rts: Fix Arena blocks accounting for MBlock sized allocationsDaniel Gröber2020-02-081-1/+1
* base: Drop out-of-date commentBen Gamari2020-02-081-12/+0
* Add regression test for #12760Ömer Sinan Ağacan2020-02-082-0/+37
* Import qualified Prelude in parserÖmer Sinan Ağacan2020-02-081-0/+1
* includes: Avoid using single-line comments in HsFFI.hBen Gamari2020-02-082-15/+23
* Rename ghcAssert to stgAssert in hp2ps/Main.h.Andreas Klebinger2020-02-081-2/+2
* Add mkHieFileWithSource which doesn't read the source file from diskMatthew Pickering2020-02-081-5/+14
* Remove redundant caseSylvain Henry2020-02-081-4/+2
* Update to hie-bios 0.3.2 style program cradlePepe Iborra2020-02-082-2/+4
* users-guide: Clarify that bundled patsyns were introduced in GHC 8.0Ben Gamari2020-02-081-3/+5
* Apply suggestion to libraries/base/GHC/List.hsJulien Debon2020-02-081-1/+1
* doc(Data.List): Add some examples to Data.ListJulien Debon2020-02-082-6/+72
* testsuite: Add test for #15316Ben Gamari2020-02-083-0/+28
* hadrian: Depend upon libray dependencies when configuring packagesBen Gamari2020-02-082-1/+12
* Fix GhcThreaded settingBen Gamari2020-02-086-2/+15
* Optimize unpackCString# to allocate less.Andreas Klebinger2020-02-081-43/+54
* hadrian: Allow override of Cabal configuration in hadrian.settingsBen Gamari2020-02-082-20/+32
* Bump stm and process submodulesBen Gamari2020-02-082-0/+0
* Introduce -Wcompat-unqualified-importsBen Gamari2020-02-0811-5/+102
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-08101-108/+144
* compiler: Qualify imports of Data.ListBen Gamari2020-02-0831-48/+56
* Fix hs_try_putmvar losing track of running capDylan Yudaken2020-02-083-0/+26
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-0853-1213/+785
* Remove unnecessary parenthesesRichard Eisenberg2020-02-081-14/+14
* slightly better named cost-centres for simple pattern bindings #17006Adam Sandberg Eriksson2020-02-082-9/+40
* Comments onlywip/T17509Simon Peyton Jones2020-02-061-0/+28
* Use foldTyCo for exactTyCoVarsOfTypeSimon Peyton Jones2020-02-063-87/+70
* Use foldTyCo for coVarsOfTypeSimon Peyton Jones2020-02-061-32/+57
* Simplify closeOverKindsSimon Peyton Jones2020-02-063-23/+29
* Use foldTyCo for noFreeVarsOfTypeSimon Peyton Jones2020-02-061-64/+15
* Reform the free variable finders for typesSimon Peyton Jones2020-02-064-239/+543
* Move closeOverKinds and friends to TyCoFVsBen Gamari2020-02-062-29/+37
* VarSet: Introduce nonDetFoldVarSetBen Gamari2020-02-061-0/+4
* gitlab-ci: Allow Windows builds to fail againBen Gamari2020-02-051-0/+1
* Add regression test for #17773Ryan Scott2020-02-053-0/+32
* Remove CafInfo-related code from STG lambda lift passÖmer Sinan Ağacan2020-02-052-33/+5
* testlib: Extend existing *_opts in extra_*_optsÖmer Sinan Ağacan2020-02-052-7/+10
* PmCheck: Record type constraints arising from existentials in `PmCoreCt`sSebastian Graf2020-02-054-106/+163