summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsImpExp.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs hsSyn/Austin Seipp2014-12-031-199/+0
* Minor tweaks to API AnnotationAlan Zimmerman2014-11-241-6/+7
* Add API AnnotationsAlan Zimmerman2014-11-211-1/+39
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-25/+26
* Fix pretty-printing of type operators in imports/exports.Iavor S. Diatchki2012-03-241-5/+14
* Tidy up pretty-printing for variablesSimon Peyton Jones2011-12-191-4/+4
* Parenthesise type operators in -ddump-minimal-imports output; trac #4239Ian Lynagh2011-09-171-1/+1
* Whitespace only in hsSyn/HsImpExp.lhsIan Lynagh2011-09-171-33/+33
* Clean up the handling of the import and :module commands in GHCiSimon Marlow2011-08-261-1/+1
* simpleImportDecl: default to unsafe, not safeSimon Marlow2011-08-261-1/+1
* Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-021-2/+10
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-0/+1
* SafeHaskell: Add safe import flag (not functional)David Terei2011-06-171-3/+7
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-1/+1
* Tidy up the ic_exports field of the InteractiveContext. PreviouslySimon Marlow2011-06-041-1/+11
* Fix warnings in HsImpExp.lhsDavid Terei2011-04-261-8/+3
* Add Data and Typeable instances to HsSynDavid Waern2010-03-301-1/+5
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-261-3/+3
* Major patch to fix reporting of unused importssimonpj@microsoft.com2009-07-061-6/+7
* Haddockify 'IE'.Thomas Schilling2008-09-141-7/+8
* Provide accessors for 'ImportDecl'.Thomas Schilling2008-09-141-9/+9
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-051-3/+7
* Fix the bug part of Trac #1930simonpj@microsoft.com2008-08-041-22/+0
* (F)SLIT -> (f)sLit in HsImpExpIan Lynagh2008-04-121-8/+6
* Fixed warnings in hsSyn/HsImpExp, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-9/+10
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-1/+3
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-5/+16
* Generalise Package SupportSimon Marlow2006-07-251-4/+4
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+125