summaryrefslogtreecommitdiff
path: root/compiler/coreSyn
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in Lint (which wrongly complained when compiling Data.Sequence with...simonpj@microsoft.com2006-10-181-4/+14
* Add assertion checks for mkCoVar/mkTyVarsimonpj@microsoft.com2006-10-131-1/+2
* Improve pretty-printing slightlysimonpj@microsoft.com2006-10-111-6/+5
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-3/+0
* Module header tidyup, phase 1Simon Marlow2006-10-1112-219/+170
* Comments and an import-trimsimonpj@microsoft.com2006-10-061-1/+1
* Correct the float-coercions-out-of-let patchsimonpj@microsoft.com2006-10-051-3/+0
* Comments and layoutsimonpj@microsoft.com2006-10-051-7/+8
* Remove unused OccInfo (simplification)simonpj@microsoft.com2006-10-051-9/+3
* Take 2 on the recursive-rule fixsimonpj@microsoft.com2006-10-051-1/+1
* Second bite at the rules-only ideasimonpj@microsoft.com2006-10-041-5/+5
* Remove Linear Implicit Parameters, and all their workssimonpj@microsoft.com2006-09-293-16/+8
* Improve pretty-printing of Coresimonpj@microsoft.com2006-09-291-5/+3
* Another correction to the (subtle) exprIsConApp_maybesimonpj@microsoft.com2006-09-291-7/+14
* Fix exprIsConApp_maybe (wasn't dealing properly with the EqSpec of the DataCon)simonpj@microsoft.com2006-09-271-74/+52
* Trim imports, and remove some dead codesimonpj@microsoft.com2006-09-231-2/+2
* Indexed newtypesManuel M T Chakravarty2006-09-201-1/+1
* Small refactoringManuel M T Chakravarty2006-09-201-11/+9
* Missing imports in CoreUtilsManuel M T Chakravarty2006-09-201-1/+3
* Include the existential dictionaries in dataConOrigInstPatManuel M T Chakravarty2006-09-201-15/+15
* Flip direction of newtype coercions, fix some commentsManuel M T Chakravarty2006-09-201-12/+12
* Chagne newtype wrapper into workerManuel M T Chakravarty2006-09-201-3/+1
* make dataConInstPat take a list of FastStrings rather than OccNames, remove o...Manuel M T Chakravarty2006-09-201-43/+28
* Fix problem with selectors for GADT records with unboxed fieldsManuel M T Chakravarty2006-09-201-11/+17
* Minor tidying upManuel M T Chakravarty2006-09-202-4/+4
* Fix bug in type checking interface DataAltsManuel M T Chakravarty2006-09-201-13/+38
* fix big-lambda eta expansion, add commentsManuel M T Chakravarty2006-09-201-2/+32
* Fix Lint for alts involving shadowing of type variables; add commentsManuel M T Chakravarty2006-09-201-7/+26
* fixing record selectorsManuel M T Chakravarty2006-09-202-7/+52
* GADT selector bugfix, bits of cleanupManuel M T Chakravarty2006-09-201-2/+1
* clean up Coercion kinding functions, rename coercionKindTyConAppManuel M T Chakravarty2006-09-203-6/+6
* fix bugs, add boolean flag to identify coercion variablesManuel M T Chakravarty2006-09-201-0/+1
* fix some coercion kind representation things, extend exprIsConApp_maybe to no...Manuel M T Chakravarty2006-09-201-12/+45
* Complete the evidence generation for GADTsManuel M T Chakravarty2006-09-201-4/+2
* some bug-fixes, newtype deriving might work nowManuel M T Chakravarty2006-09-201-3/+11
* newtype fixes, coercions for non-recursive newtypes now optionalManuel M T Chakravarty2006-09-203-4/+15
* Massive patch for the first months work adding System FC to GHC #3Manuel M T Chakravarty2006-09-182-47/+99
* Add comment for the invariant that DataAlt is never a newtypesimonpj@microsoft.com2006-09-061-1/+2
* Fix a lint bug with coercionsManuel M T Chakravarty2006-08-061-4/+6
* Resolve conflict in MkExternalCoreManuel M T Chakravarty2006-08-061-1/+2
* Massive patch for the first months work adding System FC to GHC #8Manuel M T Chakravarty2006-08-042-19/+10
* Massive patch for the first months work adding System FC to GHC #7Manuel M T Chakravarty2006-08-042-12/+11
* Massive patch for the first months work adding System FC to GHC #6Manuel M T Chakravarty2006-08-042-13/+33
* Massive patch for the first months work adding System FC to GHC #5Manuel M T Chakravarty2006-08-041-112/+183
* Massive patch for the first months work adding System FC to GHC #4Manuel M T Chakravarty2006-08-042-80/+40
* Massive patch for the first months work adding System FC to GHC #2Manuel M T Chakravarty2006-08-041-8/+14
* Make mkApps etc infix, and left-associativesimonpj@microsoft.com2006-07-261-0/+3
* Comments onlysimonpj@microsoft.com2006-09-071-1/+4
* Make record selection look cheapsimonpj@microsoft.com2006-09-061-1/+1
* Improve exprIsCheapsimonpj@microsoft.com2006-08-141-40/+48