summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | | |/ / | |/| |
| * | | Add missing eol marker in RnSource.lhsDavid Terei2011-04-261-1/+1
| |/ /
| * | Fix Trac #5126: generate correct usage info in TH declaration quotesSimon Peyton Jones2011-04-201-1/+4
* | | Merge remote branch 'origin/master' into ghc-genericsSimon Peyton Jones2011-04-203-9/+17
|\ \ \ | |/ /
| * | Fix Trac #5038 (missing free variable in ifThenElse rebindable syntax)simonpj2011-04-192-8/+16
| * | Fix typo in commentsimonpj2011-04-191-1/+1
| |/
* | Merge branch 'master' of c:/code/HEAD-git/. into ghc-genericsunknown2011-04-132-2/+6
|\ \ | |/
| * Ignore names introduced "implicitly" in unused-variable warnings (Fix #4404)wip/T4404Max Bolingbroke2011-04-022-2/+6
* | Initial commit for Pedro's new generic default methodssimonpj2011-04-123-17/+29
|/
* Document -fwarn-missing-import-listssimonpj@microsoft.com2011-03-061-1/+3
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-7/+31
* Produce an error message, not a crash, for HsOpApp with non-var operatorsimonpj@microsoft.com2011-01-121-2/+6
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-102-12/+53
* Improve error message when importing data constructors (ticket #4058).Michal Terepeta2010-11-271-4/+41