summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Check whether the main function is actually exported (#414)Simon Marlow2009-11-303-7/+32
* Tweak the alternative layout rule: {} contains commasIan Lynagh2009-11-291-0/+4
* Correct the advanceSrcLoc calculation for tabsIan Lynagh2009-11-291-1/+1
* Tweak alternative layout ruleIan Lynagh2009-11-291-2/+2
* Make the alternative layout rule cope with file pragmasIan Lynagh2009-11-291-1/+3
* Teach advanceSrcLoc about tab charactersIan Lynagh2009-11-281-2/+7
* Whitespace onlyIan Lynagh2009-11-281-1/+1
* Columns now start at 1, as lines already didIan Lynagh2009-11-279-19/+16
* Implement non-decreasing do indentation in the alternative layout ruleIan Lynagh2009-11-271-1/+7
* Apply patch from #2978: add more Unicode syntaxSimon Marlow2009-09-181-0/+8
* Comments only, esp about RecStmtssimonpj@microsoft.com2009-11-262-16/+18
* Fix a bug in alternative layout ruleIan Lynagh2009-11-251-0/+1
* Fix a bug in alternative layoutIan Lynagh2009-11-251-16/+9
* Bug fix for alternative layout ruleIan Lynagh2009-11-251-1/+1
* Tweak alternative layout ruleIan Lynagh2009-11-251-8/+11
* Add unboxed parentheses to the alternative layout ruleIan Lynagh2009-11-251-0/+6
* Tweak the warning suppression flags used in LexerIan Lynagh2009-11-251-9/+9
* Implement the alternative layout ruleIan Lynagh2009-11-252-11/+232
* Fix some warning in LexerIan Lynagh2009-11-241-9/+11
* Add a note saying what Haddock relies on about Instance.is_dfunDavid Waern2009-11-241-1/+14
* Treat () as an enumeration tyconIan Lynagh2009-11-241-2/+4
* Whitespace onlyIan Lynagh2009-11-241-45/+50
* inline has moved to GHC.MagicIan Lynagh2009-11-231-2/+5
* Use the ghc-perl tarball on Windows, instead of the msys oneIan Lynagh2009-11-201-1/+2
* Remove cprAnalysis directory from hs-source-dirssimonpj@microsoft.com2009-11-201-1/+0
* Remove dead codeRoman Leshchinskiy2009-11-122-8/+1
* Remove the (very) old strictness analysersimonpj@microsoft.com2009-11-1930-2863/+421
* Make INLINE warning more precisesimonpj@microsoft.com2009-11-191-2/+3
* Implement -fexpose-all-unfoldings, and fix a non-termination bugsimonpj@microsoft.com2009-11-1917-74/+135
* Re-implement the binder-swap stuff in OccurAnalsimonpj@microsoft.com2009-11-191-173/+339
* Try harder not to make DFuns into loop breakerssimonpj@microsoft.com2009-11-191-7/+25
* Refactor case-merging and identical-alternative optimisationssimonpj@microsoft.com2009-11-192-206/+265
* Fix a nasty infelicity in the size computation of CoreUnfoldsimonpj@microsoft.com2009-11-191-1/+5
* Comments and white space onlysimonpj@microsoft.com2009-11-191-4/+7
* Fix splitAppTysRoman Leshchinskiy2009-11-191-2/+2
* Fix warnings about unused importsBen.Lippmeier@anu.edu.au2009-11-181-1/+5
* Windows DLLs: stifle more warnings about auto imported symbolsBen.Lippmeier@anu.edu.au2009-11-181-0/+5
* Windows DLLs: stifle warnings about symbols being auto imported from DLLsBen.Lippmeier@anu.edu.au2009-11-181-0/+6
* Use opt_PIC not #defined __PIC__ in compiler source.Ben.Lippmeier@anu.edu.au2009-11-173-6/+15
* Don't share low valued Int and Char closures with Windows DLLsBen.Lippmeier@anu.edu.au2009-11-143-3/+28
* exprIsHNF should "look through" letssimonpj@microsoft.com2009-11-171-0/+1
* Improvement to typecheck higher-rank rules bettersimonpj@microsoft.com2009-11-171-5/+20
* Apply RULES to simplified argumentssimonpj@microsoft.com2009-11-173-113/+133
* Improvements to pretty-printing of Coresimonpj@microsoft.com2009-11-171-5/+3
* Fix formatting of module deprecation/warning messagesDuncan Coutts2009-11-151-2/+2
* Wibble to commentsimonpj@microsoft.com2009-11-131-3/+3
* Use eta-expansion to ensure that INLINE things have their expected arity2009-11-15simonpj@microsoft.com2009-11-131-11/+27
* Make the new ClassOp/DFun selection mechanism work for single-method classessimonpj@microsoft.com2009-11-132-26/+98
* Comments onlysimonpj@microsoft.com2009-11-122-14/+35
* Remove old, redundant notesimonpj@microsoft.com2009-11-121-87/+0