summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* ghc allow --show-options and --interactive togetherwip/mergeLennart Kolmodin2014-11-204-580/+644
* 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-2043-612/+856
* Implement #5462 (deriving clause for arbitrary classes)Jose Pedro Magalhaes2014-11-204-25/+99
* Add flag `-fwarn-missing-exported-sigs`Eric Seidel2014-11-203-10/+33
* Fix #9209, by reporting an error instead of panicking on bad splices.Richard Eisenberg2014-11-202-31/+41
* Kill trailing whitespaceJan Stolarek2014-11-203-27/+27
* Split SynTyCon to SynonymTyCon and FamilyTyConJan Stolarek2014-11-2028-342/+489
* Implement typechecker pluginsAdam Gundry2014-11-2015-108/+544
* Add support for pattern synonym type signatures.Dr. ERDI Gergo2014-11-2012-259/+415
* Update shift/reduce conflict number in parserDr. ERDI Gergo2014-11-201-0/+12
* Make calling conventions in template haskell Syntax.hs consistent with those ...Luite Stegeman2014-11-193-26/+39
* ghc generates more user-friendly error messagesMike Izbicki2014-11-193-1/+54
* arm64: 64bit iOS and SMP support (#7942)Luke Iannini2014-11-199-1/+23
* compiler/main: fixes #9776Carlos Tomé2014-11-191-1/+2
* use correct word size for shiftRightLogical and removeOp32Luite Stegeman2014-11-191-16/+26
* make TcRnMonad.lhs respect -ddump-to-fileGreg Weber2014-11-194-40/+69
* Allow -dead_strip linking on platforms with .subsections_via_symbolsMoritz Angermann2014-11-195-19/+26
* Turn CoreWriter into a newtype; fix commentDavid Feuer2014-11-191-8/+11
* Implement new Foldable methods for HsPatSynDetailsDavid Feuer2014-11-191-1/+20
* Refactor: use System.FilePath.splitSearchPathThomas Miedema2014-11-192-27/+3
* Support for "with" renaming syntax, and output a feature flag.Edward Z. Yang2014-11-182-22/+20
* When outputting list of available instances, sort it.Edward Z. Yang2014-11-182-2/+18
* Comments onlySimon Peyton Jones2014-11-183-22/+6
* Fix detection of GNU gold linker if invoked via gcc with parametersSebastian Dröge2014-11-181-2/+5
* Disable AVX for LLVM 3.2 by default (#9391)Peter Wortmann2014-11-181-5/+11
* Update comment about C helper for foreign exports (#9713)Bertram Felgenhauer2014-11-181-2/+6
* Outputable instance for IfaceVectInfoMateusz Kowalczyk2014-11-181-0/+10
* Whitespace onlyMateusz Kowalczyk2014-11-181-8/+8
* Add a note why tcGetInstEnvs is duplicated.Edward Z. Yang2014-11-171-1/+2
* Remove optimized package lookup, simplifying code.Edward Z. Yang2014-11-171-49/+1
* Adding dedicated Show instances for SrcSpan/SrcLocAlan Zimmerman2014-11-171-3/+17
* Docs onlyEdward Z. Yang2014-11-175-12/+31
* Generalize exposed-modules field in installed package databaseEdward Z. Yang2014-11-152-14/+36
* Partially revert 475dd93efaAustin Seipp2014-11-141-2/+1
* When calling the success continuation of a matcher, pass existential tyvarsDr. ERDI Gergo2014-11-131-3/+3
* nlHsTyApps: for applying a function both on type- and term-level argumentsDr. ERDI Gergo2014-11-131-1/+4
* Apply compulsory unfoldings during desugaring, except for `seq` which is spec...Dr. ERDI Gergo2014-11-131-1/+21
* If pattern synonym is bidirectional and its type is some unboxed type T#,Dr. ERDI Gergo2014-11-139-87/+173
* Fix typo in panic messageDr. ERDI Gergo2014-11-131-1/+1
* Add `--fwarn-trustworthy-safe` to `-Wall`David Terei2014-11-121-1/+2
* Add in `-fwarn-trustworthy-safe` flag.David Terei2014-11-122-57/+106
* Remove a stray Trustworthy flag in ghc.David Terei2014-11-121-1/+0
* Fix #9404 by removing tcInfExpr.Richard Eisenberg2014-11-125-49/+76
* Fix #9788 by giving `coerce` the right type.Richard Eisenberg2014-11-121-11/+8
* Fix #9204 by outputting extra info on boot file mismatch.Richard Eisenberg2014-11-121-48/+134
* Fix #9064 by adding support for generic default signatures to TH.Richard Eisenberg2014-11-123-15/+27
* Fix #8100, by adding StandaloneDerivD to TH's Dec type.Richard Eisenberg2014-11-122-20/+43
* Remove unboxed Int# fields from NameFlavour (#9527)Richard Eisenberg2014-11-121-4/+2
* Fix #9066.Richard Eisenberg2014-11-123-28/+57