summaryrefslogtreecommitdiff
path: root/compiler/rename/RnBinds.lhs
Commit message (Expand)AuthorAgeFilesLines
* TyposKrzysztof Gogolewski2013-09-231-1/+1
* Implement checkable "minimal complete definitions" (#7633)Twan van Laarhoven2013-09-181-1/+26
* Give language pragma suggestions without -XJoachim Breitner2013-09-141-3/+3
* Refactor HsExpr.MatchGroupSimon Peyton Jones2013-01-041-2/+2
* Allow empty case expressions (and lambda-case) with -XEmptyCaseSimon Peyton Jones2013-01-041-3/+15
* Refactoring: Make a HasModule class for getModuleIan Lynagh2012-11-021-0/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-10-191-1/+1
|\
| * Some alpha renamingIan Lynagh2012-10-161-1/+1
* | Improve reporting of duplicate signaturesSimon Peyton Jones2012-10-191-15/+34
|/
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-031-26/+43
* Don't report unused bindings of the formSimon Peyton Jones2012-07-211-2/+11
* Warn about unused pattern bindingsSimon Peyton Jones2012-07-201-3/+10
* Implemented MultiWayIf extension.Mikhail Vorozhtsov2012-07-161-1/+1
* Simplify the implementation of Implicit ParametersSimon Peyton Jones2012-06-131-4/+3
* Tidy up the treatment of signatures (incl fixity)Simon Peyton Jones2012-05-241-7/+7
* Fix scoping of kind variables in instance declarationsSimon Peyton Jones2012-05-221-1/+1
* Refactor LHsTyVarBndrs to fix Trac #6081Simon Peyton Jones2012-05-111-1/+1
* Do SCC on instance declarations (fixes Trac #5715)Simon Peyton Jones2012-04-201-13/+4
* Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-021-22/+20
* Allow type signatures in instance decls (Trac #5676)Simon Peyton Jones2011-12-121-4/+4
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-0/+1
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Fix duplicate type signature error (ticket #5589).Michal Terepeta2011-10-311-1/+1
* Refactor the way in which type (and other) signatures are renamedSimon Peyton Jones2011-10-211-43/+54
* move AvailInfo and related things into its own moduleSimon Marlow2011-09-211-5/+2
* Implement -XConstraintKindMax Bolingbroke2011-09-061-3/+3
* Fix the trimming of bind_fvs (fixes Trac #5439)Simon Peyton Jones2011-09-011-39/+31
* A batch of changes related to the handling of binders in instance declsSimon Peyton Jones2011-08-221-1/+1
* Major improvement to pattern bindingsSimon Peyton Jones2011-08-161-2/+4
* Report on unused type variables (fixes #5331)Simon Peyton Jones2011-07-201-3/+6
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-06-171-2/+8
|\
| * Re-do (again) the handling of binders in Template HaskellSimon Peyton Jones2011-06-161-2/+8
* | Change TypeSig and GenericSig to take a list of names (fixes #1595).David Waern2011-06-101-9/+10
|/
* Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-121-2/+2
|\
| * Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-061-3/+3
| |\
| * \ Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-301-2/+5
| |\ \
| * | | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-2/+2
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-041-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-3/+3
| | |/ | |/|
* | | Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-041-22/+8
* | | Add a new flag XDefaultSignatures to enable just the signatures on the defaul...Jose Pedro Magalhaes2011-05-041-5/+5
* | | Use 'default' rather than 'generic' for default-method signaturesSimon Peyton Jones2011-04-281-1/+9
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-04-271-1/+4
|\ \ \ | |/ /
| * | Fix Trac #5126: generate correct usage info in TH declaration quotesSimon Peyton Jones2011-04-201-1/+4
* | | Merge remote branch 'origin/master' into ghc-genericsSimon Peyton Jones2011-04-201-1/+1
|\ \ \ | |/ /
| * | Fix typo in commentsimonpj2011-04-191-1/+1
| |/
* | Merge branch 'master' of c:/code/HEAD-git/. into ghc-genericsunknown2011-04-131-1/+3
|\ \ | |/
| * Ignore names introduced "implicitly" in unused-variable warnings (Fix #4404)wip/T4404Max Bolingbroke2011-04-021-1/+3
* | Initial commit for Pedro's new generic default methodssimonpj2011-04-121-2/+24
|/