summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Trac #5372: a panic caused by over-eager error recoverySimon Peyton Jones2011-08-031-23/+36
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-021-39/+26
|\
| * Improve pretty-printing for ambiguous imports etcSimon Peyton Jones2011-08-021-2/+3
| * Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-021-37/+23
* | Change the representation of export lists in .hi filesSimon Peyton Jones2011-08-023-101/+87
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-276-84/+122
|\
| * Improve semantics of wild-card expansion (fixes #5334)Simon Peyton Jones2011-07-202-35/+65
| * Report on unused type variables (fixes #5331)Simon Peyton Jones2011-07-203-30/+40
| * Just renaming a couple of functionsIan Lynagh2011-07-141-1/+1
| * Separate the warning flags into their own datatypeIan Lynagh2011-07-143-16/+16
| * Remove SafeLanguage from safe haskellDavid Terei2011-07-121-3/+1
* | Give a more helpful src location (Trac #5281)Simon Peyton Jones2011-07-271-7/+9
|/