summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix vectorisation of recursive typesRoman Leshchinskiy2011-01-2613-164/+107
* Fix dependencies among specialisations for imported Idssimonpj@microsoft.com2011-01-261-13/+57
* Fix bug in roughTopNamessimonpj@microsoft.com2011-01-261-3/+23
* Comments only, plus a tiny bit of debug printingsimonpj@microsoft.com2011-01-261-7/+8
* Comments onlysimonpj@microsoft.com2011-01-261-4/+10
* Look through type synonyms when computing orphanssimonpj@microsoft.com2011-01-265-51/+55
* Bleat a bit more informatively in unionListssimonpj@microsoft.com2011-01-261-2/+6
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-242-3/+6
* Split main/GHC into GHC and GhcMakesimonpj@microsoft.com2011-01-254-1455/+1544
* Comments onlysimonpj@microsoft.com2011-01-251-1/+2
* Fix Trac #3717 by making exprOkForSpeculation a bit cleverersimonpj@microsoft.com2011-01-252-41/+61
* Improve dataToTag# magicsimonpj@microsoft.com2011-01-252-3/+32
* Fix Trac #4917: try a bit harder to unify on-the-flysimonpj@microsoft.com2011-01-251-8/+28
* DPH options updatedManuel M T Chakravarty2011-01-243-37/+40
* 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