summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Manually control more of the Cabal flags for the compiler and ghc packagesIan Lynagh2011-01-211-0/+3
* tweak newArray# documentation againSimon Marlow2011-01-191-1/+1
* Comments onlysimonpj@microsoft.com2011-01-191-1/+1
* Fix documentation bug: newArray# accepts word count, not byte count.Edward Z. Yang2011-01-181-1/+1
* Change an "if ... else return ()" into a "when"Ian Lynagh2011-01-171-3/+1
* Add NondecreasingIndentation to the list of extensions in the ghc packageIan Lynagh2011-01-171-0/+2
* Build system improvementsIan Lynagh2011-01-151-1/+3
* Fix Trac #4874: specialisation of INLINABLE thingssimonpj@microsoft.com2011-01-141-20/+49
* Comments onlysimonpj@microsoft.com2011-01-141-4/+16
* Fix a buglet in postInlineUnconditionallysimonpj@microsoft.com2011-01-141-6/+21
* Fix longstanding bug in C-- inlining for functions calls.Edward Z. Yang2011-01-131-1/+1
* Make Template Haskell classInstances function return [ClassInstance]simonpj@microsoft.com2011-01-131-3/+2
* Improve the finder's error messagessimonpj@microsoft.com2011-01-131-7/+28
* White space onlysimonpj@microsoft.com2011-01-132-1/+6
* Produce an error message, not a crash, for HsOpApp with non-var operatorsimonpj@microsoft.com2011-01-121-2/+6
* Major refactoring of the type inference enginesimonpj@microsoft.com2011-01-1234-1987/+2128
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-109-254/+254
* Move imports around (no change in behaviour)simonpj@microsoft.com2011-01-101-4/+4
* Make fuzzy matching a little less eager for short identifierssimonpj@microsoft.com2011-01-071-3/+12
* Fix Trac #4870: get the inlining for an imported INLINABLE Idsimonpj@microsoft.com2011-01-051-6/+7
* Improve error message when importing data constructors (ticket #4058).Michal Terepeta2010-11-271-4/+41
* comment updatesSimon Marlow2011-01-071-6/+7
* multiline commands in GHCi #4316Vivian McPhail2010-11-051-0/+22
* Replace a #if with a Haskell conditionalIan Lynagh2011-01-051-8/+6
* Whitespace only in X86.PprIan Lynagh2011-01-051-294/+294
* Fix error compiling AsmCodeGen.lhs for PPC Mac (unused makeFar addr)naur@post11.tele.dk2010-12-191-2/+2
* Define cTargetArch and start to use it rather than ifdefsIan Lynagh2011-01-042-14/+47
* Fix error compiling AsmCodeGen.lhs for PPC Mac (rtsPackageId)naur@post11.tele.dk2010-12-191-0/+1
* Rename the c*Platform variables to c*PlatformStringIan Lynagh2011-01-042-9/+9
* Add gcc and ld flags to --info outputIan Lynagh2010-12-201-1/+3
* Fix Trac #4525: report type errors in terms of the immediate type synonymsimonpj@microsoft.com2010-12-241-18/+26
* Implement fuzzy matching for the Findersimonpj@microsoft.com2010-12-224-64/+109
* Implement fuzzy matching for the renamersimonpj@microsoft.com2010-12-223-48/+184
* Add fuzzyLookup, a variant of fuzzyMatchsimonpj@microsoft.com2010-12-221-36/+73
* White space onlysimonpj@microsoft.com2010-12-221-1/+1
* Layout and white space onlysimonpj@microsoft.com2010-12-221-14/+5
* Tidy up rebindable syntax for MDosimonpj@microsoft.com2010-12-2212-135/+76
* Make the occurrence analyser track preInlineUnconditionallysimonpj@microsoft.com2010-12-221-27/+58
* Make mkDFunUnfolding more robustsimonpj@microsoft.com2010-12-226-25/+22
* Add a simple arity analysersimonpj@microsoft.com2010-12-213-58/+136
* Miscellaneous tidying up and refactoringsimonpj@microsoft.com2010-12-212-43/+85
* Comments onlysimonpj@microsoft.com2010-12-211-1/+1
* Single-method classes are implemented with a newtypesimonpj@microsoft.com2010-12-212-30/+34
* For single-method classes use newtypessimonpj@microsoft.com2010-11-013-51/+94
* Small improvement to CorePrepsimonpj@microsoft.com2010-12-201-6/+6
* Fix warningsIan Lynagh2010-12-191-3/+0
* Small refactoringIan Lynagh2010-12-191-6/+4
* Drop GhcWithLlvmCodeGen configuration bitsMatthias Kilian2010-12-192-3/+0
* vectoriser: don't always pass superclass dictionaries to PA dfunsRoman Leshchinskiy2010-12-181-14/+38
* vectoriser: delete dead codeRoman Leshchinskiy2010-12-181-20/+1