summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add testcase for #19460Roland Senn2021-07-014-0/+15
* Use HsExpansion for overloaded list patternssheaf2021-06-295-12/+4
* Revert "Make reallyUnsafePtrEquality# levity-polymorphic"Matthew Pickering2021-06-275-59/+0
* testsuite: Widen acceptance window of T12545 (#19414)Sebastian Graf2021-06-272-4/+44
* Add regression test for #17819Sebastian Graf2021-06-273-0/+331
* WorkWrap: Make mkWWstr and mkWWcpr generate fewer let bindingsSebastian Graf2021-06-271-4/+4
* WorkWrap: Remove mkWWargs (#19874)Sebastian Graf2021-06-2714-53/+73
* Tc: Allow Typeable in quantified constraintsJakob Brünker2021-06-272-0/+18
* Suggest similar names when reporting types in terms (#19978)Vladislav Zavialov2021-06-254-2/+50
* Add regression test for #19921Zubin Duggal2021-06-253-0/+39
* driver: Add test for T14923Matthew Pickering2021-06-253-0/+27
* driver: Add test for #17481Matthew Pickering2021-06-253-0/+37
* ghci: Add test for #18330Matthew Pickering2021-06-255-0/+23
* Make reallyUnsafePtrEquality# levity-polymorphicsheaf2021-06-255-0/+59
* Fixes around incomplete guards (#20023, #20024)Krzysztof Gogolewski2021-06-247-13/+13
* EPA: Bringing over tests and updates from ghc-exactprintAlan Zimmerman2021-06-2426-0/+981
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-06-242-0/+18
* Add some tests for sized primopsSylvain Henry2021-06-233-0/+1584
* Converts diagnostics for two errors in Ghc.Tc.Module (#19926)Aaron Allen2021-06-236-0/+27
* [testsuite] mark T3007 broken on darwin.Moritz Angermann2021-06-231-1/+2
* ghci: Correct free variable calculation in StgToByteCodeMatthew Pickering2021-06-232-0/+2
* Enable TcPlugin tests on Windowssheaf2021-06-231-4/+4
* testsuite: Don't try to run tests with missing librariesMatthew Pickering2021-06-232-7/+7
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-06-232-6/+24
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-226-25/+7
* Put tracing functions into their own moduleSylvain Henry2021-06-222-2/+6
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-06-191-0/+11
* Deprecate -Wmissing-monadfail-instances (#17875)Krzysztof Gogolewski2021-06-195-5/+1
* RTS: Fix flag parsing for --eventlog-flush-intervalMatthew Pickering2021-06-192-0/+8
* Improve pretty-printing of coercionsSimon Peyton Jones2021-06-182-5/+27
* Enhance cast worker/wrapper for INLINABLESimon Peyton Jones2021-06-186-45/+191
* 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