| Commit message (Expand) | Author | Age | Files | Lines |
* | fix adjustor generation on ia64 (test case ffi009) | red5_2@hotmail.com | 2007-04-01 | 1 | -4/+14 |
* | save two more FP registers on ia64 | red5_2@hotmail.com | 2007-03-27 | 2 | -8/+13 |
* | add a safety net to avoid generating bogus code | Simon Marlow | 2007-04-04 | 1 | -0/+3 |
* | add comments about ticky RTS ways | Simon Marlow | 2007-04-04 | 1 | -0/+2 |
* | slight doc wibble for the -r flag | Simon Marlow | 2007-04-04 | 1 | -1/+1 |
* | MERGE: Fix bug exposed by conc052. | Simon Marlow | 2007-04-04 | 1 | -5/+14 |
* | HANDLE --> (void *), we can't rely on having included windows.h here | Simon Marlow | 2007-04-04 | 1 | -1/+1 |
* | Fix C/Haskell type mismatches | Ian Lynagh | 2007-04-04 | 5 | -6/+13 |
* | Fix typo | Ian Lynagh | 2007-04-04 | 1 | -1/+1 |
* | Fix C/Haskell type mismatches | Ian Lynagh | 2007-04-03 | 6 | -21/+21 |
* | Make type-tidying work for coercion variables | simonpj@microsoft.com | 2007-04-02 | 1 | -6/+10 |
* | Make error message output order consistent | Ian Lynagh | 2007-04-01 | 1 | -2/+8 |
* | Fix darcs-all to be usable with shells other than bash | Alec Berryman | 2007-03-06 | 1 | -1/+1 |
* | Fixed desugaring of parallel array comprehensions | Manuel M T Chakravarty | 2007-04-02 | 2 | -39/+58 |
* | The ru_local field of a CoreRule is False for implicit Ids | simonpj@microsoft.com | 2007-03-30 | 3 | -5/+11 |
* | Match the type of an Id during rule matching | simonpj@microsoft.com | 2007-03-30 | 1 | -7/+21 |
* | Add filepath library | Ian Lynagh | 2007-03-28 | 2 | -1/+2 |
* | Fix the type of wgencat | Ian Lynagh | 2007-03-29 | 1 | -2/+2 |
* | Document that ghci now adds () to the start of the type defaulting list | Ian Lynagh | 2007-03-29 | 1 | -18/+73 |
* | Refactoring in HscMain.lhs | Lemmih | 2007-03-28 | 1 | -21/+16 |
* | Typo in comment. | Lemmih | 2007-03-28 | 1 | -1/+1 |
* | remove old library doc link (#1098), and point to HackageDB | Simon Marlow | 2007-03-28 | 2 | -11/+11 |
* | Make GHC main program depend on the libHSghc_dyn when GhcBuildDylibs==YES | wolfgang.thaller@gmx.net | 2007-03-27 | 1 | -1/+11 |
* | Use a sensible set of compiler options for building dynamic libraries on Mac ... | wolfgang.thaller@gmx.net | 2007-03-27 | 1 | -11/+22 |
* | make GHCi use base:Prelude, not just Prelude | Simon Marlow | 2007-03-27 | 2 | -2/+2 |
* | more improvements for #1119 | Simon Marlow | 2007-03-27 | 1 | -2/+11 |
* | partial fix for #1119 | Simon Marlow | 2007-03-27 | 1 | -19/+26 |
* | remove docs for unimplemented options | Simon Marlow | 2007-03-26 | 1 | -0/+2 |
* | Add comments about the -include-prelude flag for ghc -M | simonpj@microsoft.com | 2007-03-27 | 1 | -0/+4 |
* | Remove dead code from rnExpr (Var v); seems to be a leftover from some breakp... | simonpj@microsoft.com | 2007-03-23 | 1 | -13/+8 |
* | move "boot :: all" after the include of target.mk to fix #1095 | Simon Marlow | 2007-03-26 | 1 | -4/+11 |
* | add missing progress message | Simon Marlow | 2007-03-26 | 1 | -0/+1 |
* | Emit a decent error message when there is a decl-splice inside a decl-bracket | simonpj@microsoft.com | 2007-03-23 | 2 | -13/+13 |
* | Wibble fixing overlapped pattern | simonpj@microsoft.com | 2007-03-23 | 1 | -2/+2 |
* | Tidy up refactoring only | simonpj@microsoft.com | 2007-03-23 | 1 | -21/+16 |
* | Documentation for --install-signal-handlers=<yes|no> | Ian Lynagh | 2007-03-22 | 1 | -0/+12 |
* | Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804 | Ian Lynagh | 2007-03-22 | 6 | -13/+46 |
* | Make a Functor (IOEnv m) instance so it satisfies the new Quasi requirements | Ian Lynagh | 2007-03-22 | 1 | -0/+3 |
* | Warning police: Removed catch-all case which was overlapped | sven.panne@aedion.de | 2007-03-22 | 1 | -1/+0 |
* | Add -ddump-mod-cycles to -M behaviour | simonpj@microsoft.com | 2007-03-22 | 2 | -5/+71 |
* | Improve documentation of instances | simonpj@microsoft.com | 2007-03-22 | 2 | -15/+18 |
* | Fix checkHiBootIface for instances declared in hs-boot files | simonpj@microsoft.com | 2007-03-21 | 1 | -7/+17 |
* | mangler and runtime updates for gcc 4 on ia64 | red5_2@hotmail.com | 2007-03-18 | 2 | -126/+270 |
* | ia64 tailcall fix | red5_2@hotmail.com | 2007-03-17 | 1 | -2/+11 |
* | Remove bogus export from TcSplice.lhs-boot | simonpj@microsoft.com | 2007-03-21 | 1 | -4/+2 |
* | Wibble to GHCi part of TcRnDriver | simonpj@microsoft.com | 2007-03-21 | 1 | -3/+1 |
* | Yet another wibble to checkHiBootIface; it's trickier than it looks! | simonpj@microsoft.com | 2007-03-21 | 1 | -7/+20 |
* | Improve pretty-printing for IfaceConDecl | simonpj@microsoft.com | 2007-03-21 | 1 | -8/+10 |
* | Remove redundant exports from a hs-boot file | simonpj@microsoft.com | 2007-03-21 | 1 | -7/+0 |
* | Further wibbles to checkBootIface (fixed HEAD build) | simonpj@microsoft.com | 2007-03-20 | 1 | -14/+20 |