summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Make boxed 1-tuples have known keysRyan Scott2020-04-284-0/+17
* Define a Quote IO instanceRyan Scott2020-04-283-2/+12
* TH: fix Show/Eq/Ord instances for Bytes (#16457)Sylvain Henry2020-04-273-0/+47
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2644-91/+91
* Switch order on `GhcMake.IsBoot`John Ericson2020-04-241-2/+2
* GHC.Prim docs: note and testmniip2020-04-233-0/+4
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-1/+1
* testsuite: Don't attempt to read .std{err,out} files if they don't existBen Gamari2020-04-231-2/+10
* Create di_scoped_tvs for associated data family instances properlyRyan Scott2020-04-232-0/+42
* Do eager instantation in termsSimon Peyton Jones2020-04-2246-120/+147
* PPC NCG: Add DWARF constants and debug labelsPeter Trommler2020-04-225-32/+12
* Fix tab-completion for :break (#17989)Roland Senn2020-04-227-0/+72
* Mark DataCon wrappers CONLIKEAlexis King2020-04-227-5/+51
* CmmToAsm DynFlags refactoring (#17957)Sylvain Henry2020-04-211-2/+4
* Use ParserFlags in GHC.Runtime.Eval (#17957)Sylvain Henry2020-04-211-2/+4
* Fix a buglet in redundant-constraint warningsSimon Peyton Jones2020-04-204-0/+36
* Modules (#13009)Sylvain Henry2020-04-1815-17/+17
* GHC.Core.Opt renamingSylvain Henry2020-04-1818-19/+19
* Add a missing zonk in tcHsPartialTypeSimon Peyton Jones2020-04-183-0/+13
* Fix #18065 by fixing an InstCo oversight in Core LintRyan Scott2020-04-172-0/+109
* Fix #18052 by using pprPrefixOcc in more placesRyan Scott2020-04-157-25/+83
* Add an INLINE pragma to Control.Category.>>>Alexis King2020-04-124-0/+287
* Use conLikeUserTyVarBinders to quantify field selector typesRyan Scott2020-04-122-0/+35
* Implement extensible interface filesJosh Meredith2020-04-122-1/+2
* Significant refactor of LintSimon Peyton Jones2020-04-122-0/+45
* testsuite: Fix comment for a language extensionTakenobu Tani2020-04-121-2/+2
* Testsuite: mark T11531 fragilePeter Trommler2020-04-101-1/+2
* testsuite: Move no_lint to the top level, tweak hie002Ömer Sinan Ağacan2020-04-103-7/+14
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-091-1/+5
* Handle promoted data constructors in typeToLHsType correctlyRyan Scott2020-04-083-22/+22
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-1/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-0744-54/+58
* simplifier: Kill off ufKeenessFactorBen Gamari2020-04-079-65/+19
* Fix an tricky specialiser loopSimon Peyton Jones2020-04-064-0/+226
* Enable ImpredicativeTypes internally when typechecking selector bindingsRyan Scott2020-04-042-0/+31
* Major improvements to the specialiserSimon Peyton Jones2020-04-0311-2/+187
* Testsuite: measure compiler stats for T16190Sylvain Henry2020-04-031-1/+1
* Improve and refactor StgToCmm codegen for DataCons.Andreas Klebinger2020-04-031-1/+1
* Fix two ASSERT buglets in reifyDataConRyan Scott2020-04-023-0/+20
* Preserve precise exceptions in strictness analysisSebastian Graf2020-04-022-1/+20
* Re-engineer the binder-swap transformationSimon Peyton Jones2020-04-024-37/+21
* PmCheck: Adjust recursion depth for inhabitation testSebastian Graf2020-04-014-0/+65
* Add regression test for #17963Ryan Scott2020-03-313-0/+29
* Expect T4267 to passSylvain Henry2020-03-301-2/+1
* Run checkNewDataCon before constraint-solving newtype constructorsRyan Scott2020-03-293-0/+13
* testsuite: Remove test that dlopens a PIE object.Marius Bakke2020-03-294-21/+1
* testsuite: Mark T12971 as broken on WindowsBen Gamari2020-03-291-1/+1
* testsuite: Fix T17786Ben Gamari2020-03-292-2/+2
* testsuite: Fix T17786 on WindowsBen Gamari2020-03-291-2/+2
* Demand analysis: simplify the demand for a RHSSimon Peyton Jones2020-03-2910-338/+328