summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop dead Given bindings in setImplicationStatusSimon Peyton Jones2018-01-046-19/+36
* Make typeToLHsType produce kind signatures for tycon applicationsRyan Scott2018-01-033-7/+27
* No deferred type errors under a forallSimon Peyton Jones2018-01-033-0/+25
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-0315-127/+170
* Fix OptCoercionSimon Peyton Jones2018-01-033-0/+45
* Rename HEq_sc and Coercible_sc to heq_sel and coercible_selMatthew Pickering2018-01-022-4/+4
* Fix #14608 by restoring an unboxed tuple checkRyan Scott2018-01-024-0/+12
* Windows: fix all failing tests.Tamar Christina2018-01-0219-175/+90
* Fix #14618 by applying a subst in deeplyInstantiateRichard Eisenberg2017-12-263-0/+35
* Typos in commentsGabor Greif2017-12-211-1/+1
* Fix floating of equalitiesSimon Peyton Jones2017-12-217-10/+125
* Check for bogus quantified tyvars in partial type sigsSimon Peyton Jones2017-12-213-0/+20
* Improve treatment of sectioned holesRyan Scott2017-12-203-0/+272
* Remove hack put in place for #12512Ryan Scott2017-12-201-2/+4
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-203-0/+8
* Fix #14578 by checking isCompoundHsType in more placesRyan Scott2017-12-203-0/+131
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* testsuite: Semigroup/Monoid compat for T3001-2Ben Gamari2017-12-181-1/+4
* testsuite: Exit with non-zero exit code when tests failBen Gamari2017-12-181-1/+8
* Blackholes can be large objects (#14497)Simon Marlow2017-12-183-0/+15