summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove extCoreName from DynFlagsIan Lynagh2013-04-265-46/+42
* Whitespace only in MkExternalCoreIan Lynagh2013-04-261-43/+36
* Remove DynFlags's hscOutName fieldIan Lynagh2013-04-265-25/+19
* "ghc --info" now claims has "Support dynamic-too" as "YES"Ian Lynagh2013-04-261-2/+1
* Fix "-dynamic-too --make"; fixes #7864Ian Lynagh2013-04-262-27/+29
* We need to setModLocation in the HscOut phase, not the Hsc phaseIan Lynagh2013-04-261-2/+2
* Mark -dynamic-too as unsupported for nowIan Lynagh2013-04-261-1/+2
* Update the isStaticFlag predicateIan Lynagh2013-04-251-5/+0
* Remove some old commented-out code in StaticFlagsIan Lynagh2013-04-251-17/+0
* Whitespace only in StaticFlagsIan Lynagh2013-04-251-32/+25
* Add a "Support dynamic-too" field to the --info outputIan Lynagh2013-04-251-0/+1
* Fixed moer tyopsGabor Greif2013-04-257-16/+16
* Updated documentation; changed "group" to "branched" in type familiesRichard Eisenberg2013-04-248-71/+99
* Allow deriving Generic for polykinded phantom typesJose Pedro Magalhaes2013-04-241-2/+2
* In CMM, only allow foreign calls to labels, not arbitrary expressionsIan Lynagh2013-04-247-38/+27
* Small refactoring in StgCmmExtCodeIan Lynagh2013-04-231-6/+7
* Don't duplicate decls unnecessarily in the environmentIan Lynagh2013-04-231-1/+1
* Make CmmParse abstractIan Lynagh2013-04-231-1/+1
* Comments and debug messages onlySimon Peyton Jones2013-04-231-3/+20
* Comment typoSimon Peyton Jones2013-04-231-1/+1
* Typo in debug print messageSimon Peyton Jones2013-04-231-1/+1
* Typos in commentsSimon Peyton Jones2013-04-231-4/+4
* Further wibbbling to type error message reportingSimon Peyton Jones2013-04-222-16/+57
* Never unify a SigTyVar with a non-tyvar type (fixes Trac #7786)Simon Peyton Jones2013-04-221-2/+2
* When zonking, get rid of empty implicationsSimon Peyton Jones2013-04-221-7/+10
* Comments onlySimon Peyton Jones2013-04-221-2/+4
* Tiny wibble to trace messageSimon Peyton Jones2013-04-221-1/+1
* Add comments to describe AbsBindsSimon Peyton Jones2013-04-221-3/+61
* Display operators using parentheses/backticks in error messages (#7848)Krzysztof Gogolewski2013-04-218-19/+23
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-04-1995-4540/+4636
|\
| * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-04-161-1/+1
| |\
| | * Fix the dynflags consistency codeIan Lynagh2013-04-151-1/+1
| * | Allow partial applications of a type synonym in :kind in GHCi (Trac #7586)Simon Peyton Jones2013-04-161-30/+38
| * | Remove accidentally-inserted tabsSimon Peyton Jones2013-04-161-2/+2
| * | Comments and debug output onlySimon Peyton Jones2013-04-162-3/+4
| * | Make the desugarer a tiny bit cleverer on coercions (fixes Trac #7837)Simon Peyton Jones2013-04-161-2/+31
| * | Improve the "main is not defined in Main" message a bit furtherSimon Peyton Jones2013-04-151-18/+22
| * | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-04-158-102/+65
| |\ \ | | |/
| | * Whitespace only in CmmNodeIan Lynagh2013-04-141-21/+14
| | * No need to map over all blocks, setting up PIC.Gabor Greif2013-04-131-12/+4
| | * Revert "extended ticky to also track "let"s that are not closures"Nicolas Frisby2013-04-126-69/+47
| * | Change wording of "main is not defined in Main" message (Trac #7816)Simon Peyton Jones2013-04-121-2/+2
| |/
| * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-04-126-47/+69
| |\
| | * extended ticky to also track "let"s that are not closuresNicolas Frisby2013-04-126-47/+69
| * | Fix type variable scoping in nested pattern type signatures (#7827)Patrick Palka2013-04-121-2/+11
| |/
| * Make explicit that there can be only one entry pointGabor Greif2013-04-121-3/+3
| * ignore RealWorld in size_expr; flag to keep w/w from creating sharingNicolas Frisby2013-04-114-25/+54
| * added ticky counters for heap and stack checksNicolas Frisby2013-04-112-1/+11
| * Remove CPP in ByteCodeItblsIan Lynagh2013-04-092-186/+162
| * Use the standard state monad transformer in GHCiIan Lynagh2013-04-092-40/+20