summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add silent superclass parameters (again)silent-sc-argsSimon Peyton Jones2012-05-2721-85/+195
* Improve occurs-check error reporting (fix Trac #6123)Simon Peyton Jones2012-05-253-78/+80
* Tidy up the treatment of signatures (incl fixity)Simon Peyton Jones2012-05-243-42/+83
* Fix an assertion failure in the stage2 compilerSimon Peyton Jones2012-05-241-1/+10
* Wibbles from 'Fix scoping of kind variables in instance declarations'Simon Peyton Jones2012-05-241-12/+15
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-05-241-0/+1
|\
| * escape(): don't forget the final '\0'Simon Marlow2012-05-231-0/+1
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-05-2218-142/+191
|\ \ | |/
| * Fix buildIan Lynagh2012-05-221-0/+3
| * Fix warningIan Lynagh2012-05-221-1/+1
| * Fix path to ar on WindowsIan Lynagh2012-05-221-1/+1
| * checkStability: respect -fforce-recomp (#6105)Simon Marlow2012-05-221-2/+4
| * Accept the old -package-conf flags for backwards compatibilitySimon Marlow2012-05-221-0/+4
| * Read the source file timestamp *before* preprocessing (#6106)Simon Marlow2012-05-221-13/+12
| * Don't remove the thread from interruptTargetThread on ^C (#6116)Simon Marlow2012-05-221-15/+18
| * Follow the move of the Word type to ghc-primIan Lynagh2012-05-224-10/+9
| * Fix ar detectionIan Lynagh2012-05-201-9/+8
| * Fix dblatex and xml* tool detection on WindowsIan Lynagh2012-05-201-32/+22
| * Full validates now install transformers rather than mtlIan Lynagh2012-05-191-3/+4
| * Use transformers directly, rather than using mtlIan Lynagh2012-05-195-6/+6
| * Remove a couple of unnecessary lines of CPPIan Lynagh2012-05-181-2/+0
| * Fix #6109 : error Unknown mingw32 arch.Erik de Castro Lopo2012-05-181-5/+9
| * Merge branch 'master' of win:c:/m64/reg13/.Ian Lynagh2012-05-182-45/+92
| |\
| | * More Win64 adjustor fixesIan Lynagh2012-05-181-33/+51
| | * Fix the stub C files we generate on Win64Ian Lynagh2012-05-181-6/+19
| | * Fix the way the adjustor puts things on the stack on Win64Ian Lynagh2012-05-181-43/+47
| | * Fix freeHaskellFunctionPtr on Win64Ian Lynagh2012-05-171-2/+14
* | | Comments onlySimon Peyton Jones2012-05-222-3/+3
* | | Fix scoping of kind variables in instance declarationsSimon Peyton Jones2012-05-223-27/+50
|/ /
* | Wibbles to lunaris's patch for promoted kindsSimon Peyton Jones2012-05-182-14/+13
* | Allow INLINABLE pragmas in THSimon Peyton Jones2012-05-182-21/+45
* | Applied lunaris's patch to allow promoted types and rich kinds in Template Ha...Richard Eisenberg2012-05-185-293/+497
|/
* Merge branch 'master' of http://darcs.haskell.org//ghcIan Lynagh2012-05-176-65/+110
|\
| * Set the context_switch flag in yield#Simon Marlow2012-05-161-0/+5
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-05-1625-138/+268
| |\
| * | Be careful to instantiate kind variables when dealing with functional depende...Simon Peyton Jones2012-05-163-41/+60
| * | When comparing Case expressions, take account of empty alternativesSimon Peyton Jones2012-05-162-24/+45
* | | Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-163-3/+31
* | | Merge branch 'master' of http://darcs.haskell.org//ghcIan Lynagh2012-05-1567-1659/+2020
|\ \ \ | | |/ | |/|
| * | Follow changes in Cabal.Paolo Capriotti2012-05-151-1/+3
| * | Add a fixity environment to InteractiveContext (#2947)Paolo Capriotti2012-05-154-19/+39
| * | Simplify the behavior of package db flags.Paolo Capriotti2012-05-154-39/+41
| * | Update documentation of the package db flags.Paolo Capriotti2012-05-153-31/+109
| * | Rename package-conf flags to package-db.Paolo Capriotti2012-05-1515-37/+43
| * | Add flags to manipulate package db stack (#5977)Paolo Capriotti2012-05-152-45/+60
| * | Tweak the lexer: In particular, improve notFollowedBy and friendsIan Lynagh2012-05-151-7/+14
| * | Use pprInfixName in pprInfo (#6091)Paolo Capriotti2012-05-141-1/+1
| |/
| * Fix the the pure unifier so that it unifies kindsSimon Peyton Jones2012-05-142-32/+22
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-05-112-1/+4
| |\
| | * Handle cases with no alternatives in GHCiSimon Marlow2012-05-111-0/+3