summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
...
* SafeHaskell: Fix compilation errors.David Terei2011-06-171-2/+3
* SafeHaskell: Require implicit imports to be safeDavid Terei2011-06-171-1/+1
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-2/+1
* SafeHaskell: Remove dead alternate flag check methodDavid Terei2011-06-171-77/+0
* SafeHaskell: Remove some flags from being restricted on CmdLineDavid Terei2011-06-171-30/+32
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-171-1/+1
* SafeHaskell: Add ':issafe' cmd to GHCi that displays module safety infoDavid Terei2011-06-171-20/+32
* SafeHaskell: Allow some flags that were cmdline only before by mistakeDavid Terei2011-06-171-3/+3
* SafeHaskell: Add new package flags for setting trustDavid Terei2011-06-172-20/+54
* SafeHaskell: Disable user written rewrite rules in Safe modeDavid Terei2011-06-172-10/+29
* SafeHaskell: Fix problem with forced recompilation and disable THDavid Terei2011-06-171-14/+20
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-179-524/+795
* SafeHaskell: Force all imports to be safe in Safe modeDavid Terei2011-06-171-1/+8
* SafeHaskell: Add safe import flag (not functional)David Terei2011-06-174-20/+37
* SafeHaskell: Add Safe & Trustworthy pragmasDavid Terei2011-06-172-4/+139
* Add dynamically-linked plugins (see Trac #3843)Simon Peyton Jones2011-06-163-1/+257
* Deprecate the DatatypeContexts extensionIan Lynagh2011-06-151-1/+2
* Rename CmmCPS to CmmPipeline.Edward Z. Yang2011-06-141-1/+1
* Move control flow optimization to CmmCPS.Edward Z. Yang2011-06-141-28/+23
* Improve the reporting of module cycles, to give a nice message like thisSimon Peyton Jones2011-06-131-15/+48
* Fix parsing "$topdir" in package configIan Lynagh2011-06-101-18/+20
* Follow Src{Loc,Span} changes in other parts of the treeIan Lynagh2011-06-091-2/+2
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-094-38/+44
* Merge remote branch 'working/master'Simon Marlow2011-06-063-50/+46
|\
| * add commentSimon Marlow2011-06-041-0/+4
| * Tidy up the ic_exports field of the InteractiveContext. PreviouslySimon Marlow2011-06-042-50/+42
* | Make dumpIfSet_dyn_or use dumpSDocIan Lynagh2011-06-051-5/+5
* | Propagate scalar variables and tycons for vectorisation through 'HscTypes.Vec...Manuel M T Chakravarty2011-06-032-43/+61
* | Fix some validation errorsDavid Terei2011-05-312-3/+1
* | Remove very dead Java backend code.David Terei2011-05-313-35/+1
* | LLVM: Figure out llvm version we are callingDavid Terei2011-05-301-0/+40
|/
* Merge remote branch 'origin/master' into ghc-genericsSimon Peyton Jones2011-05-264-39/+65
|\
| * Bump specConstr threshold to match to 10x factor added toSimon Marlow2011-05-261-2/+2
| * sizeExpr: multiply all the sizes by 10, except for primops. ThisSimon Marlow2011-05-251-5/+5
| * Implement ${pkgroot} spec, allows relocatable registered packagesDuncan Coutts2011-05-251-23/+50
| * deprecate the -n option (#5180)Simon Marlow2011-05-252-8/+3
| * Disable DatatypeContexts by defaultIan Lynagh2011-05-241-1/+5
* | Rejig the way in which generic default method signatures are checkedSimon Peyton Jones2011-05-261-1/+3
* | Merge branch 'ghc-generics' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-201-20/+19
|\ \
| * | Simon's fixes to the generated type instances in GenericsSimon Peyton Jones2011-05-201-20/+19
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-173-25/+73
|\ \ \ | |/ / |/| / | |/
| * Make -ddump-to-file truncate existing files.Edward Z. Yang2011-05-152-14/+34
| * Split -ddump-cmmz into many smaller flags.Edward Z. Yang2011-05-151-0/+27
| * Accept '-l foo' as library syntax: fixes #4869Max Bolingbroke2011-05-151-2/+2
| * Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-9/+10
* | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-125-36/+47
|\ \ | |/
| * The final batch of changes for the new coercion representationSimon Peyton Jones2011-05-121-2/+3
| * Merge ghc-new-co into master branchSimon Peyton Jones2011-05-095-36/+46
| |\
| | * Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-067-115/+125
| | |\
| | * \ Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-3011-299/+332
| | |\ \