summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix binary-trees regression from unnecessary floating in CorePrep.wip/D2471Edward Z. Yang2016-08-303-0/+44
* Template Haskell support for TypeApplicationsRyan Scott2016-08-293-0/+26
* Fix scoping of type variables in instancesSimon Peyton Jones2016-08-262-0/+11
* Allow typed holes to be levity-polymorphicSimon Peyton Jones2016-08-263-0/+8
* DmdAnal: Testcase about splitFVs and dmdFix abortionJoachim Breitner2016-08-252-0/+30
* DmdAnal: Add a final, safe iterationJoachim Breitner2016-08-251-1/+2
* Template Haskell support for unboxed sumsRyan Scott2016-08-238-0/+67
* RtClosureInspect: Fix off-by-one error in cvReconstructTypemniip2016-08-233-0/+7
* Add T12520 as a testÖmer Sinan Ağacan2016-08-234-0/+18
* Splice singleton unboxed tuples correctly with Template HaskellRyan Scott2016-08-223-0/+23
* Fix #12472 by looking for noinline/lazy inside oversaturated applications.Edward Z. Yang2016-08-211-5/+26
* We also need to retypecheck before when we do parallel make.Edward Z. Yang2016-08-213-0/+9
* Retypecheck both before and after finishing hs-boot loops in --make.Edward Z. Yang2016-08-215-0/+24
* When a value Id comes from hi-boot, insert noinline. Fixes #10083.Edward Z. Yang2016-08-212-3/+11
* Support for noinline magic function.Edward Z. Yang2016-08-213-0/+38
* Axe initIfaceTc, tie the knot through HPT (or if_rec_types).Edward Z. Yang2016-08-216-0/+20
* Revert "T1969: Enable it again but bump the max residency temporarily"Matthew Pickering2016-08-171-2/+3
* Keep the bindings local during defaultCallStacksSimon Peyton Jones2016-08-172-0/+6
* Not-in-scope variables are always errorsSimon Peyton Jones2016-08-175-4/+36
* Improve missing-sig warningSimon Peyton Jones2016-08-125-34/+51
* Remove StgRubbishArg and CmmArgÖmer Sinan Ağacan2016-08-102-0/+20
* Fix a bug in unboxed sum layout generationÖmer Sinan Ağacan2016-08-091-1/+13
* Actually update haddock.Cabal stats.Edward Z. Yang2016-08-081-1/+1
* Cabal submodule update.Edward Z. Yang2016-08-082-1/+5
* T1969: Enable it again but bump the max residency temporarilyÖmer Sinan Ağacan2016-08-071-3/+2
* Temporarily mark T1969 perf test as broken (#12437)Ömer Sinan Ağacan2016-08-051-1/+2
* check that the number of parallel build is greater than 0Ruey-Lin Hsu2016-08-058-0/+24
* Relevant Bindings no longer reports shadowed bindings (fixes #12176)Annie Cherkaev2016-08-013-0/+34
* Accept better stats for T9675Simon Marlow2016-07-261-2/+3
* Testsuite: fix T10482aThomas Miedema2016-07-251-2/+4
* Unboxed sums: More unit testsÖmer Sinan Ağacan2016-07-222-8/+63
* Correct a few mistyped words in prose/commentsGabor Greif2016-07-222-3/+3
* Fix and document Unique generation for sum TyCon and DataConsÖmer Sinan Ağacan2016-07-212-0/+31
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-2142-1/+561
* Add another testcase for #12082Ben Gamari2016-07-203-2/+11
* testsuite: Add regression test for #12381Ben Gamari2016-07-202-0/+11
* InstEnv: Ensure that instance visibility check is lazyBen Gamari2016-07-203-13/+12
* Fix bytecode generator panicSeraphime Kirkovski2016-07-203-0/+16
* Support SCC pragmas in declaration contextÖmer Sinan Ağacan2016-07-206-1/+63
* Make okConIdOcc recognize unboxed tuplesRyan Scott2016-07-182-0/+18
* Fix Template Haskell reification of unboxed tuple typesRyan Scott2016-07-183-0/+15
* Make DeriveFunctor work with unboxed tuplesRyan Scott2016-07-182-0/+8
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-181-1/+1
* Pretty: remove a harmful $! (#12227)Thomas Miedema2016-07-172-2/+155
* CodeGen: Way to dump cmm only once (#11717)Vladimir Trubilov2016-07-171-2/+2
* IfaceEnv: Only check for built-in OccNames if mod is GHC.TypesBen Gamari2016-07-161-1/+3
* tidyOccNames: Rename variables fairlyJoachim Breitner2016-07-1410-17/+17
* tidyType: Rename variables of nested forall at onceJoachim Breitner2016-07-131-0/+2
* Demand analyser: Implement LetUp rule (#12370)Joachim Breitner2016-07-124-1/+28
* check-api-annotations utility loads by filenameAlan Zimmerman2016-07-105-20/+44