summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Merge commit with HEADSimon Peyton Jones2012-01-035-50/+86
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-12-231-7/+9
| |\
| | * Doc wibbleDavid Terei2011-12-221-7/+9
| * | Make RnEnv.lookupBindGroupOcc work on Orig RdrNamesSimon Peyton Jones2011-12-232-8/+14
| * | Implemnt Trac #5712: show method for infix GADT constructorsSimon Peyton Jones2011-12-231-16/+36
| |/
| * Allow type signatures in instance decls (Trac #5676)Simon Peyton Jones2011-12-122-19/+27
* | Tidy up lookupPromotedOcc and add -XPolyKinds suggestionSimon Peyton Jones2011-12-291-29/+45
|/
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-0/+1
* Fix newtype wrapper for 'PData[s] (Wrap a)' and fix VECTORISE type and instan...Manuel M T Chakravarty2011-11-251-3/+3
* Removing the default grouping clause from the SQL-like comprehension notation ;George Giorgidze2011-11-171-5/+2
* Changes to the kind checkerJose Pedro Magalhaes2011-11-161-2/+1
* Add dependencies on all .hs-boot TyCons in rnTyClDeclsJose Pedro Magalhaes2011-11-162-29/+72
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-118-190/+357
* Some code cleaningDavid Terei2011-11-081-69/+52
* Spaces -> TabsDavid Terei2011-11-081-18/+18
* Throw error if safe imports used when safe haskell isn't onDavid Terei2011-11-081-0/+4
* Use -fwarn-tabs when validatingIan Lynagh2011-11-049-0/+63
* unknownNameSuggestErr: don't panic if we find Ids with UnhelpfulSrcSpansSimon Marlow2011-11-021-5/+3
* Fix Trac #5592: unused-import warnings with dot-dot notationSimon Peyton Jones2011-11-022-27/+41
* Fix duplicate type signature error (ticket #5589).Michal Terepeta2011-10-311-1/+1
* VECTORISE pragmas for type classes and instancesManuel M T Chakravarty2011-10-311-0/+12
* Refactor the way in which type (and other) signatures are renamedSimon Peyton Jones2011-10-213-91/+126
* Fully implement for VECTORISE type pragmas (non-SCALAR).Manuel M T Chakravarty2011-10-101-9/+8
* Change error message slightlySimon Peyton Jones2011-10-041-1/+1
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-012-5/+5
* Tidy up the shape-checking for instance typesSimon Peyton Jones2011-09-293-6/+25
* Fix scoping for RHS of associated type decls (fixes Trac #5515)Simon Peyton Jones2011-09-291-16/+26
* move AvailInfo and related things into its own moduleSimon Marlow2011-09-214-12/+10
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-212-25/+15
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-098-78/+44
|\
| * Implement -XConstraintKindMax Bolingbroke2011-09-068-65/+43
| * Remove the "Ghastly special case" from dataTcOccsMax Bolingbroke2011-09-061-13/+1
* | Implement associated type defaultsMax Bolingbroke2011-09-091-5/+9
|/
* Backtrack on the wierd special case of data family exportsSimon Peyton Jones2011-09-021-24/+17
* Two bugs in rnExports (fixes Trac #5445)Simon Peyton Jones2011-09-021-28/+45
* Two small further extensions to associated typesSimon Peyton Jones2011-09-011-7/+2
* Fix the trimming of bind_fvs (fixes Trac #5439)Simon Peyton Jones2011-09-011-39/+31
* Allow associated types to have fresh parametersSimon Peyton Jones2011-09-012-109/+101
* Functions and types can now be post-hoc vectorised; i.e., in modules where th...Manuel M T Chakravarty2011-08-241-3/+3
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-221-2/+9
|\
| * Until the type checker can use vectorised signatures, we restrict the RHS of ...Manuel M T Chakravarty2011-08-201-2/+9
* | A batch of changes related to the handling of binders in instance declsSimon Peyton Jones2011-08-224-219/+223
|/
* Add VECTORISE [SCALAR] type pragmaManuel M T Chakravarty2011-08-191-6/+19
* Major improvement to pattern bindingsSimon Peyton Jones2011-08-161-2/+4
* Fix Trac #5404: looking up signature binders in RnEnvSimon Peyton Jones2011-08-151-8/+48
* Use parenSymOcc when displaying an export list in RnNames (fixes Trac #5385)Simon Peyton Jones2011-08-081-5/+7
* Wibble to "Fix a long-standing bug in HsUtils.hsTyClDeclBinders"Simon Peyton Jones2011-08-051-2/+3
* A little extra tracingSimon Peyton Jones2011-08-051-0/+1
* Another run at binders in Template Haskell (fixes Trac #5379)Simon Peyton Jones2011-08-051-22/+20
* Fix a long-standing bug in HsUtils.hsTyClDeclBindersSimon Peyton Jones2011-08-052-27/+34