summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename STAGE0_PACKAGES to PACKAGES_STAGE0Ian Lynagh2011-06-252-11/+11
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-06-251-8/+9
|\
| * Fix silly mistake in last commitDavid Terei2011-06-251-5/+5
| * Speed improvement to LLVM Mangler for large sections.David Terei2011-06-251-8/+9
* | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-06-251-4/+8
|\ \ | |/
| * Better usage information for sync-allMax Bolingbroke2011-06-241-4/+8
* | Fix gcc 4.6 warnings; fixes #5176Ian Lynagh2011-06-2513-29/+89
* | Fix a typo in a commentIan Lynagh2011-06-251-1/+1
* | Remove a couple of unused variablesIan Lynagh2011-06-241-4/+0
* | Remove unused variableIan Lynagh2011-06-241-3/+0
* | Remove unused variableIan Lynagh2011-06-241-2/+1
* | Remove a couple of unused bindingsIan Lynagh2011-06-241-4/+0
|/
* Merge branch 'master' of dippy:c:/msys/1.0/home/ian/ghc/.Ian Lynagh2011-06-241-1/+1
|\
| * Fix path to touch on WindowsIan Lynagh2011-06-232-5/+1
* | Fix warnings in PprCDavid Terei2011-06-231-40/+48
* | Enable LLVM backend in unregisterised mode (#5145)David Terei2011-06-231-3/+0
* | Add support for new mem primops to C backendDavid Terei2011-06-231-9/+9
* | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-06-231-22/+18
|\ \
| * | Fix Trac #5268: missing case for bytecode generation involving coercionsSimon Peyton Jones2011-06-231-22/+18
* | | Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-236-19/+20
* | | Remove unused bindingsIan Lynagh2011-06-231-4/+0
|/ /
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-06-239-54/+85
|\ \
| * | Iteratively try to fold expressions before constant propagationJohan Tibell2011-06-231-2/+5
| |/
| * Share more code between configure.ac and distrib/configure.ac.inIan Lynagh2011-06-223-44/+55
| * Move more commands into the settings fileIan Lynagh2011-06-226-25/+24
| * Move some Windows special-casing out of the compilerIan Lynagh2011-06-223-7/+25
* | Get rid of the DFunArg type and all its worksSimon Peyton Jones2011-06-2314-51/+17
|/
* Add a couple of tracesSimon Peyton Jones2011-06-221-0/+3
* Comments and layoutSimon Peyton Jones2011-06-223-13/+10
* Add equality superclassesSimon Peyton Jones2011-06-226-95/+92
* Remove "silent superclass parameters"Simon Peyton Jones2011-06-2219-300/+165
* Fix ghc-pkg's quoting of the pkgroot fieldIan Lynagh2011-06-191-1/+1
* Update time 1.2.0.4 -> 1.2.0.5Ian Lynagh2011-06-192-0/+0
* Special case 'patError' in the vectoriserManuel M T Chakravarty2011-06-191-1/+13
* SafeHaskell: Fix some mistakes in trust checking.David Terei2011-06-172-8/+21
* SafeHaskell: code wibble.David Terei2011-06-171-3/+3
* SafeHaskell: Improvements to user guideDavid Terei2011-06-171-52/+52
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-1715-69/+30
* SafeHaskell: More work on documentation.David Terei2011-06-171-10/+346
* SafeHaskell: Transitively check safety when compiling a module.David Terei2011-06-179-41/+123
* SafeHaskell: Improve safe import fail error messageDavid Terei2011-06-171-3/+3
* Code wibbleDavid Terei2011-06-171-1/+1
* SafeHaskell: Restore comment although we don't know what it means.David Terei2011-06-171-1/+8
* SafeHaskell: No longer restrict some safe compilation thingsDavid Terei2011-06-171-20/+20
* SafeHaskell: Initial work on documentationDavid Terei2011-06-176-7/+309
* SafeHaskell: Fix validation errorsDavid Terei2011-06-171-0/+4
* SafeHaskell: Fix imports of base when base unsafeDavid Terei2011-06-172-4/+9
* SafeHaskell: Improve error handling for -XSafe... flagsDavid Terei2011-06-171-19/+21
* SafeHaskell: Change SafeHaskellMode to use Outputable vs ShowDavid Terei2011-06-172-11/+11
* SafeHaskell: Fix typo in warningDavid Terei2011-06-171-1/+1