summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Reject all duplicate declarations involving DuplicateRecordFields (fixes #17965)Adam Gundry2020-05-083-0/+10
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-087-70/+73
* Make isTauTy detect higher-rank contextsRyan Scott2020-05-066-0/+80
* Allow atomic update of NameCache in readHieFileZubin Duggal2020-05-061-1/+1
* Refactor hole constraints.Richard Eisenberg2020-05-064-15/+13
* Add regression tests for #16244, #16245, #16758Ryan Scott2020-05-059-1/+55
* Remove SpecConstrAnnotation (#13681)Sylvain Henry2020-05-052-9/+2
* Remove references to -package-keySylvain Henry2020-05-052-4/+4
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-046-8/+11
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-045-0/+46
* Don't return a panic in tcNestedSpliceSimon Peyton Jones2020-05-042-0/+8
* Flatten nested casts in the simple optimizerAlexis King2020-05-033-1/+16
* PmCheck: Pick up `EvVar`s bound in `HsWrapper`s for long-distance infoSebastian Graf2020-05-012-0/+31
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-3/+3
* Mark rule args as non-tail-calledSimon Peyton Jones2020-04-302-0/+79
* Add tests for #17873Simon Peyton Jones2020-04-302-0/+16
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-305-1/+31
* Allow block arguments in arrow control operatorsAlexis King2020-04-305-0/+37
* Unit: split and rename modulesSylvain Henry2020-04-3023-230/+112
* Refactoring unit management codeSylvain Henry2020-04-302-2/+2
* 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
* 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-102-7/+8
* 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