summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix adjustor generation on ia64 (test case ffi009)red5_2@hotmail.com2007-04-011-4/+14
* save two more FP registers on ia64red5_2@hotmail.com2007-03-272-8/+13
* add a safety net to avoid generating bogus codeSimon Marlow2007-04-041-0/+3
* add comments about ticky RTS waysSimon Marlow2007-04-041-0/+2
* slight doc wibble for the -r flagSimon Marlow2007-04-041-1/+1
* MERGE: Fix bug exposed by conc052.Simon Marlow2007-04-041-5/+14
* HANDLE --> (void *), we can't rely on having included windows.h hereSimon Marlow2007-04-041-1/+1
* Fix C/Haskell type mismatchesIan Lynagh2007-04-045-6/+13
* Fix typoIan Lynagh2007-04-041-1/+1
* Fix C/Haskell type mismatchesIan Lynagh2007-04-036-21/+21
* Make type-tidying work for coercion variablessimonpj@microsoft.com2007-04-021-6/+10
* Make error message output order consistentIan Lynagh2007-04-011-2/+8
* Fix darcs-all to be usable with shells other than bashAlec Berryman2007-03-061-1/+1
* Fixed desugaring of parallel array comprehensionsManuel M T Chakravarty2007-04-022-39/+58
* The ru_local field of a CoreRule is False for implicit Idssimonpj@microsoft.com2007-03-303-5/+11
* Match the type of an Id during rule matchingsimonpj@microsoft.com2007-03-301-7/+21
* Add filepath libraryIan Lynagh2007-03-282-1/+2
* Fix the type of wgencatIan Lynagh2007-03-291-2/+2
* Document that ghci now adds () to the start of the type defaulting listIan Lynagh2007-03-291-18/+73
* Refactoring in HscMain.lhsLemmih2007-03-281-21/+16
* Typo in comment.Lemmih2007-03-281-1/+1
* remove old library doc link (#1098), and point to HackageDBSimon Marlow2007-03-282-11/+11
* Make GHC main program depend on the libHSghc_dyn when GhcBuildDylibs==YESwolfgang.thaller@gmx.net2007-03-271-1/+11
* Use a sensible set of compiler options for building dynamic libraries on Mac ...wolfgang.thaller@gmx.net2007-03-271-11/+22
* make GHCi use base:Prelude, not just PreludeSimon Marlow2007-03-272-2/+2
* more improvements for #1119Simon Marlow2007-03-271-2/+11
* partial fix for #1119Simon Marlow2007-03-271-19/+26
* remove docs for unimplemented optionsSimon Marlow2007-03-261-0/+2
* Add comments about the -include-prelude flag for ghc -Msimonpj@microsoft.com2007-03-271-0/+4
* Remove dead code from rnExpr (Var v); seems to be a leftover from some breakp...simonpj@microsoft.com2007-03-231-13/+8
* move "boot :: all" after the include of target.mk to fix #1095Simon Marlow2007-03-261-4/+11
* add missing progress messageSimon Marlow2007-03-261-0/+1
* Emit a decent error message when there is a decl-splice inside a decl-bracketsimonpj@microsoft.com2007-03-232-13/+13
* Wibble fixing overlapped patternsimonpj@microsoft.com2007-03-231-2/+2
* Tidy up refactoring only simonpj@microsoft.com2007-03-231-21/+16
* Documentation for --install-signal-handlers=<yes|no>Ian Lynagh2007-03-221-0/+12
* Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804Ian Lynagh2007-03-226-13/+46
* Make a Functor (IOEnv m) instance so it satisfies the new Quasi requirementsIan Lynagh2007-03-221-0/+3
* Warning police: Removed catch-all case which was overlappedsven.panne@aedion.de2007-03-221-1/+0
* Add -ddump-mod-cycles to -M behavioursimonpj@microsoft.com2007-03-222-5/+71
* Improve documentation of instancessimonpj@microsoft.com2007-03-222-15/+18
* Fix checkHiBootIface for instances declared in hs-boot filessimonpj@microsoft.com2007-03-211-7/+17
* mangler and runtime updates for gcc 4 on ia64red5_2@hotmail.com2007-03-182-126/+270
* ia64 tailcall fixred5_2@hotmail.com2007-03-171-2/+11
* Remove bogus export from TcSplice.lhs-bootsimonpj@microsoft.com2007-03-211-4/+2
* Wibble to GHCi part of TcRnDriversimonpj@microsoft.com2007-03-211-3/+1
* Yet another wibble to checkHiBootIface; it's trickier than it looks!simonpj@microsoft.com2007-03-211-7/+20
* Improve pretty-printing for IfaceConDeclsimonpj@microsoft.com2007-03-211-8/+10
* Remove redundant exports from a hs-boot filesimonpj@microsoft.com2007-03-211-7/+0
* Further wibbles to checkBootIface (fixed HEAD build)simonpj@microsoft.com2007-03-201-14/+20