summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Don't crash if there's a malformed instance!Simon Peyton Jones2012-03-301-3/+7
* | Improve error reporting for out-of-scope variablesSimon Peyton Jones2012-04-051-1/+3
|/
* Make the LocalRdrEnv keep track of all the Names that are in scopeSimon Peyton Jones2012-03-283-7/+26
* Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2012-03-262-1/+9
|\
| * Fix pretty-printing of type operators in imports/exports.Iavor S. Diatchki2012-03-241-1/+1
| * Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-191-11/+13
| |\
| * \ Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-138-675/+604
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-02-125-44/+55
| |\ \ \
| * | | | Add support for type-level "strings".Iavor S. Diatchki2012-01-242-5/+6
| * | | | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-01-245-14/+14
| |\ \ \ \
| * \ \ \ \ Merge in more HEAD, fix stuff upSimon Peyton Jones2012-01-232-5/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-01-071-29/+45
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into type-natsIavor S. Diatchki2011-12-294-31/+59
| |\ \ \ \ \ \ \
| * | | | | | | | Add numeric types to the parsing part of the front end.Iavor S. Diatchki2011-12-182-0/+8
* | | | | | | | | Make the 'extract' functions to find free type variablesSimon Peyton Jones2012-03-262-11/+16
* | | | | | | | | Complete refactoring of HsDecls/HsTyDefnSimon Peyton Jones2012-03-261-1/+2
* | | | | | | | | Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2012-03-242-4/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Deal with kind variables brought into scope by a kind signatureSimon Peyton Jones2012-03-141-10/+11
| * | | | | | | | Improve error message when interpreter is not enabled (Trac #5919)Simon Peyton Jones2012-03-141-1/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Refactor HsDecls.TyClDecl to extract the type HsTyDefn, which is theSimon Peyton Jones2012-03-224-179/+149
* | | | | | | | Deal with kind variables brought into scope by a kind signatureSimon Peyton Jones2012-03-141-10/+11
* | | | | | | | Improve error message when interpreter is not enabled (Trac #5919)Simon Peyton Jones2012-03-121-1/+2
|/ / / / / / /
* | | | | | | Fix Trac #5892: a coding errorsSimon Peyton Jones2012-03-041-4/+4
* | | | | | | Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-028-666/+592
* | | | | | | Implement "value" imports with the CAPIIan Lynagh2012-02-261-2/+2
* | | | | | | Remove support for CTYPE pragmas on type synonymsIan Lynagh2012-02-221-2/+2
* | | | | | | Implement the CTYPE pragma; part of the CApiFFI extensionIan Lynagh2012-02-161-4/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Don't allow implicit qualified imports in GHCi when -XSafe on.David Terei2012-02-101-1/+6
* | | | | | Distinguish between normal and qualified unused importsTrevor Elliott2012-02-101-1/+4
* | | | | | Refactor HsDecls again, to put family instances in InstDeclSimon Peyton Jones2012-02-062-21/+31
* | | | | | de-tabbed the hs-boot filesIan Lynagh2012-01-261-13/+6
* | | | | | Rename polyKindsErr to dataKindsErrIan Lynagh2012-01-262-5/+5
* | | | | | Just rename a local variableIan Lynagh2012-01-261-2/+2
| |_|_|_|/ |/| | | |
* | | | | Remove getDOpts; use getDynFlags insteadIan Lynagh2012-01-194-5/+5
* | | | | Split -XDataKinds from -XPolyKindsJose Pedro Magalhaes2012-01-162-8/+8
* | | | | Fix vectorisation of classesManuel M T Chakravarty2012-01-161-1/+1
| |_|_|/ |/| | |
* | | | Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-122-5/+5
| |_|/ |/| |
* | | Major refactoring of CoAxiomsSimon Peyton Jones2012-01-031-29/+45
| |/ |/|
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-12-231-7/+9
|\ \