summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable building Cabal with parsecHerbert Valerio Riedel2017-08-019-7/+72
* Drop GHC 7.10 compatibilityRyan Scott2017-08-0135-242/+21
* Simplify OccurAnal.tagRecBindersJoachim Breitner2017-08-011-6/+3
* rts: Fix "variable set but not used" warningBen Gamari2017-08-011-2/+2
* Allow bundling pattern synonyms with exported data familiesRyan Scott2017-08-014-0/+34
* KnownUniques: Handle DataCon wrapper namesBen Gamari2017-08-014-3/+23
* Typofixes [ci skip]Gabor Greif2017-08-015-5/+5
* A bunch of typofixesGabor Greif2017-07-3113-13/+13
* Use field names for all uses of datacon MatchSimon Peyton Jones2017-07-3112-34/+42
* Remove redundant goopSimon Peyton Jones2017-07-311-7/+2
* Reject top-level banged bindingsSimon Peyton Jones2017-07-315-16/+19
* Do a bit more CSESimon Peyton Jones2017-07-311-1/+1
* Improve the desugaring of -XStrictSimon Peyton Jones2017-07-3114-325/+250
* Refactoring around FunRhsSimon Peyton Jones2017-07-317-32/+45
* Clarify comment about data family aritiesRichard Eisenberg2017-07-311-0/+5
* Allow Windows to set blank environment variablesHabib Alamin2017-07-317-5/+253
* Add haddock markupGabor Greif2017-07-301-1/+1
* Typofixes [ci skip]Gabor Greif2017-07-303-6/+6
* Follow-up to #13887, for promoted infix constructorsRyan Scott2017-07-296-6/+24
* Add regression test for #14055Ryan Scott2017-07-293-0/+13
* Fix #14045 by omitting an unnecessary checkRichard Eisenberg2017-07-2914-67/+116
* Add '<&>' operator to Data.Functor. '<&>' calls '<$>' with flipped arguments.Sven Tennie2017-07-295-0/+83
* Ensure that GHC.Stack.callStack doesn't failBen Gamari2017-07-282-1/+10
* Add rtsopts ignore and ignoreAll.Andreas Klebinger2017-07-2817-28/+129
* Fix hs-boot knot-tying with record wild cards.Edward Z. Yang2017-07-287-1/+31
* Remove unnecessary GHC option from SrcLocSven Tennie2017-07-281-4/+0
* testsuite: Don't pass allow_abbrevBen Gamari2017-07-281-2/+1
* Ensure that we always link against libmBen Gamari2017-07-282-0/+15
* configure: Ensure that user's LD setting is respectedBen Gamari2017-07-281-0/+1
* gitmodules: Delete entry for dead hoopl submoduleBen Gamari2017-07-281-4/+0
* Fix lld detection if both gold and lld are foundBen Gamari2017-07-281-1/+1
* ByteCodeGen: use byte indexing for BCenvMichal Terepeta2017-07-281-184/+283
* Add “BINARY_DIST_DIR” to MakefileMoritz Angermann2017-07-281-1/+7
* testsuite: Add test for #14028Ben Gamari2017-07-285-0/+27
* testsuite: Produce JUnit outputBen Gamari2017-07-287-0/+52
* Switched out optparse for argparse in runtests.pyJared Weakly2017-07-282-80/+60
* Add regression tests for #13601, #13780, #13877Ryan Scott2017-07-2811-0/+212
* Merge types and kinds in DsMetaRyan Scott2017-07-2811-988/+1117
* Error eagerly after renaming failures in reifyInstancesRyan Scott2017-07-284-1/+26
* Add DebugCallStack to piResultTySimon Peyton Jones2017-07-282-2/+2
* Do not discard insolubles in implicationsSimon Peyton Jones2017-07-2813-77/+161
* Fix ASSERT failure in tc269Simon Peyton Jones2017-07-281-6/+3
* Remove redundant constraint in contextSimon Peyton Jones2017-07-281-1/+1
* Fix instantiation of pattern synonymsSimon Peyton Jones2017-07-284-16/+89
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-2712-182/+155
* Refactor tcInferApps.Richard Eisenberg2017-07-273-63/+64
* Fix #12369 by being more flexible with data instsRichard Eisenberg2017-07-2717-209/+415
* Fix #12176 by being a bit more careful instantiating.Richard Eisenberg2017-07-274-20/+53
* Document that type holes kill polymorphic recursionRichard Eisenberg2017-07-271-0/+4
* Fix #11963 by checking for more mixed type/kindsRichard Eisenberg2017-07-274-6/+70