summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Print kinds of non-* tyvar binders in pprTyThingSimon Peyton Jones2013-05-281-5/+6
* Do not do an ambiguity check on the type in a GHCi ":kind" commandSimon Peyton Jones2013-05-281-0/+6
* Accept derived Read on an empty data type (Trac #7931)Simon Peyton Jones2013-05-281-1/+2
* Don't try to use -dynamic-too on WindowsIan Lynagh2013-05-251-1/+6
* Revert "Fix -dynamic-too on Windows"Ian Lynagh2013-05-251-14/+1
* Comment typoSimon Peyton Jones2013-05-221-1/+1
* Wibbles to yesterday's "Simplify kind generalisation" patchSimon Peyton Jones2013-05-222-3/+7
* Fix #5863Jose Pedro Magalhaes2013-05-211-8/+24
* Make AutoDeriveTypeable derive Typeable instances for promoted data constructorsJose Pedro Magalhaes2013-05-211-6/+20
* Handle -opt<blah> options more consistently (#7909)Simon Marlow2013-05-214-104/+87
* Simplify kind generalisation, and fix Trac #7916Simon Peyton Jones2013-05-218-246/+254
* Fix -dynamic-too on WindowsIan Lynagh2013-05-201-1/+14
* We can't use Integer literals when compiling the integer-* package, eitherIan Lynagh2013-05-191-0/+2
* Fix a build problem with integer-simpleIan Lynagh2013-05-192-6/+12
* Add some extra debugging infoIan Lynagh2013-05-191-2/+6
* Fix parsing export listsIan Lynagh2013-05-191-1/+1
* Update a comment; spotted by Carter SchonwaldIan Lynagh2013-05-181-1/+1
* Move the genSym stuff from rts into compilerIan Lynagh2013-05-173-2/+12
* 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
* | Link to the right RTS whenever we build a .dll on WindowsIan Lynagh2013-05-153-4/+32
* | Fix ghci on Windows when GHC is dynamically linkedIan Lynagh2013-05-142-2/+5
|/
* Fix the GHC package DLL-splittingIan Lynagh2013-05-149-42/+88
* 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
* 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
* 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
* 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
* 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