summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-01-3145-65/+65
|\
| * typosGabor Greif2013-01-3045-65/+65
* | Use throwIO rather than throwIan Lynagh2013-01-304-9/+10
* | Make MonadIO a superclass of ExceptionMonadIan Lynagh2013-01-301-1/+2
* | Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-302-4/+4
* | Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-307-13/+15
* | Use throwGhcExceptionIO rather than throwGhcException in InteractiveEval.hsIan Lynagh2013-01-301-7/+10
* | Use throwGhcExceptionIO rather than throwGhcException in main/DynFlags.hsIan Lynagh2013-01-301-5/+6
* | Use throwGhcExceptionIO rather than throwGhcException in main/DriverPipeline.hsIan Lynagh2013-01-301-4/+4
* | Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-303-5/+5
* | Use throwGhcExceptionIO rather than throwGhcException in ghci/Linker.lhsIan Lynagh2013-01-301-13/+13
|/
* Expand tabsSimon Peyton Jones2013-01-301-4/+4
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-3043-900/+859
|\
| * Fix to 02c4ab049: use a weak pointer to the sandbox threadSimon Marlow2013-01-301-1/+12
| * Add throwGhcExceptionIO and change a few uses of throwGhcException to use itIan Lynagh2013-01-302-7/+13
| * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-01-291-2/+5
| |\
| | * hopefully fix #7620Simon Marlow2013-01-291-2/+5
| * | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-01-292-121/+153
| |\ \ | | |/
| | * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-298-233/+204
| | |\
| | * | Improve consistency checking for associated type-family instancesSimon Peyton Jones2013-01-292-121/+153
| * | | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-01-2934-717/+626
| |\ \ \ | | | |/ | | |/|
| | * | StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-288-233/+204
| | |/
| | * Fix comments on isValArgSimon Peyton Jones2013-01-281-2/+3
| | * Comments onlySimon Peyton Jones2013-01-281-2/+2
| | * Minor pretty printing changes onlySimon Peyton Jones2013-01-281-2/+4
| | * Pure refactoringSimon Peyton Jones2013-01-2817-247/+257
| | * More refactoring of FamInst/FamInstEnv; finally fixes Trac #7524Simon Peyton Jones2013-01-2815-282/+204
| | * Improve LLVM options for ARMv6Simon Marlow2013-01-251-3/+6
| * | When quantifying associated types, we may have TyVars involved, not just TcTy...Simon Peyton Jones2013-01-292-6/+15
| * | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-01-2525-140/+326
| |\ \ | | |/
| * | The type/kind variables of a class decl scope over the associated typesSimon Peyton Jones2013-01-251-38/+29
| * | Comments onlySimon Peyton Jones2013-01-251-1/+2
| * | Remove unused argumentSimon Peyton Jones2013-01-251-11/+5
| * | Print infix type constructors in back-ticksSimon Peyton Jones2013-01-241-2/+5
* | | Add support for *named* holes; an extension of -XTypeHolesSimon Peyton Jones2013-01-3010-38/+53
* | | Remove dead codeSimon Peyton Jones2013-01-251-50/+0
* | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-2525-140/+376
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-2561-2036/+2331
| |\ \
| | * | Allow -fllvm to be used when compiling unregisterised (#7622)Simon Marlow2013-01-251-1/+1
| | * | Added support to cross-compile to androidNathan2013-01-242-0/+5
| | * | do not use -rpath-link linker option on Solaris.David Terei2013-01-241-1/+10
| | |/
| * | Use kind 'Symbol' consistently, rather than kind 'String'Simon Peyton Jones2013-01-255-16/+16
| * | Refactor and improve the promotion inferenceSimon Peyton Jones2013-01-2515-113/+245
| * | Allow CaseElim if the case binder is the next thing to be eval'dSimon Peyton Jones2013-01-221-6/+26
| * | Allow eta-reduction of eval'd functions if of arity 1Simon Peyton Jones2013-01-221-2/+22
| * | Comments onlySimon Peyton Jones2013-01-221-1/+1
* | | Collapse DmdResult into CPRResultSimon Peyton Jones2013-01-251-66/+23
* | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-2424-408/+372
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-01-2412-183/+276
| |\ \
| | * | Tidy up: move info-table related stuff to CmmInfoSimon Marlow2013-01-238-124/+161