summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-31disable the nullary constr subst for nowwip/cross-constr-cseGabor Greif
2017-07-30better comment out some lines that gen warningsGabor Greif
2017-07-30suppress some warnings for now and enable the optsnGabor Greif
2017-07-30WIP: debuggingGabor Greif
2017-07-30more to fixGabor Greif
2017-07-30clean upGabor Greif
2017-07-30Add T13861Gabor Greif
2017-07-30enable more testsGabor Greif
2017-07-30test Right -> JustGabor Greif
2017-07-30WIP: first working versionGabor Greif
2017-07-30Add haddock markupGabor Greif
2017-07-30Typofixes [ci skip]Gabor Greif
2017-07-29Follow-up to #13887, for promoted infix constructorsRyan Scott
2017-07-29Add regression test for #14055Ryan Scott
2017-07-29Fix #14045 by omitting an unnecessary checkRichard Eisenberg
2017-07-29Add '<&>' operator to Data.Functor. '<&>' calls '<$>' with flipped arguments.Sven Tennie
2017-07-28Ensure that GHC.Stack.callStack doesn't failBen Gamari
2017-07-28Add rtsopts ignore and ignoreAll.Andreas Klebinger
2017-07-28Fix hs-boot knot-tying with record wild cards.Edward Z. Yang
2017-07-28Remove unnecessary GHC option from SrcLocSven Tennie
2017-07-28testsuite: Don't pass allow_abbrevBen Gamari
2017-07-28Ensure that we always link against libmBen Gamari
2017-07-28configure: Ensure that user's LD setting is respectedBen Gamari
2017-07-28gitmodules: Delete entry for dead hoopl submoduleBen Gamari
2017-07-28Fix lld detection if both gold and lld are foundBen Gamari
2017-07-28ByteCodeGen: use byte indexing for BCenvMichal Terepeta
2017-07-28Add “BINARY_DIST_DIR” to MakefileMoritz Angermann
2017-07-28testsuite: Add test for #14028Ben Gamari
2017-07-28testsuite: Produce JUnit outputBen Gamari
2017-07-28Switched out optparse for argparse in runtests.pyJared Weakly
2017-07-28Add regression tests for #13601, #13780, #13877Ryan Scott
2017-07-28Merge types and kinds in DsMetaRyan Scott
2017-07-28Error eagerly after renaming failures in reifyInstancesRyan Scott
2017-07-28Add DebugCallStack to piResultTySimon Peyton Jones
2017-07-28Do not discard insolubles in implicationsSimon Peyton Jones
2017-07-28Fix ASSERT failure in tc269Simon Peyton Jones
2017-07-28Remove redundant constraint in contextSimon Peyton Jones
2017-07-28Fix instantiation of pattern synonymsSimon Peyton Jones
2017-07-27Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger
2017-07-27Refactor tcInferApps.Richard Eisenberg
2017-07-27Fix #12369 by being more flexible with data instsRichard Eisenberg
2017-07-27Fix #12176 by being a bit more careful instantiating.Richard Eisenberg
2017-07-27Document that type holes kill polymorphic recursionRichard Eisenberg
2017-07-27Fix #11963 by checking for more mixed type/kindsRichard Eisenberg
2017-07-27Track visibility in TypeEqOriginRichard Eisenberg
2017-07-27Fix #13819 by refactoring TypeEqOrigin.uo_thingRichard Eisenberg
2017-07-27Remove old coercion pretty-printerRichard Eisenberg
2017-07-27Preserve CoVar uniques during pretty printingRichard Eisenberg
2017-07-27Don't tidy vars when dumping a typeRichard Eisenberg
2017-07-27Test #11672 in typecheck/should_fail/T11672.Richard Eisenberg