summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Stop passing -Wl,-macosx_version_min to gccIan Lynagh2010-05-201-5/+1
* Fix package shadowing order (#4072)Simon Marlow2010-05-191-8/+17
* Change another / to </> to avoid building paths containing \/Ian Lynagh2010-05-181-1/+1
* Undo part of #4003 patchSimon Marlow2010-05-131-0/+7
* looksLikeModuleName: allow apostrophe in module names (#4051)Simon Marlow2010-05-101-1/+1
* Fix Trac #4003: fix the knot-tying in checkHiBootIfacesimonpj@microsoft.com2010-05-112-14/+11
* Re-engineer the derived Ord instance generation code (fix Trac #4019)simonpj@microsoft.com2010-05-101-293/+301
* Make arity of INLINE things consistentsimonpj@microsoft.com2010-05-102-3/+11
* omit "dyn" from the way appended to the __stginit labelSimon Marlow2010-04-281-8/+13
* Enable the "redundant specialise pragmas" warning; fixes trac #3855Ian Lynagh2010-05-061-6/+4
* Find the correct external ids when there's a wrappersimonpj@microsoft.com2010-05-061-2/+9
* Add a comment about pattern coercionssimonpj@microsoft.com2010-05-061-1/+5
* Comments onlysimonpj@microsoft.com2010-05-061-1/+1
* Make a missing name in mkUsageInfo into a panicsimonpj@microsoft.com2010-05-061-1/+1
* Refactoring of hsXxxBinderssimonpj@microsoft.com2010-05-066-62/+68
* Fix Trac #3966: warn about useless UNPACK pragmassimonpj@microsoft.com2010-05-0615-107/+157
* Make tcg_dus behave more sanely; fixes a mkUsageInfo panicsimonpj@microsoft.com2010-05-064-38/+43
* Add a HsExplicitFlag to SpliceDecl, to improve Trac #4042simonpj@microsoft.com2010-05-065-9/+24
* Change an assert to a warnsimonpj@microsoft.com2010-05-061-1/+1
* Tidy up debug print a littlesimonpj@microsoft.com2010-05-061-1/+1
* Remove useless UNPACK pragmassimonpj@microsoft.com2010-05-062-4/+4
* Add WARNM2 macro, plus some refactoringsimonpj@microsoft.com2010-05-061-10/+15
* Fix Trac #3966: warn about unused UNPACK pragmassimonpj@microsoft.com2010-04-091-6/+11
* Fix Trac #3953: fail earlier when using a bogus quasiquotersimonpj@microsoft.com2010-04-091-5/+7
* Fix Trac #3965: tighten conditions when deriving Datasimonpj@microsoft.com2010-04-091-8/+14
* Fix Trac #3964: view patterns in DsArrowssimonpj@microsoft.com2010-04-091-1/+2
* Fix Trac #3955: renamer and type variablessimonpj@microsoft.com2010-04-092-46/+49
* Layout onlysimonpj@microsoft.com2010-04-091-3/+2
* Give a better deprecated message for INCLUDE pragmas; fixes #3933Ian Lynagh2010-05-062-2/+6
* De-haddock a comment that confuses haddockIan Lynagh2010-05-061-1/+1
* Fix comment to not confuse haddockIan Lynagh2010-05-061-2/+2
* Make the demand analyser sdd demands for strict constructorssimonpj@microsoft.com2010-05-051-66/+125
* Fix interaction of exprIsCheap and the lone-variable inlining checksimonpj@microsoft.com2010-05-052-17/+42
* Matching cases in SpecConstr and Rulessimonpj@microsoft.com2010-05-052-54/+106
* Comments onlysimonpj@microsoft.com2010-05-041-2/+4
* Comments onlysimonpj@microsoft.com2010-05-041-12/+25
* Comments onlysimonpj@microsoft.com2010-05-041-1/+2
* Comments only (about type families)simonpj@microsoft.com2010-04-171-17/+100
* Remove the Unicode alternative for ".." (#3894)Simon Marlow2010-05-051-1/+0
* Allow filepath-1.2.*Simon Marlow2010-05-051-1/+1
* Fix build with GHC 6.10Ian Lynagh2010-05-041-0/+13
* Print unfoldings on lambda-bound variablesSimon PJ2010-05-031-17/+15
* Replace FiniteMap and UniqFM with counterparts from containers.Milan Straka2010-05-034-1489/+239
* Make the demand analyser take account of lambda-bound unfoldingsSimon PJ2010-05-032-7/+37
* Fix "make 2"Ian Lynagh2010-04-271-1/+7
* --make is now the default (#3515), and -fno-code works with --make (#3783)Simon Marlow2010-04-273-13/+12
* workaround for #4003, fixes HEAD build with 6.12.2Simon Marlow2010-04-261-0/+7
* Make sure all the clean rules are always includedIan Lynagh2010-04-241-12/+6
* reinstate eta-expansion during SimplGently, to fix inlining of sequence_Simon Marlow2010-04-231-4/+1
* Add missing constant folding and optimisation for unsigned divisionSimon Marlow2010-04-221-0/+5