summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make dynamic GHC no Windows installable tooIan Lynagh2013-05-162-14/+33
* Documentation: use new syntax for record GADTs (#7915)Krzysztof Gogolewski2013-05-161-17/+16
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2013-05-1510-126/+235
|\
| * Make reifyInstances expand type synonyms robustly (Trac #7910)Simon Peyton Jones2013-05-151-31/+24
| * Comments onlySimon Peyton Jones2013-05-151-0/+3
| * Fix typechecking of pattern bindings that have type signatures (Trac #7268)Simon Peyton Jones2013-05-152-50/+52
| * Improve pretty-printing of inline-family pragmas; fixes Trac #7906Simon Peyton Jones2013-05-151-1/+1
| * Make splitHsAppTys look through parentheses, fixing Trac #7903Simon Peyton Jones2013-05-151-0/+1
| * Make 'undefined' have the magical type 'forall (a:OpenKind).a'Simon Peyton Jones2013-05-152-14/+39
| * Comments onlySimon Peyton Jones2013-05-151-1/+2
| * SpecConstr: seed specialisation of top-level bindings, as with letrecs.Amos Robinson2013-05-151-29/+113
* | Don't try to build bindist wrappers on WindowsIan Lynagh2013-05-151-0/+2
* | Link to the right RTS whenever we build a .dll on WindowsIan Lynagh2013-05-154-16/+32
* | Define the right RTS config in the Windows dyn wrapper programsIan Lynagh2013-05-142-3/+22
* | Stop excluding the dyn way for the dph packages on WindowsIan Lynagh2013-05-141-12/+0
* | Fix ghci on Windows when GHC is dynamically linkedIan Lynagh2013-05-142-2/+5
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2013-05-145-993/+114
|\
| * Kill dead code.Austin Seipp2013-05-125-993/+114
* | Fix the GHC package DLL-splittingIan Lynagh2013-05-1412-49/+111
* | Simplify ghc-cabalIan Lynagh2013-05-144-23/+21
* | Make the current module available to labelDynamicIan Lynagh2013-05-135-65/+84
* | Use NatM_State record fields, rather than matching/constructing the whole typeIan Lynagh2013-05-131-12/+7
* | Refactor cmmMakeDynamicReferenceIan Lynagh2013-05-135-20/+27
* | Remove redundant cmmMakeDynamicReference' wrapperIan Lynagh2013-05-131-4/+2
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2013-05-121-71/+56
|\
| * Remove obsolete documentation.Austin Seipp2013-05-121-71/+56
* | Merge win:/cygdrive/c/ghc/git/dtIan Lynagh2013-05-125-19/+239
|\ \ | |/ |/|
| * More work towards dynamic programs on WindowsIan Lynagh2013-05-124-1/+227
| * We actually need to use -threaded/-debug when linking /all/ DLLsIan Lynagh2013-05-122-18/+12
* | Modernise some codeIan Lynagh2013-05-121-144/+137
* | Remove a "returnM = return" wrapper in typecheck/TcHsSyn.lhsIan Lynagh2013-05-121-69/+66
* | Remove a "mappM = mapM" wrapper in typecheck/TcHsSyn.lhsIan Lynagh2013-05-121-14/+11
* | Whitespace only in typecheck/TcHsSyn.lhsIan Lynagh2013-05-121-298/+291
* | Remove an old commented out importIan Lynagh2013-05-121-1/+0
* | Modernise code in rename/RnEnv.lhsIan Lynagh2013-05-121-25/+18
* | Some build system tweaksIan Lynagh2013-05-101-2/+2
* | Fix an all-target call in the build systemIan Lynagh2013-05-101-1/+1
* | Make sure the RTS is built, even when no programs are being built with stage1Ian Lynagh2013-05-101-1/+1
* | Remove a redundant wrapper functionIan Lynagh2013-05-101-4/+2
* | Make -fno-flat-cache use a dynamic, rather than static, flagIan Lynagh2013-05-103-11/+11
* | rts_checkSchedStatus: exit the thread, not the process, when InterruptedSimon Marlow2013-05-101-1/+10
* | Generate dependencies for .cmm files properlyIan Lynagh2013-05-093-9/+19
|/
* Fix the name of libffiIan Lynagh2013-05-092-14/+19
* Fix dynamically linked GHC on WindowsIan Lynagh2013-05-091-0/+18
* Treat foreign imported things in CMM as being in this packageIan Lynagh2013-05-091-1/+1
* Update the name cache when creating new names via DeriveGenericPatrick Palka2013-05-091-21/+11
* Allow deriving Typeable for more tyconsJose Pedro Magalhaes2013-05-071-1/+2
* Reorganize mk/build.mk.sample a little.Austin Seipp2013-05-041-21/+23
* Fix/update SayAnnNames plugin example code.Erik de Castro Lopo2013-05-051-7/+8
* Do not duplicate work in SpecConstr (fix Trac #7865)Simon Peyton Jones2013-05-031-5/+58