summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Improve error message for existential newtypesSimon Peyton Jones2013-05-031-12/+12
* In doTopReactDict, try lookup even if fundeps workSimon Peyton Jones2013-05-031-30/+30
* Fix kind quantification (again)Simon Peyton Jones2013-05-036-49/+85
* Eliminate (given) flatten-skolems in favour of user type variablesSimon Peyton Jones2013-05-032-4/+29
* Make isPredTy not use typeKindSimon Peyton Jones2013-05-031-3/+19
* Improve documentation of kind polymorphismSimon Peyton Jones2013-05-031-4/+30
* Don't suppress foralls in the RHS of a type synonym definition!Simon Peyton Jones2013-05-031-2/+2
* extended ticky to also track "let"s that are not conventional closuresNicolas Frisby2013-05-026-47/+71
* Enable -funbox-small-strict-fields by defaultJohan Tibell2013-04-302-5/+7
* Fix comment to placate HaddockSimon Peyton Jones2013-04-301-1/+1
* Exend the "Too few args" message for naked Ids (Trac #7851)Simon Peyton Jones2013-04-301-16/+31
* Suppress a misleading error message (Trac #7869)Simon Peyton Jones2013-04-301-3/+6
* Tighten up on the kind checking for forallsSimon Peyton Jones2013-04-302-14/+33
* Fix build on OS XIan Lynagh2013-04-301-2/+4
* Fix buildIan Lynagh2013-04-281-2/+2
* Add -L flags to libs.depend (fixes #7465)Ian Lynagh2013-04-281-1/+3
* Tidy up some build system codeIan Lynagh2013-04-281-2/+2
* Small refactoring in ghc-pkgIan Lynagh2013-04-281-6/+4
* Update CabalIan Lynagh2013-04-281-0/+0