summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-2454-995/+1521
* Follow-up to 32a9a7f514bdd33ff72a673adeHerbert Valerio Riedel2016-02-231-2/+2
* Extend `-Wunrecognised-warning-flag` to cover `-f(no-)warn-*`Herbert Valerio Riedel2016-02-231-5/+7
* Allow combining characters in identifiers (#7650)Thomas Miedema2016-02-232-8/+9
* Fix a bug in ApplicativeDo (#11612)Simon Marlow2016-02-201-6/+21
* Refactoring only: use ExprLStmtSimon Marlow2016-02-201-19/+19
* Modifier letter in middle of identifier is okThomas Miedema2016-02-192-16/+7
* Delete support for deprecated "-- # ..."-style haddock optionsThomas Miedema2016-02-193-17/+2
* A few more typos in non-codeGabor Greif2016-02-191-1/+1
* Unwire Typeable representation typesBen Gamari2016-02-185-147/+156
* Take type-function arity into accountSimon Peyton Jones2016-02-181-2/+12
* Improve piResultTys and friendsSimon Peyton Jones2016-02-189-92/+110
* (Another) minor refactoring of substitutionsSimon Peyton Jones2016-02-1822-161/+149
* Fix desugaring of bang-pattern let-bindingsSimon Peyton Jones2016-02-181-26/+23
* Fix thinko that crept into D1908Ben Gamari2016-02-181-1/+1
* Comments only (#11513)Richard Eisenberg2016-02-171-0/+2
* Remove superfluous code when deriving Foldable/TraversableRyanGlScott2016-02-172-82/+415
* Derive Eq and Ord instance for SrcLoc and RealSrcLocGabriel Gonzalez2016-02-171-28/+2
* Fix #11313.Richard Eisenberg2016-02-174-29/+55
* Fix #11246.Richard Eisenberg2016-02-173-38/+66
* Fix #11241.Richard Eisenberg2016-02-171-1/+8
* Use CoercionN and friends in TyCoRepRichard Eisenberg2016-02-172-20/+21
* 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
* DynFlags: Don't panic on incompatible Safe Haskell flagsBen Gamari2016-02-161-1/+1
* Suggest candidate instances in error messageYuras Shumovich2016-02-161-5/+24
* Fix typosRik Steenkamp2016-02-1610-25/+25
* 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-162-3/+24
* Rename missing-pat-syn-sigs to missing-pat-syn-signaturesMatthew Pickering2016-02-151-1/+1
* A tiny, outright bug in tcDataFamInstDeclSimon Peyton Jones2016-02-153-13/+20
* Comments and white spaceSimon Peyton Jones2016-02-151-2/+7
* Tiny refactor; use guards instead of 'if'Simon Peyton Jones2016-02-151-7/+7
* Comments onlySimon Peyton Jones2016-02-152-6/+19
* Improve error message suppressionSimon Peyton Jones2016-02-151-7/+12
* renamer discards name location for HsRecFieldAlan Zimmerman2016-02-141-2/+3
* Minor refactoring to tauifyMultipleMatchesSimon Peyton Jones2016-02-122-16/+15
* Improve pretty-printing of HsWrappersSimon Peyton Jones2016-02-125-50/+60
* Simplify AbsBinds wrappingSimon Peyton Jones2016-02-126-251/+185
* Revert "Build the substitution correctly in piResultTy"Bartosz Nitka2016-02-121-20/+6
* Revert "sizeExpr: fix a bug in the size calculation"Simon Marlow2016-02-121-15/+3
* Build the substitution correctly in piResultTyBartosz Nitka2016-02-111-6/+20
* Another batch of typo fixes in non-codeGabor Greif2016-02-1110-10/+10
* compiler: Do not suggest nor complete deprecated flags fix trac issue #11454Nikita Kartashov2016-02-111-545/+772
* sizeExpr: fix a bug in the size calculationSimon Marlow2016-02-111-3/+15
* Comments about ru_autoSimon Peyton Jones2016-02-112-13/+16