summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update transformer submodule to v0.5.2.0 releasewip/transformers-0.5.2Herbert Valerio Riedel2016-02-182-0/+1
* Comments only (#11513)Richard Eisenberg2016-02-171-0/+2
* users-guide: Fix typosMark Christiaens2016-02-171-4/+4
* Remove superfluous code when deriving Foldable/TraversableRyanGlScott2016-02-176-96/+445
* Derive Eq and Ord instance for SrcLoc and RealSrcLocGabriel Gonzalez2016-02-171-28/+2
* Fix #11313.Richard Eisenberg2016-02-177-29/+71
* Fix #11246.Richard Eisenberg2016-02-175-38/+72
* Fix #11241.Richard Eisenberg2016-02-174-2/+21
* Use CoercionN and friends in TyCoRepRichard Eisenberg2016-02-172-20/+21
* Remove extraneous fundeps on (~)Richard Eisenberg2016-02-171-1/+5
* Add missing kind cast to pure unifier.Richard Eisenberg2016-02-171-1/+1
* Existentials should be specified.Richard Eisenberg2016-02-171-1/+1
* Make exactTyCoVarsOfTypes closed over kinds.Richard Eisenberg2016-02-171-1/+1
* Small refactor and commentsSimon Peyton Jones2016-02-171-9/+25
* Simplify the defn of coreViewOneStarKindSimon Peyton Jones2016-02-171-6/+5
* Comments onlySimon Peyton Jones2016-02-171-1/+1
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-1724-87/+43
* DynFlags: Don't panic on incompatible Safe Haskell flagsBen Gamari2016-02-161-1/+1
* Remove documentation for -Wlazy-unlifted-bindingsBen Gamari2016-02-162-11/+0
* Suggest candidate instances in error messageYuras Shumovich2016-02-164-5/+40
* Fix typosRik Steenkamp2016-02-1613-35/+35
* PowerPC: Improve float register assignment.Peter Trommler2016-02-161-3/+9
* Fix two wrong uses of "data constructor" in error msgsRik Steenkamp2016-02-163-9/+15
* Improved error message about exported type operators.Ulya Trofimovich2016-02-166-13/+54
* Make bootstrapping more robustHerbert Valerio Riedel2016-02-162-1/+19
* Bump haddock submoduleBen Gamari2016-02-161-0/+0
* Testsuite: delete only_compiler_types, assume ghcThomas Miedema2016-02-166-30/+45
* Add missing newlines at end of file [skip ci]Thomas Miedema2016-02-168-8/+8
* Rename missing-pat-syn-sigs to missing-pat-syn-signaturesMatthew Pickering2016-02-155-6/+6
* Make T11361 actually run with reversed uniquesBartosz Nitka2016-02-152-3/+3
* Add a testcase for #11362Bartosz Nitka2016-02-152-0/+28
* A tiny, outright bug in tcDataFamInstDeclSimon Peyton Jones2016-02-154-15/+39
* Comments and white spaceSimon Peyton Jones2016-02-151-2/+7
* Tiny refactor; use guards instead of 'if'Simon Peyton Jones2016-02-151-7/+7
* Document -dynamic-too (#11488)Simon Marlow2016-02-154-19/+36
* Comments onlySimon Peyton Jones2016-02-155-6/+30
* Improve error message suppressionSimon Peyton Jones2016-02-156-104/+56
* Update directory submodule to v1.2.5.1 releaseHerbert Valerio Riedel2016-02-141-0/+0
* renamer discards name location for HsRecFieldAlan Zimmerman2016-02-141-2/+3
* testsuite: tweak error messages for new Show instanceSergei Trofimovich2016-02-125-7/+7
* User manual improvmentsSimon Peyton Jones2016-02-121-867/+879
* Minor refactoring to tauifyMultipleMatchesSimon Peyton Jones2016-02-122-16/+15
* Improve pretty-printing of HsWrappersSimon Peyton Jones2016-02-126-56/+64
* Beef up tc124Simon Peyton Jones2016-02-121-4/+10
* Simplify AbsBinds wrappingSimon Peyton Jones2016-02-127-252/+186
* Revert "Build the substitution correctly in piResultTy"Bartosz Nitka2016-02-121-20/+6
* Add IsList instance for CallStack, restore Show instance for CallStackRyanGlScott2016-02-126-6/+32
* Revert "sizeExpr: fix a bug in the size calculation"Simon Marlow2016-02-121-15/+3
* Add test for #11319Reid Barton2016-02-112-0/+7
* Build the substitution correctly in piResultTyBartosz Nitka2016-02-111-6/+20