summaryrefslogtreecommitdiff
path: root/compiler/rename/RnNames.lhs
Commit message (Expand)AuthorAgeFilesLines
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-011-1/+1
* Tidy up the shape-checking for instance typesSimon Peyton Jones2011-09-291-3/+7
* move AvailInfo and related things into its own moduleSimon Marlow2011-09-211-0/+1
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-24/+13
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+1
* 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
* A batch of changes related to the handling of binders in instance declsSimon Peyton Jones2011-08-221-94/+114
* 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
* Fix a long-standing bug in HsUtils.hsTyClDeclBindersSimon Peyton Jones2011-08-051-26/+33
* 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-021-93/+81
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-271-14/+12
|\
| * Separate the warning flags into their own datatypeIan Lynagh2011-07-141-11/+11
| * 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
|/
* SafeHaskell: Try to be consistent in naming.David Terei2011-06-291-3/+3
* Formatting fixes.David Terei2011-06-291-26/+31
* SafeHaskell: Improve comments in code.David Terei2011-06-291-0/+49
* SafeHaskell: Fix trust check for when safe module importsDavid Terei2011-06-291-6/+19
* SafeHaskell: Transitively check safety when compiling a module.David Terei2011-06-171-7/+42
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-171-1/+4
* SafeHaskell: Force all imports to be safe in Safe modeDavid Terei2011-06-171-2/+4
* SafeHaskell: Add safe import flag (not functional)David Terei2011-06-171-5/+6
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-06-111-8/+46
|\
| * Further improvents to duplicate-export warnings (Trac #2436)Simon Peyton Jones2011-06-111-11/+20
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-06-101-1/+3
| |\
| * | Kill bogus duplicate-export warnings (fix Trac #2436)Simon Peyton Jones2011-06-101-13/+42
* | | Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-06-101-1/+3
|\ \ \ | | |/ | |/|
| * | Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-1/+3
| |/
* | Change TypeSig and GenericSig to take a list of names (fixes #1595).David Waern2011-06-101-1/+1
|/
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-1/+1
* Document -fwarn-missing-import-listssimonpj@microsoft.com2011-03-061-1/+3
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-101-1/+1
* Improve error message when importing data constructors (ticket #4058).Michal Terepeta2010-11-271-4/+41
* Small refactoringIan Lynagh2010-12-191-6/+4
* Don't warn of duplicate exports in case of module exports.Michal Terepeta2010-11-271-2/+10
* Fix whitespace/layout in RnNames.Michal Terepeta2010-10-301-564/+563
* Fix -fwarn-missing-import-lists (fix Trac #4489)simonpj@microsoft.com2010-11-151-9/+14
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-1/+13
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-1/+1
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-181-12/+12
* Fix Trac #4240: -ddump-minimal-importssimonpj@microsoft.com2010-09-151-51/+86
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-141-6/+7
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-2/+3
* Fix second bug in Trac #4127simonpj@microsoft.com2010-07-011-14/+54
* Improve the missing-import-list warningIan Lynagh2010-06-201-3/+9