summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use pprSigmaType to print GHCi debugger Suspension Terms (Fix #19355)Roland Senn2021-05-207-20/+31
* Added new regresion test for #18036 from ticket #19865.Baldur Blöndal2021-05-192-0/+34
* constant folding: Make shiftRule for Word8/16/32# types return correct typeMatthew Pickering2021-05-192-0/+12
* Make setBndrsDemandInfo work with only type variablesMatthew Pickering2021-05-192-0/+8
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-05-191-1/+0
* Cmm: fix sinking after suspendThreadSylvain Henry2021-05-193-0/+37
* Add pattern TypeRep (#19691), exported by Type.Reflection.Baldur Blöndal2021-05-192-0/+34
* CPR: Detect constructed products in `runRW#` apps (#19822)Sebastian Graf2021-05-194-1/+21
* testsuite: Don't copy .hi-boot and .o-boot files into temp dirMatthew Pickering2021-05-191-1/+3
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-1910-110/+73
* Implement :info for record pattern synonyms (#19462)nineonine2021-05-193-0/+21
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-19102-90/+239
* Add some TcRn diagnostic messagesAlfredo Di Napoli2021-05-193-0/+10
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-126-13/+29
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-122-2/+4
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-113-0/+11
* Fix strictness and arity info in SpecConstrSimon Peyton Jones2021-05-114-15/+126
* Don't warn about ClassOp bindings not specialising.Andreas Klebinger2021-05-112-0/+17
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-113-0/+29
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-093-1/+13
* Fix newtype eta-reductionSimon Peyton Jones2021-05-075-0/+48
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-079-103/+234
* [darwin] stop the DYLD_LIBRARY_PATH madnessMoritz Angermann2021-05-071-5/+2
* [testsuite/arm64] fix section_alignmentMoritz Angermann2021-05-071-1/+1
* [testsuite] static001 is not broken anymore.Moritz Angermann2021-05-071-1/+2