summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-1636-3/+376
* Fix non power-of-two Storable.alignment in Capi_Ctype testsDaniel Gröber2021-02-143-3/+3
* Fix over-eager inlining in SimpleOptSimon Peyton Jones2021-02-143-0/+36
* Introduce keepAlive primopBen Gamari2021-02-142-2/+2
* Bignum: fix bogus rewrite rule (#19345)Sylvain Henry2021-02-133-0/+15
* Fix a serious bug in roughMatchTcsSimon Peyton Jones2021-02-133-0/+48
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-134-8/+3
* Add tests for solved arrow tickets #5777 #15175Krzysztof Gogolewski2021-02-133-0/+79
* GHCi :complete command for operators: Fix spaceless cases of #10576.Roland Senn2021-02-132-5/+3
* Always set `safeInferred`, not only when it turns `False`Joachim Breitner2021-02-134-0/+14
* Refactor LoggerSylvain Henry2021-02-1312-24/+37
* Fix a long standing bug in constraint solvingSimon Peyton Jones2021-02-092-0/+43
* Fix pretty-printing of invisible arguments for FUN 'Many (#19310)Krzysztof Gogolewski2021-02-093-0/+8
* Reduce inlining in deeply-nested casesSimon Peyton Jones2021-02-097-19/+88
* Fix typosBrian Wignall2021-02-0613-16/+16
* Add a test for #18736Krzysztof Gogolewski2021-02-062-0/+8
* Make pattern synonyms play with CallStackSimon Peyton Jones2021-02-063-0/+36
* Fix buglet in expandSynTyCon_maybeSimon Peyton Jones2021-02-063-0/+7
* The Char kind (#11342)Daniel Rogozin2021-02-069-0/+141
* Fix -dynamic-too with wired-in modules (#19264)Sylvain Henry2021-01-303-0/+8
* Zonk the returned kind in tcFamTyPatsSimon Peyton Jones2021-01-302-0/+13
* Add missing .hi-boot dependencies with ghc -M (#14482)Sylvain Henry2021-01-297-0/+44
* Fix spurious failures of T16916 on CI (#16966)Sylvain Henry2021-01-273-13/+46
* Remove some redundant validity checks.Richard Eisenberg2021-01-2731-33/+74
* Add regression test for #11228Adam Gundry2021-01-273-0/+15
* Remove -XMonadFailDesugaring referencesHécate2021-01-272-2/+4
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-2717-21/+25
* Add additional context to :doc output (#19055)Aaron Allen2021-01-274-0/+38
* Deprecate -h flagMatthew Pickering2021-01-271-1/+1
* Track the dependencies of `GHC.Hs.Expr.Types`John Ericson2021-01-236-50/+315
* Separate AST from GhcPass (#18936)John Ericson2021-01-235-4/+13
* Bignum: add Natural constant folding rules (#15821)Sylvain Henry2021-01-235-4/+259
* Implement #15993Koz Ross2021-01-231-2/+2
* Make matchableGivens more reliably correct.Richard Eisenberg2021-01-234-0/+24
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-223-5/+5
* Enhance Data instance generationSylvain Henry2021-01-221-1/+1
* Test constant folding for sized typesJohn Ericson2021-01-227-0/+393
* Add 32-bit ops to T file I forgot to add beforeJohn Ericson2021-01-221-5/+10
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-2217-77/+90
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-1/+3
* Fix error recovery in solveEqualitiesSimon Peyton Jones2021-01-226-0/+45
* Arrows: collect evidence bindersSylvain Henry2021-01-222-0/+88
* When deriving Eq always use tag based comparisons for nullary constructorsAndreas Klebinger2021-01-222-3/+1
* Use captureTopConstraints at top levelSimon Peyton Jones2021-01-173-0/+8
* Add regression test for #16577Sylvain Henry2021-01-172-0/+2088
* Bignum: fix for Integer/Natural Ord instancesSylvain Henry2021-01-171-10/+6
* Fix unsoundness for linear guards (#19120)Krzysztof Gogolewski2021-01-173-0/+16
* Revert "Remove SpecConstrAnnotation (#13681)" (#19168)Sylvain Henry2021-01-174-2/+14
* Accept (fixed) T14059bSebastian Graf2021-01-172-3/+3
* PmCheck: Positive info doesn't imply there is an inhabitant (#18960)Sebastian Graf2021-01-174-0/+55