summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Bump Cabal submoduleBen Gamari2018-02-051-1/+0
* testsuite: Add testcase for #14754Ben Gamari2018-02-034-0/+19
* Don't apply dataToTag's caseRules for data familiesRyan Scott2018-02-032-0/+20
* Upgrade containers submoduleDavid Feuer2018-02-023-4/+4
* testsuite: Fix scc001 profile outputBen Gamari2018-02-021-1/+1
* Add -ddump-ds-preoptSimon Peyton Jones2018-02-011-1/+1
* Re-center improved perf for T3064Simon Peyton Jones2018-02-011-1/+2
* UnboxedTuples can't be used as constraintsHE, Tao2018-01-313-0/+11
* Mark xmm6 as caller saved in the register allocator for windows.klebinger.andreas@gmx.at2018-01-313-0/+48
* Sequester deriving-related validity check into cond_stdOKRyan Scott2018-01-312-0/+15
* Implement BlockArguments (#10843)Takano Akio2018-01-3115-3/+102
* Don't add targets that can't be found in GHCiJulian Priestley2018-01-313-0/+11
* Make RTS keep less memory (fixes #14702)Andrey Sverdlichenko2018-01-312-0/+41
* testsuite: Fix test output broken by efba054640d3Ben Gamari2018-01-312-7/+7
* testsuite: Fix test output of T14715Ben Gamari2018-01-311-1/+10
* testsuite: Mark scc001 and T5363 as broken due to #14705Ben Gamari2018-01-311-2/+6
* Look inside implications in simplifyRuleSimon Peyton Jones2018-01-312-0/+35
* Prioritise equalities when solving, incl derivedsSimon Peyton Jones2018-01-316-1/+126
* Move zonkWC to the right place in simplfyInferSimon Peyton Jones2018-01-313-0/+21
* Update outputs of T12962, scc003Ömer Sinan Ağacan2018-01-302-10/+10
* Fix #14719 by using the setting the right SrcSpanRyan Scott2018-01-264-2/+29
* Linker: ignore empty paths in addEnvPathsÖmer Sinan Ağacan2018-01-262-0/+5
* Sort valid substitutions for typed holes by "relevance"Matthías Páll Gissurarson2018-01-2617-812/+813
* testsuite: Add testcase for #12158Ben Gamari2018-01-262-0/+3
* Turn EvTerm (almost) into CoreExpr (#14691)Joachim Breitner2018-01-262-3/+5
* testsuite: Bump haddock.Cabal allocations due to submodule bumpBen Gamari2018-01-261-1/+2
* Allocate less in plus_mod_depBartosz Nitka2018-01-231-1/+2
* Pass -dsuppress-uniques when running T14507Ryan Scott2018-01-222-2/+2
* Update Cabal submoduleOleg Grenrus2018-01-212-34/+7
* Use IntSet in DataflowBartosz Nitka2018-01-212-0/+46
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-2115-1/+301
* Fix #14692 by correcting an off-by-one error in TcGenDerivRyan Scott2018-01-211-1/+1
* testsuite: Add testcase for #14670Ben Gamari2018-01-212-0/+12
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-215-0/+244
* testsuite: Add test for #14335Ben Gamari2018-01-182-0/+11
* Fix #14681 and #14682 with precision-aimed parenthesesRyan Scott2018-01-186-0/+226
* Revert "Improve accuracy of get/setAllocationCounter"Ben Gamari2018-01-183-27/+0
* Inform hole substitutions of typeclass constraints (fixes #14273).Matthías Páll Gissurarson2018-01-1821-35/+1313
* Parenthesize forall-type args in cvtTypeKindRyan Scott2018-01-153-0/+13
* Support LIBRARY_PATH and LD_LIBRARY_PATH in rtsBen Gamari2018-01-156-0/+30
* Kill off irrefutable pattern errorsDavid Feuer2018-01-153-3/+3
* Rename -frule-check to -drule-check and documentMatthew Pickering2018-01-152-2/+2
* Support constructor Haddocks in more placesAlec Theriault2018-01-1224-11/+157
* Lift constructor tag allocation out of a loopBartosz Nitka2018-01-102-0/+37
* Fix two more bugs in partial signaturesSimon Peyton Jones2018-01-097-4/+41
* Fix join-point decisionSimon Peyton Jones2018-01-092-0/+77
* Improve accuracy of get/setAllocationCounterSimon Marlow2018-01-083-0/+27
* Fix another obscure pattern-synonym crashSimon Peyton Jones2018-01-053-0/+28
* Improve pretty-printing for pattern synonymsSimon Peyton Jones2018-01-052-14/+24
* Fix deep, dark corner of pattern synonymsSimon Peyton Jones2018-01-043-0/+53