summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Re-add accidentally-deleted lineSimon Peyton Jones2016-10-171-1/+2
* Typos in commentsGabor Greif2016-10-174-4/+4
* Reduce trace output slightlySimon Peyton Jones2016-10-171-4/+2
* Fix wrapping order in matchExpectedConTySimon Peyton Jones2016-10-171-10/+14
* Correct order of existentials in pattern synonymsSimon Peyton Jones2016-10-172-18/+18
* Typo in commentSimon Peyton Jones2016-10-171-1/+1
* Fix shadowing in mkWwBodiesSimon Peyton Jones2016-10-172-27/+55
* Fix comment typoSimon Peyton Jones2016-10-171-1/+1
* Comments about -Wredundant-constraintsSimon Peyton Jones2016-10-172-7/+18
* Add a forward reference for a NoteRyan Scott2016-10-152-2/+2
* Fix Show derivation in the presence of RebindableSyntax/OverloadedStringsRyan Scott2016-10-152-6/+41
* Check for empty entity string in "prim" foreign importsSylvain HENRY2016-10-141-22/+36
* Make error when deriving an instance for a typeclass less misleadingRyan Scott2016-10-142-43/+132
* PrelInfo: Fix styleBen Gamari2016-10-131-13/+12
* Improve find_lbl panic messageBen Gamari2016-10-131-1/+4
* MkIface: Turn a foldr into a foldl'Ben Gamari2016-10-131-2/+2
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-1327-644/+955
* Unique: Simplify encoding of sum uniquesBen Gamari2016-10-131-16/+11
* Further improve error handling in TcRn monadSimon Peyton Jones2016-10-132-24/+46
* RnExpr: Actually fail if patterns found in expressionBen Gamari2016-10-121-1/+4
* Comments and equation ordering onlySimon Peyton Jones2016-10-122-3/+5
* Add derived shadows only for Wanted constraintsSimon Peyton Jones2016-10-121-19/+41
* Move zonking out of tcFamTyPatsSimon Peyton Jones2016-10-102-31/+47
* Delete orphan where clauseSimon Peyton Jones2016-10-101-1/+0
* Rename a parameter; trivial refactorSimon Peyton Jones2016-10-101-2/+2
* Orient improvement constraints betterSimon Peyton Jones2016-10-101-22/+56
* Generate a unique symbol for signature object stub files, fixes #12673Edward Z. Yang2016-10-091-5/+10
* Fix buildCsongor Kiss2016-10-083-4/+4
* Add trailing comma to fix the build.Matthew Pickering2016-10-081-1/+1
* Rework renaming of children in export lists.Matthew Pickering2016-10-0816-647/+923
* Report that we support Backpack in --info.Edward Z. Yang2016-10-081-0/+2
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-0812-217/+213
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-0821-375/+625
* The Backpack patch.Edward Z. Yang2016-10-0840-588/+4357
* Remove reexports from ghc-boot, help bootstrap with GHC 8.Edward Z. Yang2016-10-081-0/+1
* Note about external interface changes.Edward Z. Yang2016-10-081-0/+5
* Simplify implementation of wWarningFlagsMatthew Pickering2016-10-071-10/+3
* Don't suggest deprecated flags in error messagesMartin Ceresa2016-10-071-1/+9
* Remove dead code “mkHsConApp”Joachim Breitner2016-10-062-9/+2
* RegAlloc: Make some pattern matched completeJoachim Breitner2016-10-062-5/+8
* Refactor TcDeriv and TcGenDerivRyan Scott2016-10-067-2049/+2184
* Improve error handling in TcRnMonadSimon Peyton Jones2016-10-052-24/+38
* Bring Note in TcDeriv up to dateRyan Scott2016-10-051-11/+6
* Mark zipWithAndUnzipM as INLINABLE rather than INLINEMatthew Pickering2016-10-041-1/+1
* DynFlags: Fix absolute import path to generated headerBen Gamari2016-10-021-1/+1
* Disallow standalone deriving declarations involving unboxed tuples or sumsRyan Scott2016-10-011-2/+14
* Turn `__GLASGOW_HASKELL_LLVM__` into an integer againNicolas Trangez2016-10-011-1/+5
* Do not warn about unused underscore-prefixed fields (fixes Trac #12609)Adam Gundry2016-10-011-5/+8
* PPC/CodeGen: fix lwa instruction generationPeter Trommler2016-10-011-4/+12
* Don't warn about name shadowing when renaming the patten in a PatSyn declMatthew Pickering2016-10-012-4/+32