summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsUtils.lhs
Commit message (Expand)AuthorAgeFilesLines
* Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-021-5/+5
* Refactor HsDecls again, to put family instances in InstDeclSimon Peyton Jones2012-02-061-10/+14
* fix #5022: polymorphic definitions inside arrow recRoss Paterson2011-12-191-1/+1
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-32/+34
* Removing the default grouping clause from the SQL-like comprehension notation ;George Giorgidze2011-11-171-10/+7
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-011-1/+1
* Implement -XConstraintKindMax Bolingbroke2011-09-061-4/+4
* Major improvement to pattern bindingsSimon Peyton Jones2011-08-161-12/+20
* Fix a long-standing bug in HsUtils.hsTyClDeclBindersSimon Peyton Jones2011-08-051-3/+17
* A bit of refactoring on handling HsPar and friendsSimon Peyton Jones2011-07-271-23/+37
* Change TypeSig and GenericSig to take a list of names (fixes #1595).David Waern2011-06-101-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-171-6/+9
|\
| * Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-151-1/+1
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-05-121-16/+16
| |\
| * | Fix Trac #5192: missing case in hsValBindsImplicitsSimon Peyton Jones2011-05-121-5/+8
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-121-16/+16
|\ \ \ | | |/ | |/|
| * | Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-061-29/+39
| |\ \ | | |/
| * | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-16/+16
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-041-29/+39
|\ \ \ | | |/ | |/|
| * | More hacking on monad-compmonad-compSimon Peyton Jones2011-05-031-22/+18
| * | More on monad-comp; an intermediate state, so don't pullSimon Peyton Jones2011-05-021-7/+1
| * | More hacking on monad-comp; now worksSimon Peyton Jones2011-05-021-10/+16
| * | Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-291-9/+23
| * | Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-16/+16
| |/
* | Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-041-2/+0
* | Merge branch 'master' of c:/code/HEAD-git/. into ghc-genericsunknown2011-04-131-1/+82
|\ \ | |/
| * Ignore names introduced "implicitly" in unused-variable warnings (Fix #4404)wip/T4404Max Bolingbroke2011-04-021-1/+82
* | Initial commit for Pedro's new generic default methodssimonpj2011-04-121-1/+1
|/
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-2/+5
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-101-3/+4
* Tidy up rebindable syntax for MDosimonpj@microsoft.com2010-12-221-1/+1
* Remove the now-unused constructor VarPatOutsimonpj@microsoft.com2010-11-051-2/+0
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-2/+5
* Fix Trac #4302, plus a little refactoringsimonpj@microsoft.com2010-09-131-13/+1
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-15/+26
* Spelling in commentssimonpj@microsoft.com2010-05-251-1/+1
* Refactoring of hsXxxBinderssimonpj@microsoft.com2010-05-061-1/+57
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-041-106/+146
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-101-1/+5
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-101-1/+1
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-2/+7
* Add 'rec' to stmts in a 'do', and deprecate 'mdo'simonpj@microsoft.com2009-10-281-4/+12
* Stop generating redundant parens in 'deriving' codesimonpj@microsoft.com2009-07-231-3/+2
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-5/+17
* Rollback INLINE patchesSimon Marlow2008-12-161-7/+2
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-051-2/+7
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-3/+7
* (F)SLIT -> (f)sLit in HsUtilsIan Lynagh2008-04-121-4/+2
* Rename WpCo to WpCastsimonpj@microsoft.com2008-04-221-2/+2