summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Egregious bug in tcLHsConResTysimonpj@microsoft.com2006-08-101-2/+2
* Comments about improvements to SpecConstrsimonpj@microsoft.com2006-08-101-66/+112
* Remove HasBounds-instance and implement MArray.getBounds insteadEsa Ilari Vuokko2006-08-091-3/+1
* Fix Array importsEsa Ilari Vuokko2006-08-091-1/+3
* fixes to the stage2 build following removal of old FFI syntaxSimon Marlow2006-08-092-4/+4
* add some more options to stage 2Simon Marlow2006-08-091-0/+1
* remove debugging code accidentally left inSimon Marlow2006-08-091-4/+0
* only define GHCI if $(GhcWithInterpreter)=YES, also add -threadedSimon Marlow2006-08-091-1/+6
* Remove old FFI syntaxSimon Marlow2006-08-098-159/+25
* More fixes to pre-matching and pre-subsumptionsimonpj@microsoft.com2006-08-081-20/+26
* Group exports so that all length functions are together; no semantic changesimonpj@microsoft.com2006-08-081-2/+5
* Check that lazy patterns are for lifted typessimonpj@microsoft.com2006-08-081-1/+7
* Spelling in a commentsimonpj@microsoft.com2006-08-081-1/+1
* Remove srcSpanStartLine/srcSpanEndLine crashsimonpj@microsoft.com2006-08-083-18/+34
* Add ghc and version number in .ident directive in NCGDuncan Coutts2006-07-061-0/+7
* Support the GNU non-exec stack annotation systemDuncan Coutts2006-07-061-0/+9
* Fix pre-subsumption and pre-matchingsimonpj@microsoft.com2006-08-081-6/+24
* Improve error messagesimonpj@microsoft.com2006-08-081-3/+3
* Pull out common removal code, and detect does-not-exist correctlyIan Lynagh2006-07-101-12/+12
* Create our own directory in the temporary directory to avoid various racesIan Lynagh2006-07-102-14/+62
* Merge SysTools import declarationsIan Lynagh2006-07-091-2/+1
* Don't freeze the dynamic flags used for filename generation before the pipeli...Ian Lynagh2006-07-091-31/+31
* Add -fextended-default-rules and -fmono-pat-bindssimonpj@microsoft.com2006-08-072-10/+15
* add a commentSimon Marlow2006-08-071-0/+3
* Do pre-subsumption in the main subsumption checksimonpj@microsoft.com2006-08-046-103/+143
* Make unification robust to a boxy type variable meeting itselfsimonpj@microsoft.com2006-08-011-9/+29
* Don't include the package name in a cost centre's module nameSimon Marlow2006-08-031-2/+6
* .hi-boot-5 is obsolete; the earliest GHC we support uses .hi-boot-6Simon Marlow2006-07-2823-150/+0
* update to match .lhs-bootSimon Marlow2006-07-281-0/+3
* get ReadP from the right place.Simon Marlow2006-07-281-1/+1
* Improve error message for derivingsimonpj@microsoft.com2006-07-271-5/+9
* Lazy patterns are like wild-cards for overlap warningssimonpj@microsoft.com2006-07-271-1/+2
* fix some problems with wired-in packagesSimon Marlow2006-07-271-16/+26
* fix symbols for GHC.PrimopWrappersSimon Marlow2006-07-271-1/+1
* Add missing importsimonpj@microsoft.com2006-07-271-0/+3
* Make -fcontext-stack into a dynamic flagsimonpj@microsoft.com2006-07-274-70/+80
* Deal correctly with infix type constructors in GADT declssimonpj@microsoft.com2006-07-264-49/+48
* Improve pretty printing of ConDeclsimonpj@microsoft.com2006-07-261-5/+5
* fix parse error (merge-o, I think)Simon Marlow2006-07-261-2/+2
* fix DEBUG buildSimon Marlow2006-07-261-3/+5
* Unbox the Unique stored in a NameSimon Marlow2006-07-251-12/+17
* optimisations to newUniqueSimon Marlow2006-07-251-4/+15
* tiny bit of extra strictnessSimon Marlow2006-07-251-1/+1
* Make a SplitUniqSupply contain an Int# rather than an IntSimon Marlow2006-07-251-8/+5
* Generalise Package SupportSimon Marlow2006-07-2571-1645/+1899
* unused importSimon Marlow2006-07-061-1/+0
* unused importSimon Marlow2006-07-061-1/+0
* remove more Addr bitsSimon Marlow2006-07-041-1/+0
* unused importSimon Marlow2006-07-041-1/+0
* add default casesSimon Marlow2006-07-041-0/+2