summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-2895-177/+437
* Test cases for #15772 and #17139.Richard Eisenberg2020-12-256-0/+125
* Use mutable update to defer out-of-scope errorsRichard Eisenberg2020-12-258-32/+44
* Refactor renamer datastructuresAdam Gundry2020-12-2427-13/+187
* Require ScopedTypeVariables+TypeApplications to use type applications in patt...Ryan Scott2020-12-2430-21/+51
* Clone the binders of a SAKS where necessarySimon Peyton Jones2020-12-244-0/+80
* Support package qualifier in Prelude importSylvain Henry2020-12-235-0/+22
* WorkWrap: Unbox constructors with existentials (#18982)Sebastian Graf2020-12-234-9/+323
* Increase -A default to 4MB.Andreas Klebinger2020-12-222-9/+9
* Fix printing in -ddump-rule-rewrites (#18668)Krzysztof Gogolewski2020-12-203-0/+36
* Kill floatEqualities completelySimon Peyton Jones2020-12-206-54/+65
* Improve inference with linear typesKrzysztof Gogolewski2020-12-203-6/+8
* Add two warnings to -WallTom Ellis2020-12-194-5/+5
* Make noinline more reliableSimon Peyton Jones2020-12-193-1/+73
* Fix #19044 by tweaking unification in inst lookupRichard Eisenberg2020-12-183-0/+36
* Split Driver.Env moduleAlfredo Di Napoli2020-12-181-1/+2
* Use HsOuterExplicit in instance sigs in deriving-generated codeRyan Scott2020-12-183-10/+26
* Unfortunate dirty hack to overcome #18998.Richard Eisenberg2020-12-173-0/+44
* Reject dodgy scoping in associated family instance RHSesRyan Scott2020-12-176-23/+38
* Force module recompilation if '*' prefix was used to load modules in ghci (#8...nineonine2020-12-173-0/+14
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-1565-195/+111
* testsuite: Mark divbyzero, derefnull as fragileBen Gamari2020-12-151-0/+2
* Add regression test for #19053Sebastian Graf2020-12-152-0/+9
* Implement BoxedRep proposalAndrew Martin2020-12-1465-111/+195
* Optimise nullary type constructor usagewip/tyconapp-optsBen Gamari2020-12-1411-24/+20
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-145-10/+13
* Revert "Optimise nullary type constructor usage"Ben Gamari2020-12-1411-20/+24
* Optimise nullary type constructor usageBen Gamari2020-12-1411-24/+20
* Implement type applications in patternsCale Gibbard2020-12-1448-13/+450
* Demand: Simplify `CU(U)` to `U` (#19005)Sebastian Graf2020-12-124-7/+7
* DmdAnal: Annotate top-level function bindings with demands (#18894)Sebastian Graf2020-12-125-0/+643
* Arrows: correctly query arrow methods (#17423)Sylvain Henry2020-12-113-1/+1
* Add :doc test case for duplicate record fieldsAaron Allen2020-12-113-0/+17
* Elide extraneous messages for :doc command (#15784)Aaron Allen2020-12-113-0/+11
* Display FFI labels (fix #18539)Sylvain Henry2020-12-111-1/+1
* Fix kind inference for data types. Again.Simon Peyton Jones2020-12-0825-49/+193
* testsuite: Add a test for #18923Ben Gamari2020-12-052-0/+20
* Fix bad span calculations of post qualified importsShayne Fletcher2020-12-053-0/+68
* Remove flattening variablesRichard Eisenberg2020-12-0174-181/+566
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-1/+1
* testsuite: Mark T14702 as fragile on WindowsBen Gamari2020-11-281-0/+1
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-2628-65/+194
* Add regression test for #10504Ryan Scott2020-11-214-0/+15
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-212-11/+19
* Introduce -fprof-callers flagBen Gamari2020-11-219-1/+458
* testsuite: Refactor CountParserDepsBen Gamari2020-11-212-6/+238
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-2052-178/+369
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-1855-104/+178
* Add Addr# atomic primops (#17751)Sylvain Henry2020-11-162-114/+219
* Use tcSplitForAllInvisTyVars (not tcSplitForAllTyVars) in more placesRyan Scott2020-11-155-0/+23