summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Do not treat a constructor in a *pattern* as a *use* of that constructorSimon Peyton Jones2012-10-291-2/+18
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-10-195-15/+15
|\
| * Some alpha renamingIan Lynagh2012-10-165-15/+15
* | Improve reporting of duplicate signaturesSimon Peyton Jones2012-10-191-15/+34
|/
* Fix commentSimon Marlow2012-10-091-1/+1
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-036-263/+282
* Merge remote-tracking branch 'origin/master' into tc-untouchablesSimon Peyton Jones2012-09-283-315/+311
|\
| * Don't warn about defining deprecated class methodsIan Lynagh2012-09-232-9/+14
| * Whitespace only in rename/RnSource.lhsIan Lynagh2012-09-231-306/+297
* | Add type "holes", enabled by -XTypeHoles, Trac #5910Simon Peyton Jones2012-09-171-2/+9
* | Some comments and false starts to do with ArrFormSimon Peyton Jones2012-09-031-0/+5
|/
* Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2012-08-281-75/+116
|\
| * Make badImportItem into a warning (#7167)Paolo Capriotti2012-08-251-75/+116
* | Fix Trac #7092, involving Template Hsakell and name shadowingSimon Peyton Jones2012-08-281-6/+10
|/
* Re-jig the reporting of names bound multiple timesSimon Peyton Jones2012-08-212-4/+8
* Require DataKinds for promoted list/tuple syntax in typesSimon Peyton Jones2012-08-152-14/+20
* Fix Trac #7145, by recording uses of constructor "children" in export listsSimon Peyton Jones2012-08-151-4/+10
* Don't report unused bindings of the formSimon Peyton Jones2012-07-211-2/+11
* Merge ../HEADSimon Peyton Jones2012-07-201-3/+10
|\
| * Warn about unused pattern bindingsSimon Peyton Jones2012-07-201-3/+10
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-192-2/+10
|\ \ | |/
| * Implemented MultiWayIf extension.Mikhail Vorozhtsov2012-07-162-2/+6
| * Implemented \case expressions.Mikhail Vorozhtsov2012-07-161-0/+4
* | Small refactoring for FastZStringsIan Lynagh2012-07-151-2/+1
* | HsStringPrim now contains FastBytes, not FastStringIan Lynagh2012-07-141-1/+2
* | Whitespace only in RnEnvIan Lynagh2012-07-141-408/+401
|/
* Change more uses of sortLe to sortByIan Lynagh2012-06-221-1/+2
* Simplify the implementation of Implicit ParametersSimon Peyton Jones2012-06-133-14/+7
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-131-9/+16
|\
| * Revive 'mdo' expressions, per discussion in Trac #4148Simon Peyton Jones2012-06-121-9/+16
* | Pass DynFlags down to showSDocIan Lynagh2012-06-121-3/+4
* | Pass DynFlags down to showSDocOneLineIan Lynagh2012-06-111-5/+7
* | Pass DynFlags down to printForUserIan Lynagh2012-06-111-1/+2
|/
* Complain if we use a tuple tycon or data-con that is too bigSimon Peyton Jones2012-06-072-12/+23
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-051-2/+2
|\
| * Modify error message slightlySimon Peyton Jones2012-06-051-2/+2
* | Change how macros like ASSERT are definedIan Lynagh2012-06-053-3/+3
|/
* Tidy up the treatment of signatures (incl fixity)Simon Peyton Jones2012-05-243-42/+83
* Fix scoping of kind variables in instance declarationsSimon Peyton Jones2012-05-222-17/+31
* Refactor LHsTyVarBndrs to fix Trac #6081Simon Peyton Jones2012-05-115-159/+209
* Fix typo in error message (Trac #6076)Simon Peyton Jones2012-05-041-1/+1
* Tidy up a remaining glitch in unificationSimon Peyton Jones2012-05-011-15/+14
* Fix lookup of fixity signatures for type operators (#6027)Paolo Capriotti2012-04-262-20/+42
* Fix looking up of Exact RdrNames, fixes Trac #6005Simon Peyton Jones2012-04-251-9/+34
* Wibble to comment (to keep Haddock happy)Simon Peyton Jones2012-04-251-1/+1
* Report deprecations at occurrence sites, not once per moduleSimon Peyton Jones2012-04-252-97/+94
* Move free-var info from InstDecl to FamInstDeclSimon Peyton Jones2012-04-201-19/+25
* Do SCC on instance declarations (fixes Trac #5715)Simon Peyton Jones2012-04-203-30/+27
* Allow kind-variable binders in type signaturesSimon Peyton Jones2012-04-132-17/+128
* Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2012-04-051-3/+7
|\