summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix error message for record updates, #19972Krzysztof Gogolewski2021-06-161-6/+4
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-1614-0/+3773
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-167-65/+227
* Fix INLINE pragmas in desugarerSimon Peyton Jones2021-06-103-0/+54
* Reword: representation instead of levitysheaf2021-06-1025-61/+69
* Add (broken) test for #19966Matthew Pickering2021-06-102-0/+8
* Added a regression test, this would trigger a Core Lint error before GHC 9Baldur Blöndal2021-06-092-0/+39
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-082-10/+12
* Parser: make less DynFlags dependentSylvain Henry2021-06-071-1/+3
* Make Logger independent of DynFlagsSylvain Henry2021-06-078-28/+31
* testsuite: Fix Note styleBen Gamari2021-06-051-0/+1
* testsuite: Eliminate fragility of ioprofBen Gamari2021-06-052-14/+2
* Re-do rubbish literalsSimon Peyton Jones2021-06-054-13/+34
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-0518-162/+76
* [testsuite] fix T6132 when using the LLVM toolchainMoritz Angermann2021-06-051-1/+7
* [testsuite] fix T13702 with clangMoritz Angermann2021-06-051-0/+5
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-054-5/+26
* Fix #19682 by breaking cycles in DerivedsRichard Eisenberg2021-06-0519-63/+181
* Make 'count-deps' a ghc/util standalone programShayne Fletcher2021-06-059-112/+29
* Make some simple primops levity-polymorphicsheaf2021-06-0411-37/+82
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-048-1/+19
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-0315-23/+56
* Driver Rework PatchMatthew Pickering2021-06-03149-183/+1044
* CountDeps: print graph of module dependencies in dot formatShayne Fletcher2021-06-021-10/+28
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-023-0/+21
* Fail before checking instances in checkHsigIface if exports don't match (#19244)Zubin Duggal2021-06-026-2/+94
* Allow primops in a :print (and friends) command. Fix #19394Roland Senn2021-06-023-0/+16
* Use GHC's State monad consistentlyBen Gamari2021-05-292-0/+2
* Split GHC.Utils.Monad.State into .Strict and .LazyBen Gamari2021-05-292-2/+2
* Bignum: match on DataCon workers in rules (#19892)Sylvain Henry2021-05-295-5/+33
* ghci: Enable -fkeep-going by defaultMatthew Pickering2021-05-297-4/+14
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-291-1/+1
* Add -Wmissing-exported-pattern-synonym-signaturesThomas Winant2021-05-2915-224/+74
* [EPA] exact print linear arrows.Alan Zimmerman2021-05-273-0/+38
* Enable strict dicts by default at -O2.Andreas Klebinger2021-05-274-21/+57
* Avoid fingerprinting the absolute path to the source filePepe Iborra2021-05-268-0/+51
* Support new parser types in GHCAlfredo Di Napoli2021-05-2622-35/+36
* Make tcIfaceCompleteMatch lazier.Zubin Duggal2021-05-255-0/+27
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-247-220/+2
* Add regression test for #9985nineonine2021-05-242-3/+33
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-232-9/+69
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-234-6/+9
* Pre-add test case for #19156Vladislav Zavialov2021-05-233-0/+37
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-233-0/+20
* Change representation of field selector occurencesShayne Fletcher2021-05-2320-102/+141
* Add regression test for #19287nineonine2021-05-223-0/+17
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-05-214-0/+31
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-2131-9/+213
* Add tests for code generation options specified via OPTIONS_GHC in multi modu...Divam2021-05-2013-0/+99
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-203-5/+9