summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Turn divInt# and modInt# into bitwise operations when possibleTakano Akio2016-09-054-0/+22
* Don't ignore addTopDecls in module finalizers.Facundo Domínguez2016-09-054-0/+16
* accept current (problematic) outputGabor Greif2016-09-041-1/+5
* test #12567: add new testcase with expected plugin behaviourGabor Greif2016-09-046-0/+26
* Fix #10923 by fingerprinting optimization level.Edward Z. Yang2016-09-023-1/+14
* Added support for deprecated POSIX functions on Windows.Tamar Christina2016-09-015-4/+37
* Fix startsVarSym and refactor operator predicates (fixes #4239)Malo Jaffré2016-09-013-1/+3
* Revert "Fix startsVarSym and refactor operator predicates (fixes #4239)"Ben Gamari2016-09-013-3/+1
* Fix startsVarSym and refactor operator predicates (fixes #4239)Ben Gamari2016-09-013-1/+3
* restore -fmax-worker-args handling (Trac #11565)Sergei Trofimovich2016-09-012-4/+8
* Revert "testsuite: Update bytes allocated of parsing001"Ben Gamari2016-09-011-2/+1
* RnExpr: Fix ApplicativeDo desugaring with RebindableSyntaxBen Gamari2016-08-312-0/+31
* Remove redundant-constraints from -Wall (#10635)Adam C. Foltzer2016-08-317-7/+32
* Add -fdefer-out-of-scope-variables flag (#12170).Eugene Akentyev2016-08-316-0/+39
* testsuite: Update bytes allocated of parsing001Ben Gamari2016-08-311-1/+2
* A failing testcase for T12485Bartosz Nitka2016-08-317-0/+39
* testsuite: Failing testcase for #12091Ben Gamari2016-08-313-0/+6
* Bump the default allocation area size to 1MBSimon Marlow2016-08-312-5/+8
* Fixes #12504: Double-escape paths used to build call to hsc_lineRichard Cook2016-08-315-0/+25
* Tag pointers in interpreted constructorsmniip2016-08-304-0/+55
* Fix binary-trees regression from unnecessary floating in CorePrep.Edward Z. Yang2016-08-303-0/+44
* Missing stderr for T12531.Edward Z. Yang2016-08-301-0/+9
* 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