summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Improve pretty-printing for ambiguous imports etcSimon Peyton Jones2011-08-021-2/+3
* Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-021-37/+23
* 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
|/
* 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-173-21/+39
|\
| * Re-do (again) the handling of binders in Template HaskellSimon Peyton Jones2011-06-163-21/+39
* | Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-06-131-0/+4
|\ \ | |/
| * Added a pragma {-# NOVECTORISE f #-} that suppresses vectorisation of topleve...Manuel M T Chakravarty2011-06-131-0/+4
* | Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-06-112-17/+72
|\ \ | |/
| * Further improvents to duplicate-export warnings (Trac #2436)Simon Peyton Jones2011-06-111-11/+20
| * Fix tracking of what RdrNames are used (fixes Trac #5211)Simon Peyton Jones2011-06-111-9/+26
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-06-104-4/+10
| |\
| * | 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-104-4/+10
|\ \ \ | | |/ | |/|
| * | Refactor SrcLoc and SrcSpanIan Lynagh2011-06-094-4/+10
| |/
* | Change TypeSig and GenericSig to take a list of names (fixes #1595).David Waern2011-06-103-11/+12
|/
* Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-123-4/+4
|\
| * Merge remote branch 'origin/master'Simon Peyton Jones2011-05-111-0/+2
| |\
| * \ Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-062-149/+297
| |\ \
| * \ \ Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-304-11/+22
| |\ \ \
| * | | | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-193-4/+4
* | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-101-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix renaming of guardsSimon Peyton Jones2011-05-091-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-051-3/+18
|\ \ \ \ | |/ / /
| * | | Do-notation in an arrow context is not rebindableSimon Peyton Jones2011-05-041-3/+18
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-042-149/+282
|\ \ \ \ | |/ / /
| * | | Final batch of monad-comprehension stuffSimon Peyton Jones2011-05-041-62/+91
| * | | More hacking on monad-compmonad-compSimon Peyton Jones2011-05-031-66/+28
| * | | More on monad-comp; an intermediate state, so don't pullSimon Peyton Jones2011-05-021-47/+49
| * | | More hacking on monad-comp; now worksSimon Peyton Jones2011-05-021-125/+100
| * | | Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-291-44/+162
| * | | Merge remote branch 'origin/master' into monad-compSimon Peyton Jones2011-04-281-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-282-41/+88
* | | | Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-045-67/+14
* | | | Add a new flag XDefaultSignatures to enable just the signatures on the defaul...Jose Pedro Magalhaes2011-05-041-5/+5
* | | | Use 'default' rather than 'generic' for default-method signaturesSimon Peyton Jones2011-04-281-1/+9
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-04-272-2/+5
|\ \ \ \ | | |/ / | |/| |