summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ghc allow --show-options and --interactive togetherwip/mergeLennart Kolmodin2014-11-207-631/+706
* Revert change to alias handling in ppLlvmGlobal introduced in d87fa34, which ...Luke Iannini2014-11-201-1/+1
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-2047-620/+863
* Implement #5462 (deriving clause for arbitrary classes)Jose Pedro Magalhaes2014-11-2017-67/+398
* Add flag `-fwarn-missing-exported-sigs`Eric Seidel2014-11-209-10/+77
* Export scanl' from Data.OldList and Data.ListDavid Feuer2014-11-203-0/+5
* Hide `Data.OldList` moduleHerbert Valerio Riedel2014-11-2012-18/+14
* Delete old-{time,locale} and haskell{98,2010}Austin Seipp2014-11-205-16/+0
* Don't build old-{time,locale} and haskell{98,2010}Austin Seipp2014-11-202-13/+0
* Test #9109 in typecheck/should_fail/T9109Richard Eisenberg2014-11-203-0/+24
* Update manual to get rid of bogus `coerce` example (#9788)Richard Eisenberg2014-11-201-4/+5
* Test #9201 in typecheck/should_fail/T9201Richard Eisenberg2014-11-203-0/+13
* Test #9318 in typecheck/should_fail/T9318Richard Eisenberg2014-11-203-0/+20
* Add release notes for #8100, #9527, and #9064.Richard Eisenberg2014-11-201-0/+13
* Test #9151 in typecheck/should_compile/T9151.Richard Eisenberg2014-11-202-0/+12
* Fix #9220 by adding role annotations.Richard Eisenberg2014-11-207-3/+110
* Fix #9209, by reporting an error instead of panicking on bad splices.Richard Eisenberg2014-11-203-32/+42
* Test #9209 in th/T9209Richard Eisenberg2014-11-203-0/+10
* Kill trailing whitespaceJan Stolarek2014-11-203-27/+27
* Split SynTyCon to SynonymTyCon and FamilyTyConJan Stolarek2014-11-2029-342/+489
* Implement typechecker pluginsAdam Gundry2014-11-2017-113/+613
* Add support for pattern synonym type signatures.Dr. ERDI Gergo2014-11-2022-262/+483
* Update shift/reduce conflict number in parserDr. ERDI Gergo2014-11-201-0/+12
* Make Data.Functor.Identity trustworthy againHerbert Valerio Riedel2014-11-201-0/+1
* Make calling conventions in template haskell Syntax.hs consistent with those ...Luite Stegeman2014-11-199-31/+106
* ghc generates more user-friendly error messagesMike Izbicki2014-11-1913-10/+83
* arm64: 64bit iOS and SMP support (#7942)Luke Iannini2014-11-1917-19/+166
* compiler/main: fixes #9776Carlos Tomé2014-11-194-1/+8
* use correct word size for shiftRightLogical and removeOp32Luite Stegeman2014-11-191-16/+26
* make TcRnMonad.lhs respect -ddump-to-fileGreg Weber2014-11-196-41/+79
* Allow -dead_strip linking on platforms with .subsections_via_symbolsMoritz Angermann2014-11-1913-19/+79
* Only test for bug #9439 when llvm is installedThomas Miedema2014-11-191-50/+53
* add missing instances for Loc and a few missing Eq instancesLuite Stegeman2014-11-191-2/+3
* template-haskell: Missing instances for Rational and ().Mathieu Boespflug2014-11-192-2/+14
* Filter input to abiHash earlyMateusz Kowalczyk2014-11-191-3/+9
* Add remaining <unknown>s and comments to .mailmapThomas Miedema2014-11-191-1/+58
* Turn CoreWriter into a newtype; fix commentDavid Feuer2014-11-191-8/+11
* Implement new Foldable methods for HsPatSynDetailsDavid Feuer2014-11-191-1/+20
* Update documentation for "Batch compiler mode"Thomas Miedema2014-11-192-7/+20
* Refactor: use System.FilePath.splitSearchPathThomas Miedema2014-11-194-50/+7
* The test runner now also works under the msys-native Python.Gintautas Miliauskas2014-11-191-0/+16
* rts: remove old-style field designator extension (#9396)Austin Seipp2014-11-192-29/+29
* Optimise `Identity` instances with `coerce`Herbert Valerio Riedel2014-11-191-13/+34
* Restore exact old semantics of `decodeFloat`Herbert Valerio Riedel2014-11-195-0/+54
* Reimplement im/export primitives for integer-gmp2Herbert Valerio Riedel2014-11-194-19/+431
* Support for "with" renaming syntax, and output a feature flag.Edward Z. Yang2014-11-184-30/+32
* When outputting list of available instances, sort it.Edward Z. Yang2014-11-1814-38/+56
* Comments onlySimon Peyton Jones2014-11-183-22/+6
* Revert "base: Fix (**) instance for Data.Complex (#8539)"Austin Seipp2014-11-181-16/+0
* Fix detection of GNU gold linker if invoked via gcc with parametersSebastian Dröge2014-11-181-2/+5