summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into newcgnewcgSimon Marlow2012-07-051-8/+6
|\
| * prefer later defined commands (fixes #3858)Peter Hercek2012-07-041-8/+6
* | Remove "fuel", adapt to Hoopl changes, fix warningsSimon Marlow2012-07-0527-394/+210
* | Fix merge-related problemsSimon Marlow2012-07-0412-54/+34
* | Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-04480-25650/+33759
|\ \ | |/
| * don't crash if argv[0] == NULL (#7037)Simon Marlow2012-07-021-3/+9
| * -package P was loading all versions of P in GHCi (#7030)Simon Marlow2012-07-021-1/+3
| * Add a Note, copying text from #2437Simon Marlow2012-07-021-1/+27
| * improve the --help docs a bit (#7008)Simon Marlow2012-07-021-4/+6
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-301-1/+1
| |\
| | * Parse error: suggest brackets and indentation.Eric Kow2012-06-291-1/+1
| * | Copy Data.HashTable's hashString into our Util moduleIan Lynagh2012-06-302-2/+72
| * | Build fixIan Lynagh2012-06-291-1/+1
| * | Build fixesIan Lynagh2012-06-292-2/+6
| * | Don't build the ghc DLL on Windows; works around trac #5987Ian Lynagh2012-06-293-1/+21
| * | On Windows, detect if DLLs have too many symbols; trac #5987Ian Lynagh2012-06-293-0/+11
| |/
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-2725-130/+282
| |\
| | * Fix PA dfun construction with silent superclass argsManuel M T Chakravarty2012-06-272-11/+2
| | * Add silent superclass parameters to the vectoriserManuel M T Chakravarty2012-06-274-35/+85
| | * Add silent superclass parameters (again)Simon Peyton Jones2012-06-2721-85/+196
| * | Add some more Integer rules; fixes #6111Ian Lynagh2012-06-275-3/+48
| |/
| * Mention Generic1 in the user's guideJose Pedro Magalhaes2012-06-261-16/+23
| * Make the GHC API a little more powerful.David Terei2012-06-252-27/+73
| * tweak llvm version warning messageDavid Terei2012-06-251-2/+2
| * New version of the patch for #5461.Paolo Capriotti2012-06-255-18/+24
| * Fix Word64ToInteger conversion rule.Paolo Capriotti2012-06-251-1/+1
| * Implemented feature request on reconfigurable pretty-printing in GHCi (#5461)Vitaly Bragilesky2012-06-253-5/+36
| * Use errorMsg over putMsg when appropriate.David Terei2012-06-251-3/+3
| * Warn if using unsupported version of LLVM.David Terei2012-06-252-5/+27
| * Fix #6158. LLVM 3.1 doesn't like certain constructions that 3.0 andDavid Terei2012-06-251-3/+15
| * Remove the ID MonadIan Lynagh2012-06-231-18/+0
| * Remove sortLe usesIan Lynagh2012-06-221-7/+6
| * Remove sortLeIan Lynagh2012-06-221-93/+2
| * Remove another use of sortLeIan Lynagh2012-06-221-12/+9
| * Correct a commentIan Lynagh2012-06-221-1/+1
| * Remove a few more sortLe'sIan Lynagh2012-06-221-11/+9
| * Remove another sortLe useIan Lynagh2012-06-221-5/+5
| * Use a derived Ord instance for DiscrIan Lynagh2012-06-221-12/+3
| * Derive Eq DiscrIan Lynagh2012-06-221-9/+2
| * Change more uses of sortLe to sortByIan Lynagh2012-06-2210-30/+25
| * Remove some uses of sortLeIan Lynagh2012-06-226-20/+13
| * Remove some more unused functionsIan Lynagh2012-06-221-28/+0
| * Remove a GHC 6.4 workaroundIan Lynagh2012-06-221-6/+1
| * Remove 'on' from UtilIan Lynagh2012-06-226-13/+14
| * Remove some more unused function from ListSetOpsIan Lynagh2012-06-221-22/+0
| * Remove an unused functionIan Lynagh2012-06-221-20/+0
| * Remove duplicated commentJose Pedro Magalhaes2012-06-211-2/+0
| * Allow deriving Generic1Jose Pedro Magalhaes2012-06-214-169/+521
| * Add --verbose and --help flags to gen_contents_indexThomas Dziedzic2012-06-211-7/+30
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-06-2118-236/+175
| |\