summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Add test for #14965Ben Gamari2018-03-274-0/+30
* Fix the test for #13938Ryan Scott2018-03-274-68/+102
* Fix performance of flattener patch (#12919)Alexander Vieth2018-03-262-8/+8
* Fix #12919 by making the flattener homegeneous.Richard Eisenberg2018-03-2612-25/+230
* Add unaligned bytearray access primops. Fixes #4442.Reiner Pope2018-03-253-1/+280
* Add new debugging flag -dinline-checkBen Gamari2018-03-253-0/+39
* Fix scoped type variables in TH for several constructsHE, Tao2018-03-255-2/+53
* Don't refer to blocks in debug info when -g1Bartosz Nitka2018-03-253-0/+11
* Fix #14916 with an additional validity check in deriveTyDataRyan Scott2018-03-253-0/+19
* testsuite: Add test for #14925Ben Gamari2018-03-252-0/+7
* Fix panic on module re-exports of DuplicateRcordFieldsAdam Gundry2018-03-255-0/+42
* Fix two pernicious bugs in DeriveAnyClassRyan Scott2018-03-253-0/+47
* testsuite: Add test for #14931Ben Gamari2018-03-254-0/+45
* Support adding objects from THAlec Theriault2018-03-254-2/+29
* Allow PartialTypeSignatures in standalone deriving contextsRyan Scott2018-03-237-0/+51
* Special-case record fields ending with hash when deriving ReadRyan Scott2018-03-233-0/+21
* Fix over-eager constant folding in bitIntegerSimon Peyton Jones2018-03-222-0/+6
* Allow as-patterns in unidirectional patttern synonymsSimon Peyton Jones2018-03-213-6/+2
* Fix #14869 by being more mindful of Type vs. ConstraintRyan Scott2018-03-213-0/+44
* Fix seq# case of exprOkForSpeculationSimon Peyton Jones2018-03-201-1/+1
* Update T5129 test:Ömer Sinan Ağacan2018-03-201-5/+6
* Update tests for #12870 to pass with a slow run of the testsuite.Andreas Klebinger2018-03-194-21/+27
* Don't permit data types with return kind ConstraintRyan Scott2018-03-197-0/+41
* Fix #14934 by including axSub0R in typeNatCoAxiomRulesRyan Scott2018-03-194-0/+30
* Turn a TH Name for built-in syntax into an unqualified RdrNameChaitanya Koparkar2018-03-196-3/+41
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-193-0/+26
* Hoopl: improve postorder calculationMichal Terepeta2018-03-195-0/+83
* Improve the warning message of qualified unused imports.HE, Tao2018-03-194-0/+25
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-193-7/+15
* Update test for #5129:Ömer Sinan Ağacan2018-03-191-1/+7
* Slighly improve infix con app pattern errorsÖmer Sinan Ağacan2018-03-143-0/+11
* Drop GHC 8.0 compatibilityRyan Scott2018-03-131-3/+0
* Bump Cabal submoduleBen Gamari2018-03-121-2/+0
* testsuite: disable T13615 on non-smp targetsSergei Trofimovich2018-03-101-0/+1
* Compacted arrays are pinned for isByteArrayPinned#Simon Marlow2018-03-093-0/+27
* Error message and doc improvements for #14335Ömer Sinan Ağacan2018-03-084-8/+6
* Revert "GHCi: Don't remove shadowed bindings from typechecker scope."Ömer Sinan Ağacan2018-03-088-34/+1
* Add -fexternal-dynamic-refsSimon Marlow2018-03-083-0/+9
* Add perf test for #14052Ömer Sinan Ağacan2018-03-074-0/+3512
* Fix interpreter with profilingSimon Marlow2018-03-062-5/+3
* Allow top level ticked string literalsBartosz Nitka2018-03-066-0/+129
* Simplify rnLHsInstTypeSimon Peyton Jones2018-03-055-6/+22
* Fix #14888 by adding more special cases for ArrowTRyan Scott2018-03-053-0/+31
* Respect Note [The tcType invariant]Simon Peyton Jones2018-03-052-0/+50
* Wombling around in Trac #14808Simon Peyton Jones2018-03-051-0/+6
* Bump Cabal submodule to 2.2Moritz Angermann2018-03-031-0/+1
* Parenthesize (() :: Constraint) in argument positionRyan Scott2018-03-033-0/+5
* Fix the coverage checker's treatment of existential tyvarsRyan Scott2018-03-023-0/+51
* Fix #14838 by marking TH-spliced code as FromSourceRyan Scott2018-03-024-0/+48
* Permit conversion of partially applied PromotedTupleTsRyan Scott2018-03-022-0/+10